@charset "UTF-8";
/**************************************/
/* -------------------------
 * MV
 * ------------------------- */
.top-mv {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow-x: clip;
}
.top-mv::before {
  background: url(../img/top/mv_bg.png) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1675/606;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 499px) {
  .top-mv::before {
    width: 180%;
  }
}

.top-mv__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78%;
  margin-left: 2%;
}
@media (max-width: 1240px) {
  .top-mv__imgs {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 499px) {
  .top-mv__imgs {
    margin-top: 6.5rem;
  }
}

.top-mv__img--01 {
  margin-top: 10%;
}

.top-mv__img--02 {
  margin-left: -8.5rem;
  margin-left: -6%;
  position: relative;
  z-index: 2;
}

.top-mv__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: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 2;
  right: 2%;
  bottom: -3%;
}
@media (max-width: 1024px) {
  .top-mv__content {
    position: static;
    margin-inline: auto;
    margin-top: -5rem;
  }
}
@media (max-width: 834px) {
  .top-mv__content {
    width: 90%;
  }
}

.top-mv__ttl {
  color: #8b7769;
  font-family: var(--ff-prata);
  font-size: var(--f104);
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
}
.top-mv__ttl .highlight {
  color: #dda782;
}

.top-mv__catch {
  font-family: var(--ff-noto);
  font-size: var(--f40);
  line-height: 1.2;
  margin-bottom: 4.5rem;
}
.top-mv__catch .highlight {
  color: #dda782;
  font-size: var(--f48);
}
@media (max-width: 834px) {
  .top-mv__catch {
    margin-bottom: 2rem;
  }
}
@media (max-width: 499px) {
  .top-mv__catch {
    margin-bottom: 1.5rem;
  }
}

.top-mv__info {
  background: rgba(102, 93, 81, 0.7);
  border-radius: 10px;
  padding: 3rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 639px) {
  .top-mv__info {
    width: 100%;
    padding: 2rem 5%;
  }
}
.top-mv__info > li {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0rem;
}
.top-mv__info > li:nth-child(2) .top-mv__info-main {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 834px) {
  .top-mv__info > li:nth-child(2) .top-mv__info-unit {
    margin-bottom: 0.2em;
  }
}
.top-mv__info > li:last-child .top-mv__info-label {
  margin-bottom: 1.2rem;
}
@media (max-width: 834px) {
  .top-mv__info > li:last-child .top-mv__info-label {
    margin-bottom: 0.8rem;
  }
}
.top-mv__info > li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 3.5rem;
  margin-right: 3.5rem;
}
@media (max-width: 639px) {
  .top-mv__info > li:not(:last-child) {
    padding-right: 5%;
    margin-right: 5%;
  }
}

.top-mv__info-label {
  padding: 0.4em 0.8em;
  border-radius: 100vmax;
  background-color: #f5ece6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--f19);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .top-mv__info-label {
    font-size: var(--f13);
  }
}

.top-mv__info-main {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
@media (max-width: 834px) {
  .top-mv__info-main {
    gap: 0.1em;
  }
}

.top-mv__info-num {
  font-family: var(--ff-fig);
  font-size: var(--f114);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 834px) {
  .top-mv__info-num {
    font-size: 4rem;
  }
}

.top-mv__info-unit {
  font-size: var(--f32);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .top-mv__info-unit {
    font-size: 1.4rem;
  }
}

.top-mv__info-txt {
  font-size: var(--f32);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
@media (max-width: 834px) {
  .top-mv__info-txt {
    font-size: 1.5rem;
  }
}

.top-mv__info-note--small,
.top-mv__info-note--medium {
  color: #fff;
  line-height: 1.2;
  margin-top: 0.5rem;
  white-space: nowrap;
  text-align: center;
}

.top-mv__info-note--small {
  font-size: var(--f16);
}
@media (max-width: 834px) {
  .top-mv__info-note--small {
    font-size: 1.1rem;
  }
}

.top-mv__info-note--medium {
  font-size: var(--f19);
}
@media (max-width: 834px) {
  .top-mv__info-note--medium {
    font-size: 1.1rem;
  }
}

/* -------------------------
 * ナビ
 * ------------------------- */
.page-nav {
  margin-top: clamp(3rem, 6.5476190476vw, 11rem);
}

.page-nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .page-nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

grd .page-nav__item {
  width: 100%;
}

.page-nav__link {
  background-color: #dda782;
  padding: 1.4em 0.5em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.page-nav__link:hover {
  background: color-mix(in srgb, #dda782 80%, white);
}
@media (max-width: 499px) {
  .page-nav__link {
    font-size: 1.2rem;
  }
}

/* -------------------------
 * 新卒採用募集中
 * intro
 * ------------------------- */
.top-intro {
  padding-block: 14rem 10rem;
  overflow-x: clip;
}
@media (max-width: 834px) {
  .top-intro {
    padding-top: 15vw !important;
  }
}

.top-intro__ttl-wrap {
  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;
  position: relative;
  z-index: 2;
}

.top-intro__ttl--en {
  color: #6b9999;
  font-size: var(--f18);
  font-family: var(--ff-works);
  line-height: 1;
}

.top-intro__ttl--ja {
  color: #d08552;
  font-size: var(--f64);
  font-family: var(--ff-noto);
  line-height: 1.1;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.top-intro__content {
  position: relative;
  width: min(90%, 1020px);
  margin-inline: auto;
  margin-top: -2em;
}

.top-intro__content-main {
  padding: min(7rem, 8vw) 0 min(10rem, 8vw);
  border-radius: 100vmax;
  background-color: #eee7e1;
  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;
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .top-intro__content-main {
    margin-top: -1em;
  }
}
@media (max-width: 834px) {
  .top-intro__content-main {
    padding: 4rem 5% 3.5rem;
    border-radius: 40px;
    margin-bottom: 4rem;
  }
}

.top-intro__content-img {
  display: inline-block;
  position: absolute;
  max-width: 17rem;
  width: 17%;
  z-index: 2;
}

.top-intro__content-img--01 {
  top: 8%;
  left: -5%;
}
@media (max-width: 1240px) {
  .top-intro__content-img--01 {
    left: 1%;
  }
}
@media (max-width: 834px) {
  .top-intro__content-img--01 {
    top: unset;
    bottom: 95%;
    left: -2%;
    width: 12%;
  }
}

.top-intro__content-img--02 {
  top: 6%;
  right: -3%;
}
@media (max-width: 1240px) {
  .top-intro__content-img--02 {
    right: 1%;
  }
}
@media (max-width: 834px) {
  .top-intro__content-img--02 {
    top: unset;
    bottom: 95%;
    right: -2%;
    width: 12%;
  }
}

.top-intro__lead {
  font-size: var(--f21);
  font-family: var(--ff-noto);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top-intro__catch {
  font-size: var(--f28);
  font-family: var(--ff-noto);
  text-align: center;
  margin-block: 2rem 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .top-intro__catch {
    margin-block: 0.5rem 3rem;
  }
}

.top-intro__txt {
  text-align: center;
}
@media (max-width: 834px) {
  .top-intro__txt {
    text-align: left;
  }
}

/* スライダー */
.top-intro__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  height: auto;
}
.top-intro__swiper img {
  aspect-ratio: 840/640;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------
 * Hello!! Baguz
 * concept
 * ------------------------- */
.top-concept {
  padding-block: 12rem 14.8rem;
  background-color: #e1b495;
}

.top-concept__head {
  display: grid;
  grid-template-columns: 361fr 670fr;
  gap: 2rem 5.1%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .top-concept__head {
    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;
  }
}
@media (max-width: 834px) {
  .top-concept__head {
    margin-bottom: 4rem;
  }
}

.top-concept__head-greeting {
  color: #fff;
  font-family: var(--ff-prata);
  line-height: 1;
  font-size: clamp(9rem, 7.1428571429vw, 12rem);
  translate: 0 5%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .top-concept__head-greeting {
    translate: 0;
  }
}
@media (max-width: 834px) {
  .top-concept__head-greeting {
    font-size: 17vw;
    margin-inline: auto;
  }
}

.top-concept__head-content {
  display: grid;
  grid-template-columns: 122fr 481fr;
  gap: 3rem calc(3.2% + 4.6rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .top-concept__head-content {
    max-width: 50rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 834px) {
  .top-concept__head-content {
    gap: 7%;
  }
}

@media (max-width: 834px) {
  .top-concept__head-mie-prefecture {
    margin-bottom: 25%;
  }
}

.top-concept__head-bubble {
  background: #8ba9a9;
  padding: 4rem 5%;
  border-radius: 20px;
  color: #fff;
  position: relative;
  margin-top: -3rem;
}
@media (max-width: 1024px) {
  .top-concept__head-bubble {
    margin-top: 0;
  }
}
@media (max-width: 834px) {
  .top-concept__head-bubble {
    padding: 2rem 5%;
  }
}
.top-concept__head-bubble::before {
  background: #8ba9a9;
  clip-path: polygon(0 100%, 100% 100%, 100% 18%);
  content: "";
  display: inline-block;
  position: absolute;
  width: 4.6rem;
  aspect-ratio: 46/28;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  z-index: 1;
}
@media (max-width: 834px) {
  .top-concept__head-bubble::before {
    width: 2rem;
  }
}

.top-concept__head-copy {
  font-size: var(--f24);
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (max-width: 834px) {
  .top-concept__head-copy {
    line-height: 1.4;
    margin-bottom: 0.6rem;
  }
}

.top-concept__flex {
  display: grid;
  grid-template-columns: 450fr 550fr;
  gap: 2rem 8.3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .top-concept__flex {
    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;
  }
}

.top-concept__ttl {
  line-height: 1.5;
  font-size: var(--f32);
  font-weight: 500;
  margin-bottom: 3.3rem;
  font-family: var(--ff-noto);
}
@media (max-width: 834px) {
  .top-concept__ttl {
    margin-bottom: 2rem;
  }
}

/* -------------------------
 * 数字で見るBaguz
 * ------------------------- */
.top-concept-number {
  padding: 11rem 6.8% 7.3rem;
  background-color: #f5e8c9;
  margin-top: 8rem;
}
@media (max-width: 834px) {
  .top-concept-number {
    padding: 8rem 5% 5rem;
    margin-top: 5rem;
  }
}
@media (max-width: 499px) {
  .top-concept-number {
    padding-block: 3rem 2rem;
  }
}

.top-concept-number__ttl-area {
  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.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 834px) {
  .top-concept-number__ttl-area {
    gap: 0;
  }
}
.top-concept-number__ttl-area::before, .top-concept-number__ttl-area::after {
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.top-concept-number__ttl-area::before {
  background: url(../img/top/concept-number-head01.webp) no-repeat center;
  background-size: contain;
  content: "";
  width: 7rem;
  aspect-ratio: 140/504;
  top: -2%;
  left: -36%;
}
@media (max-width: 834px) {
  .top-concept-number__ttl-area::before {
    left: -7vw;
  }
}
@media (max-width: 499px) {
  .top-concept-number__ttl-area::before {
    width: 10vw;
    top: 35%;
    left: -15vw;
  }
}
.top-concept-number__ttl-area::after {
  background: url(../img/top/concept-number-head02.webp) no-repeat center;
  background-size: contain;
  content: "";
  width: 6.6rem;
  aspect-ratio: 132/182;
  top: 11%;
  right: -21%;
}
@media (max-width: 834px) {
  .top-concept-number__ttl-area::after {
    right: -7vw;
  }
}
@media (max-width: 499px) {
  .top-concept-number__ttl-area::after {
    width: 11vw;
    right: -15vw;
    top: 30%;
  }
}

.top-concept-number__ttl-img {
  width: 55.8%;
}

.top-concept-number__ttl {
  font-size: var(--f32);
  font-family: var(--ff-noto);
  font-weight: 500;
}

.top-concept-number__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
}
@media (max-width: 834px) {
  .top-concept-number__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 3rem;
    gap: 1rem;
  }
}
.top-concept-number__content > li {
  padding: 1.5rem 5% 2.5rem;
  border-radius: 10px;
  background-color: #fdfcfb;
  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;
}
@media (max-width: 834px) {
  .top-concept-number__content > li {
    padding-bottom: 1.5rem;
  }
}
.top-concept-number__content > li:nth-child(1) .top-concept-number__img {
  width: 21%;
  max-width: 3.2rem;
  margin-bottom: 4%;
}
.top-concept-number__content > li:nth-child(1) .top-concept-number__main {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5em;
  margin-bottom: 1rem;
}
@media (max-width: 834px) {
  .top-concept-number__content > li:nth-child(2).js-fadeup {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (max-width: 499px) {
  .top-concept-number__content > li:nth-child(2).js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.top-concept-number__content > li:nth-child(2) .top-concept-number__img {
  width: 18%;
  max-width: 4.8rem;
}
.top-concept-number__content > li:nth-child(2) .top-concept-number__main {
  gap: 0.5em;
}
@media (max-width: 834px) {
  .top-concept-number__content > li:nth-child(3).js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.top-concept-number__content > li:nth-child(3) .top-concept-number__img {
  width: 25%;
  max-width: 4rem;
  margin-bottom: 5%;
}
.top-concept-number__content > li:nth-child(3) .top-concept-number__main {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 834px) {
  .top-concept-number__content > li:nth-child(4).js-fadeup {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (max-width: 499px) {
  .top-concept-number__content > li:nth-child(4).js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.top-concept-number__content > li:nth-child(4) .top-concept-number__num-unit-wrap {
  position: relative;
}
.top-concept-number__content > li:nth-child(4) .top-concept-number__img {
  position: absolute;
  top: -18%;
  right: -18%;
  width: 39%;
  max-width: 5.5rem;
}
@media (max-width: 1024px) {
  .top-concept-number__content > li:nth-child(4) .top-concept-number__img {
    right: -35%;
  }
}
@media (max-width: 499px) {
  .top-concept-number__content > li:nth-child(4) .top-concept-number__img {
    top: -3%;
  }
}
@media (max-width: 834px) {
  .top-concept-number__content > li:nth-child(5).js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.top-concept-number__content > li:nth-child(5) .top-concept-number__main {
  gap: 0;
}
@media (max-width: 499px) {
  .top-concept-number__content > li:nth-child(5) .top-concept-number__main {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "img lead" "img num";
  }
}
.top-concept-number__content > li:nth-child(5) .top-concept-number__img {
  width: 25%;
  max-width: 6.2rem;
}
@media (max-width: 499px) {
  .top-concept-number__content > li:nth-child(5) .top-concept-number__img {
    grid-area: img;
    width: 80%;
  }
}
@media (max-width: 499px) {
  .top-concept-number__content > li:nth-child(5) .top-concept-number__lead {
    grid-area: lead;
    line-height: 1;
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .top-concept-number__content > li:nth-child(5) .top-concept-number__num-unit-wrap {
    grid-area: num;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1024px) {
  .top-concept-number__content > li:nth-child(5) .top-concept-number__txt {
    margin-top: 0.5em;
  }
}
@media (max-width: 499px) {
  .top-concept-number__content > li:nth-child(6) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 834px) {
  .top-concept-number__content > li:nth-child(6).js-fadeup {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (max-width: 499px) {
  .top-concept-number__content > li:nth-child(6).js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.top-concept-number__content > li:nth-child(6) .top-concept-number__num-unit-wrap {
  position: relative;
}
.top-concept-number__content > li:nth-child(6) .top-concept-number__img {
  position: absolute;
  top: -51%;
  right: -8%;
  width: 21%;
  max-width: 4.1rem;
}
@media (max-width: 1024px) {
  .top-concept-number__content > li:nth-child(6) .top-concept-number__img {
    right: -22%;
  }
}
@media (max-width: 499px) {
  .top-concept-number__content > li:nth-child(6) .top-concept-number__img {
    top: -50%;
    right: -2%;
    width: 18%;
  }
}
.top-concept-number__content > li:nth-child(6) .top-concept-number__main {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-concept-number__content > li:nth-child(6) .top-concept-number__unit {
  margin-bottom: 3%;
}
@media (max-width: 499px) {
  .top-concept-number__content > li:nth-child(6) .top-concept-number__num--range {
    font-size: 4rem;
  }
}
@media (max-width: 499px) {
  .top-concept-number__content > li:nth-child(6) .top-concept-number__txt {
    margin-top: 0;
  }
}
@media (max-width: 834px) {
  .top-concept-number__content > li:nth-child(7).js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.top-concept-number__content > li:nth-child(7) .top-concept-number__img {
  width: 28%;
  max-width: 5rem;
  margin-bottom: 5%;
}
.top-concept-number__content > li:nth-child(7) .top-concept-number__main {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 834px) {
  .top-concept-number__content > li:nth-child(8).js-fadeup {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (max-width: 499px) {
  .top-concept-number__content > li:nth-child(8).js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.top-concept-number__content > li:nth-child(8) .top-concept-number__img {
  width: 30%;
  max-width: 5.5rem;
  margin-bottom: 4%;
}
.top-concept-number__content > li:nth-child(8) .top-concept-number__main {
  gap: 0;
}
@media (max-width: 834px) {
  .top-concept-number__content > li:nth-child(9).js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.top-concept-number__content > li:nth-child(9) .top-concept-number__img {
  width: 50%;
  max-width: 8.3rem;
  margin-bottom: 0.5rem;
}
.top-concept-number__content > li:nth-child(9) .top-concept-number__main {
  gap: 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: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-concept-number__main {
  color: #d08552;
  font-weight: 500;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-concept-number__label {
  font-size: var(--f18);
  font-weight: 700;
  background: #f2e6c6;
  padding: 0.5em 1em;
  line-height: 1;
  border-radius: 100vmax;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 499px) {
  .top-concept-number__label {
    width: 100%;
  }
}

.top-concept-number__num-unit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0em;
}

.top-concept-number__num {
  font-family: var(--ff-work);
  font-weight: 400;
  line-height: 1;
}
.top-concept-number__num .with-sub-txt {
  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;
}
.top-concept-number__num .sub-txt {
  font-size: var(--f14);
  font-family: var(--ff-ibm);
  font-weight: 500;
  margin-bottom: -0.5em;
}

.top-concept-number__lead {
  font-size: var(--f18);
}

.top-concept-number__num--single {
  font-size: var(--f80);
}
@media (max-width: 499px) {
  .top-concept-number__num--single {
    font-size: 4.8rem;
  }
}

.top-concept-number__num--range {
  font-size: var(--f64);
}
@media (max-width: 499px) {
  .top-concept-number__num--range {
    font-size: 5.4rem;
  }
}

.top-concept-number__unit {
  font-size: var(--f32);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 7%;
}

.top-concept-number__txt {
  color: #444;
  font-size: var(--f16);
  text-align: center;
  font-weight: 500;
  margin-top: auto;
  line-height: 1.4;
}
@media (max-width: 499px) {
  .top-concept-number__txt {
    font-size: 1.5rem;
  }
}

.top-concept-number__num-unit-wrap--3col {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* -------------------------
 * message
 * ------------------------- */
.top-message {
  padding: min(15vw, 22.8rem) 5% min(12vw, 16rem);
  background: url(../img/top/message.webp) no-repeat center center/cover;
  color: #fff;
}
.top-message__ttl {
  text-align: center;
  font-size: var(--f40);
  line-height: 1.5;
  font-family: var(--ff-noto);
  font-weight: 500;
}

.top-message__txt {
  text-align: center;
  margin-top: 4.5rem;
}
@media (max-width: 834px) {
  .top-message__txt {
    text-align: left;
    margin-top: 2.5rem;
  }
}

/* -------------------------
 * 教育体制
 * education
 * ------------------------- */
.top-education {
  padding-block: 11.5rem 28rem;
}
@media (max-width: 834px) {
  .top-education {
    padding-block: 5rem 8rem !important;
  }
}

.top-education__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem 18.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5rem;
}
@media (max-width: 834px) {
  .top-education__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.5rem;
  }
}

.top-education__ttl-area {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .top-education__ttl-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
  }
}

.top-education__ttl {
  font-size: var(--f18);
  color: #fff;
  padding: 0.6em 0.8em;
  text-align: center;
  line-height: 1;
  background-color: #8ba9a9;
  font-weight: 500;
}

.top-education__catch {
  font-size: var(--f32);
  font-family: var(--ff-noto);
  line-height: 1.63;
  font-weight: 500;
}
@media (max-width: 834px) {
  .top-education__catch {
    text-align: center;
  }
}

@media (max-width: 834px) {
  .top-education__head-txt.js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.top-education__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem 3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8rem;
}
@media (max-width: 639px) {
  .top-education__list {
    gap: 1.5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 639px) {
  .top-education__list > li {
    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;
  }
}
@media (max-width: 499px) {
  .top-education__list > li:nth-child(1).js-fadeup, .top-education__list > li:nth-child(2).js-fadeup, .top-education__list > li:nth-child(3).js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.top-education__list-ttl {
  font-size: var(--f22);
  font-weight: 600;
  margin-block: 2.5rem 1.5rem;
}
@media (max-width: 1024px) {
  .top-education__list-ttl {
    margin-block: 1rem 0.5rem;
  }
}
@media (max-width: 639px) {
  .top-education__list-ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}

@media (max-width: 639px) {
  .top-education__list-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1rem;
  }
}

.top-education__list-txt {
  font-size: var(--f15);
}
@media (max-width: 639px) {
  .top-education__list-txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/* -------------------------
 * ジャンル別カリキュラム完備
 * curriculum
 * ------------------------- */
.top-education-curriculum {
  background-color: #fff;
  background-image: linear-gradient(0deg, #f7f7f7 1px, transparent 1px), linear-gradient(90deg, #f7f7f7 1px, transparent 1px);
  background-size: 20px 20px;
  background-repeat: repeat;
  padding: 7.8rem 5% 5rem;
  margin-bottom: 6rem;
}
@media (max-width: 834px) {
  .top-education-curriculum {
    padding-block: 3rem;
    margin-bottom: 0;
  }
}
@media (max-width: 834px) {
  .top-education-curriculum.inner--1100 {
    width: 100%;
  }
}

.top-education-curriculum__head {
  position: relative;
}
.top-education-curriculum__head::before {
  content: "CURRICULUM";
  display: inline-block;
  position: absolute;
  font-size: 6.3vw;
  font-size: clamp(9rem, 6.3vw, 12rem);
  color: #f8f5f3;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  font-family: var(--ff-prata);
}
@media (max-width: 834px) {
  .top-education-curriculum__head::before {
    font-size: 9vw;
  }
}
@media (max-width: 499px) {
  .top-education-curriculum__head::before {
    font-size: 4.2rem;
  }
}

.top-education-curriculum__lead {
  font-size: var(--f21);
  font-family: var(--ff-noto);
  margin-bottom: 0.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 499px) {
  .top-education-curriculum__lead {
    margin-bottom: 0rem;
  }
}
.top-education-curriculum__lead::before, .top-education-curriculum__lead::after {
  width: 1px;
  height: 2.3rem;
  content: "";
  background-color: #262626;
  margin-top: 0.1em;
}
.top-education-curriculum__lead::before {
  margin-right: 0.7em;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.top-education-curriculum__lead::after {
  margin-left: 0.5em;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.top-education-curriculum__ttl {
  font-size: var(--f32);
  font-family: var(--ff-noto);
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
}

.top-education-curriculum__txt {
  text-align: center;
  margin-block: 3.5rem;
}
@media (max-width: 834px) {
  .top-education-curriculum__txt {
    margin-block: 2.5rem;
  }
}

.top-education-curriculum__tab-area .tab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 3.6rem;
}
@media (max-width: 834px) {
  .top-education-curriculum__tab-area .tab-btns {
    margin-bottom: 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-education-curriculum__tab-area .tab-btn {
  border: 1px solid #666;
  border-radius: 100vmax;
  background: transparent;
  padding: 0.4em 0.6em 0.3em;
  line-height: 1;
  cursor: pointer;
  font-size: var(--f18);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #aaa;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-education-curriculum__tab-area .tab-btn.active {
  background-color: #262626;
  color: #fff;
}
.top-education-curriculum__tab-area .tab-btn:hover {
  background-color: #262626;
  color: #fff;
}
.top-education-curriculum__tab-area .tab-content {
  display: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.top-education-curriculum__tab-area .tab-content.active {
  display: block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-animation: tabFadeIn 0.3s ease-in-out;
          animation: tabFadeIn 0.3s ease-in-out;
}
@-webkit-keyframes tabFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tabFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* -------------------------
 * 高校生の方へ
 * highschool
 * ------------------------- */
.top-education-highschool {
  padding: 5rem 5% 11.4rem;
  background-color: #f2d7b9;
}
@media (max-width: 834px) {
  .top-education-highschool {
    padding-block: 3rem 15rem;
  }
}
@media (max-width: 834px) {
  .top-education-highschool.inner--1100 {
    width: 100%;
  }
}

.top-education-highschool__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem 11%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 3rem;
}
@media (max-width: 834px) {
  .top-education-highschool__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.5rem;
  }
}

.top-education-highschool__ttl-area {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .top-education-highschool__ttl-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
  }
}

.top-education-highschool__ttl {
  font-size: var(--f18);
  color: #d08552;
  padding: 0.6em 0.8em;
  text-align: center;
  line-height: 1;
  background-color: #fff;
  font-weight: 500;
}

.top-education-highschool__catch {
  font-size: var(--f32);
  font-family: var(--ff-noto);
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 834px) {
  .top-education-highschool__catch {
    text-align: center;
  }
}
.top-education-highschool__catch .sub-catch {
  font-size: var(--f18);
}

@media (max-width: 834px) {
  .top-education-highschool__head-txt.js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.top-education-highschool__img img {
  width: 100%;
  min-width: 800px;
}

.top-education-scholarship {
  margin-top: 3.5rem;
  padding-top: 5rem;
  border-top: 1px solid #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 4.5rem 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-areas: "label flex" "label repayment";
}
@media (max-width: 1024px) {
  .top-education-scholarship {
    grid-template-areas: "label label" "flex flex" "repayment repayment";
    gap: 0;
  }
}
@media (max-width: 834px) {
  .top-education-scholarship {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

.top-education-scholarship__ttl-wrap {
  padding: 5rem 1.5rem;
  border-radius: 5px;
  background-color: #89a6a6;
  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.8em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  grid-area: label;
}
@media (max-width: 1024px) {
  .top-education-scholarship__ttl-wrap {
    width: 100%;
    padding: 0.5em 1em;
    margin-bottom: 2rem;
    gap: 0;
  }
}
.top-education-scholarship__ttl--ja {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: var(--f24);
  font-weight: 500;
  font-family: var(--ff-noto);
}
@media (max-width: 1024px) {
  .top-education-scholarship__ttl--ja {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.top-education-scholarship__ttl--en {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: var(--f12);
  font-family: var(--ff-work);
}
@media (max-width: 1024px) {
  .top-education-scholarship__ttl--en {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.top-education-scholarship__flex {
  display: grid;
  grid-template-columns: 400fr 400fr;
  gap: 1.5rem 6.3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: flex;
}
@media (max-width: 1024px) {
  .top-education-scholarship__flex {
    margin-bottom: 3rem;
  }
}
@media (max-width: 834px) {
  .top-education-scholarship__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 834px) {
  .top-education-scholarship__img {
    max-width: 50rem;
  }
}
.top-education-scholarship__img img {
  border-radius: 10px;
}

.top-education-scholarship__catch {
  font-family: var(--ff-noto);
  font-size: var(--f24);
  margin-bottom: 2.5rem;
}
@media (max-width: 834px) {
  .top-education-scholarship__catch {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}

.top-education-repayment {
  grid-area: repayment;
}

.top-education-repayment__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  padding-left: 1em;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .top-education-repayment__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .top-education-repayment__head {
    margin-bottom: 1.5rem;
  }
}

.top-education-repayment__ttl {
  font-size: var(--f21);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3em;
  position: relative;
  padding-left: 1em;
}
.top-education-repayment__ttl::before {
  background: url(../img/top/education-repayment01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8lh;
  aspect-ratio: 1;
  top: 0.1em;
  left: -1em;
  z-index: 1;
}

@media (max-width: 1024px) {
  .top-education-repayment__txt {
    margin-left: -1em;
  }
}

.top-education-repayment__table {
  position: relative;
}
.top-education-repayment__table table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  table-layout: fixed;
}
.top-education-repayment__table table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 68%;
  width: 1px;
  height: 100%;
  background: #ddd;
  z-index: 1;
}
.top-education-repayment__table thead {
  background: #8e8374;
  color: #fff;
}
.top-education-repayment__table th {
  padding: 1.5rem;
  text-align: center;
  font-size: var(--f18);
  font-weight: 500;
  line-height: 1;
}
.top-education-repayment__table td {
  padding: 1.5rem 1.5rem 1.5rem 3em;
}
@media (max-width: 834px) {
  .top-education-repayment__table td {
    padding: 1rem;
  }
}
.top-education-repayment__table th:first-child,
.top-education-repayment__table td:first-child {
  width: 68%;
}
.top-education-repayment__table th:last-child,
.top-education-repayment__table td:last-child {
  width: 32%;
}
.top-education-repayment__table tbody tr {
  border-bottom: 2px dotted #ddd;
}
.top-education-repayment__table tbody tr:last-child {
  border-bottom: none;
}
@media (max-width: 834px) {
  .top-education-repayment__table tr td:last-child {
    text-align: center;
  }
}
.top-education-repayment__table .top-education-repayment__table-bubble {
  position: absolute;
  bottom: -4.5rem;
  right: 11.5%;
  background: #d08552;
  color: #fff;
  padding: 1rem 1.8rem;
  border-radius: 5px;
  line-height: 1;
  white-space: nowrap;
  z-index: 2;
}
@media (max-width: 834px) {
  .top-education-repayment__table .top-education-repayment__table-bubble {
    right: 0;
  }
}
.top-education-repayment__table .top-education-repayment__table-bubble::before {
  content: "";
  position: absolute;
  top: -64%;
  right: 46%;
  width: 2.4rem;
  height: 2.3rem;
  background: #d08552;
  clip-path: polygon(44% 0, 0% 100%, 60% 100%);
}
@media (max-width: 834px) {
  .top-education-repayment__table .top-education-repayment__table-bubble::before {
    right: 20%;
  }
}

/* -------------------------
 * salon work
 * ------------------------- */
.top-salon-work {
  padding-block: 0 10rem;
  background-color: #f5e8c9;
  position: relative;
}
@media (max-width: 834px) {
  .top-salon-work {
    padding-block: 2rem 0rem !important;
    margin-top: -8rem;
  }
}
@media (max-width: 499px) {
  .top-salon-work {
    margin-top: -11.5rem;
  }
}
.top-salon-work::before {
  background: url(../img/top/salon-work_bg.png) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1680/156;
  bottom: calc(100% - 1px);
  left: 0;
  z-index: 1;
}

.top-salon-work__ttl {
  font-family: var(--ff-prata);
  font-size: var(--f80);
  text-align: center;
  color: #dda782;
  line-height: 1.25;
  font-weight: 500;
}

.top-salon-work__catch {
  font-size: var(--f24);
  line-height: 1.4;
  margin-block: 1.5rem 2rem;
  text-align: center;
  font-family: var(--ff-noto);
}
@media (max-width: 834px) {
  .top-salon-work__catch {
    margin-block: 0.5rem 1.5rem;
  }
}

.top-salon-work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(90%, 520px);
  margin-inline: auto;
  margin-bottom: 3rem;
}
@media (max-width: 834px) {
  .top-salon-work__list {
    margin-bottom: 2rem;
    gap: 0.5rem;
  }
}
@media (max-width: 639px) {
  .top-salon-work__list {
    width: 30rem;
  }
}
.top-salon-work__list > li {
  background-color: #8ba9a9;
  text-align: center;
  color: #fff;
  font-family: var(--ff-work);
  font-size: var(--f18);
  line-height: 1;
  padding: 0.2em 0.5em;
}

.top-salon-work__txt {
  width: 520px;
  margin-inline: auto;
}
@media (max-width: 1240px) {
  .top-salon-work__txt {
    width: 60%;
  }
}
@media (max-width: 834px) {
  .top-salon-work__txt {
    width: 90%;
  }
}

.top-salon-work__img-area {
  margin-top: -18rem;
}
@media (max-width: 1240px) {
  .top-salon-work__img-area {
    margin-top: 5rem;
  }
}
@media (max-width: 834px) {
  .top-salon-work__img-area {
    margin-top: 3rem;
  }
}

.top-salon-work__img-flex {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-columns: 350fr 698fr;
  gap: 0rem 10%;
  width: min(90%, 1300px);
  margin-inline: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1399px) {
  .top-salon-work__img-flex {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 834px) {
  .top-salon-work__img-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}

.top-salon-work__imgs--left-side {
  display: grid;
  grid-template-columns: 250fr 70fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 834px) {
  .top-salon-work__imgs--left-side {
    width: 62%;
    margin-left: 5%;
    z-index: 2;
  }
}

.top-salon-work__img--02 {
  margin-bottom: -90%;
  margin-left: -43%;
}
@media (max-width: 834px) {
  .top-salon-work__img--02.js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.top-salon-work__imgs--right-side {
  display: grid;
  grid-template-columns: 480fr 276fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 14%;
  margin-top: 5%;
}
@media (max-width: 834px) {
  .top-salon-work__imgs--right-side {
    grid-template-columns: 550fr 316fr;
    margin-right: 8%;
    position: relative;
    z-index: 1;
  }
}

.top-salon-work__img--03 {
  margin-top: 42%;
  margin-right: -13%;
}
@media (max-width: 834px) {
  .top-salon-work__img--03.js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

@media (max-width: 834px) {
  .top-salon-work__img--04.js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

/* -------------------------
 * salon work
 * ワークスタイル
 * ------------------------- */
.top-salon-work__style {
  margin-top: 12rem;
}
@media (max-width: 834px) {
  .top-salon-work__style {
    margin-top: 5rem;
  }
}

.top-salon-work__style-inner {
  background-color: #f4f3ef;
  padding: 5.6rem 7.7% 6.4rem;
}
@media (max-width: 834px) {
  .top-salon-work__style-inner {
    padding: 4rem 5% 3rem;
  }
}
@media (max-width: 834px) {
  .top-salon-work__style-inner.inner--1100 {
    width: 100%;
  }
}

.top-salon-work__style-ttl-area {
  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.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 834px) {
  .top-salon-work__style-ttl-area {
    gap: 0;
  }
}
.top-salon-work__style-ttl-area::before, .top-salon-work__style-ttl-area::after {
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.top-salon-work__style-ttl-area::before {
  background: url(../img/top/salon-work_list-head01.webp) no-repeat center;
  background-size: contain;
  content: "";
  width: 4.1rem;
  aspect-ratio: 41/94;
  top: 22%;
  left: -22%;
}
@media (max-width: 1024px) {
  .top-salon-work__style-ttl-area::before {
    width: 2.8rem;
    left: -6%;
  }
}
@media (max-width: 499px) {
  .top-salon-work__style-ttl-area::before {
    left: -23%;
  }
}
.top-salon-work__style-ttl-area::after {
  background: url(../img/top/salon-work_list-head02.webp) no-repeat center;
  background-size: contain;
  content: "";
  width: 6.1rem;
  aspect-ratio: 61/82;
  top: 34%;
  right: -27%;
}
@media (max-width: 1024px) {
  .top-salon-work__style-ttl-area::after {
    width: 4rem;
    right: -10%;
  }
}
@media (max-width: 499px) {
  .top-salon-work__style-ttl-area::after {
    right: -25%;
  }
}

.top-salon-work__style-ttl-img {
  width: 36.8%;
}

.top-salon-work__style-ttl {
  font-size: var(--f32);
  font-family: var(--ff-noto);
  font-weight: 500;
}

.top-salon-work__style-head-txt {
  margin-block: 4rem;
  text-align: center;
}
@media (max-width: 834px) {
  .top-salon-work__style-head-txt {
    text-align: left;
    margin-block: 3.5rem 1.5rem;
  }
}

.top-salon-work__style-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 5.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 834px) {
  .top-salon-work__style-list {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 639px) {
  .top-salon-work__style-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.top-salon-work__style-list > li {
  padding: 3rem 9%;
  border-radius: 10px;
}
@media (max-width: 834px) {
  .top-salon-work__style-list > li {
    padding: 2rem 5%;
  }
}
.top-salon-work__style-list > li:first-child {
  background-color: #eee7e1;
}
.top-salon-work__style-list > li:first-child .top-salon-work__style-list-label {
  background: #dda782;
}
@media (max-width: 639px) {
  .top-salon-work__style-list > li:first-child.js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.top-salon-work__style-list > li:last-child {
  background-color: #d9e1e4;
}
.top-salon-work__style-list > li:last-child .top-salon-work__style-list-label {
  background: #8e8374;
}
@media (max-width: 639px) {
  .top-salon-work__style-list > li:last-child.js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.top-salon-work__style-list-lead {
  color: #d08552;
  text-align: center;
  font-size: var(--f18);
  font-weight: 600;
  margin-bottom: 1.8rem;
}

.top-salon-work__style-list-img-area {
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 834px) {
  .top-salon-work__style-list-img-area {
    margin-bottom: 1rem;
  }
}

.top-salon-work__style-list-label {
  font-size: var(--f24);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4em 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  border-radius: 100vmax;
  position: absolute;
  top: -7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.top-salon-work__style-list-label .small {
  font-size: var(--f21);
}

.top-salon-work__style-list-txt {
  font-size: var(--f15);
  width: 93%;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .top-salon-work__style-list-txt {
    width: 100%;
  }
}

/* -------------------------
 * salon system
 * ------------------------- */
.top-salon-system {
  padding-block: 16rem 14rem;
}

.top-salon-system__inner {
  width: min(90%, 1220px);
  margin-inline: auto;
}

.top-salon-system__ttl {
  font-size: var(--f80);
  line-height: 1.25;
  text-align: center;
  color: #dda782;
  font-family: var(--ff-prata);
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top-salon-system__catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--ff-noto);
  font-size: var(--f32);
  line-height: 1.4;
  text-align: center;
}
.top-salon-system__catch .sub-catch {
  font-size: var(--f18);
}

.top-salon-system__aside-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 3.5rem 2.5rem;
}
@media (max-width: 834px) {
  .top-salon-system__aside-txt {
    margin-block: 2.5rem 2rem;
  }
}

/* 追従コンテンツエリア */
.js-location01 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem 9%;
  -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 (max-width: 1240px) {
  .js-location01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.js-location-contents {
  width: 100%;
}

.js-location-nav {
  position: sticky;
  top: 130px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 37.4rem;
  z-index: 1;
}
@media (max-width: 1240px) {
  .js-location-nav {
    top: 0;
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: 41rem 1fr;
    gap: 0rem 2%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
  }
}
@media (max-width: 834px) {
  .js-location-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-salon-system__head-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: center;
      -ms-flex-align: center;
          align-items: center;
}

.js-location-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7em 3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .js-location-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.js-location-nav__list-area {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem 9.6%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-block: 2px dotted #bababa;
  padding-block: 3rem;
  padding-inline: 2.6%;
}
@media (max-width: 834px) {
  .js-location-nav__list-area {
    padding-block: 2rem;
    padding-inline: 2%;
  }
}

.js-location-nav__list-label {
  font-family: var(--ff-work);
  font-size: var(--f14);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-right: 1px solid #292929;
  padding-right: 0.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.js-location-nav__link {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: var(--f18);
  color: #bababa;
  font-weight: 600;
}
@media (max-width: 1240px) {
  .js-location-nav__link {
    color: #262626;
  }
}
.js-location-nav__link .num {
  font-family: var(--ff-work);
  margin-right: 0.5em;
}
@media (max-width: 1240px) {
  .js-location-nav__link .num {
    color: #d08552;
  }
}
.js-location-nav__link.active {
  color: #262626;
}
@media (max-width: 1240px) {
  .js-location-nav__link.active {
    color: inherit;
  }
}
.js-location-nav__link.active .num {
  color: #d08552;
}

.js-location-content {
  background-color: #fff;
  background-image: linear-gradient(0deg, #f7f7f7 1px, transparent 1px), linear-gradient(90deg, #f7f7f7 1px, transparent 1px);
  background-size: 20px 20px;
  background-repeat: repeat;
  padding: 6rem 8%;
}
@media (max-width: 834px) {
  .js-location-content {
    padding: 3rem 5%;
  }
}

.js-location-content + .js-location-content {
  margin-top: 6rem;
}
@media (max-width: 1240px) {
  .js-location-content + .js-location-content {
    margin-top: 3rem;
  }
}
@media (max-width: 834px) {
  .js-location-content + .js-location-content {
    margin-top: 2rem;
  }
}

/* -------------------------
 * salon system
 * コンテンツ内容
 * ------------------------- */
.js-location-content {
  position: relative;
  max-width: 73rem;
}
@media (max-width: 1240px) {
  .js-location-content {
    max-width: none;
  }
}

.top-salon-system__content-head {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/top/salon-system_item-head.webp) no-repeat center center/cover;
  aspect-ratio: 262/165;
  width: 26.2rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  z-index: 2;
}
@media (max-width: 1240px) {
  .top-salon-system__content-head {
    width: 18%;
    min-width: 13.5rem;
  }
}
.top-salon-system__content-head.js-fadeup.is-visible {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.top-salon-system__content-num {
  font-family: var(--ff-prata);
  line-height: 1;
  font-size: var(--f21);
}

.top-salon-system__content-ttl {
  font-family: var(--ff-noto);
  line-height: 1;
  font-size: var(--f32);
  font-weight: 500;
  margin-block: 0.3em 0.5em;
}

.top-salon-system__content-ttl--en {
  font-family: var(--ff-work);
  line-height: 1;
  font-size: var(--f14);
}

.top-salon-system__content-catch {
  font-family: var(--ff-noto);
  margin-block: 3rem 3.5rem;
  font-size: var(--f28);
  text-align: center;
}
@media (max-width: 834px) {
  .top-salon-system__content-catch {
    margin-block: 1.5rem 2rem;
  }
}

.top-salon-system__content-txt {
  margin-bottom: 3.5rem;
}
@media (max-width: 834px) {
  .top-salon-system__content-txt {
    margin-bottom: 2rem;
  }
}

.top-salon-system__item + .top-salon-system__item {
  margin-top: 4rem;
}
@media (max-width: 834px) {
  .top-salon-system__item + .top-salon-system__item {
    margin-top: 3rem;
  }
}

/* -------------------------
 * salon system
 * 01 給与制度
 * ------------------------- */
.top-salon-system01__item01 {
  padding: 3.5rem 6.3% 3rem;
  border-radius: 10px;
  background-color: #e1b495;
  overflow-y: clip;
}
@media (max-width: 834px) {
  .top-salon-system01__item01 {
    padding: 2rem 5%;
  }
}
@media (max-width: 499px) {
  .top-salon-system01__item01 {
    padding-bottom: 5rem;
  }
}

.top-salon-system01__item01-catch {
  font-family: var(--ff-noto);
  font-size: var(--f24);
  font-weight: 400;
  color: #fff;
  margin-bottom: 2.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: relative;
  z-index: 1;
  gap: 1em;
}
.top-salon-system01__item01-catch::before, .top-salon-system01__item01-catch::after {
  width: 1px;
  height: 2rem;
  content: "";
  background-color: #fff;
  margin-top: 0em;
}
.top-salon-system01__item01-catch::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.top-salon-system01__item01-catch::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media (max-width: 834px) {
  .top-salon-system01__item01-catch {
    margin-bottom: 1.5rem;
  }
}

.top-salon-system01__item01-list {
  display: grid;
  grid-template-columns: 141fr 203fr 172fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 499px) {
  .top-salon-system01__item01-list {
    gap: 2rem;
  }
}
@media (max-width: 399px) {
  .top-salon-system01__item01-list {
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.top-salon-system01__item01-list > li {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.top-salon-system01__item01-list > li:first-child::after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2rem;
  z-index: 1;
}
@media (max-width: 499px) {
  .top-salon-system01__item01-list > li:first-child::after {
    right: -1rem;
  }
}
@media (max-width: 399px) {
  .top-salon-system01__item01-list > li:first-child::after {
    right: -0.75rem;
  }
}
.top-salon-system01__item01-list > li:nth-child(2)::after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2rem;
  z-index: 1;
}
@media (max-width: 499px) {
  .top-salon-system01__item01-list > li:nth-child(2)::after {
    right: -1rem;
  }
}
@media (max-width: 399px) {
  .top-salon-system01__item01-list > li:nth-child(2)::after {
    right: -0.75rem;
  }
}
.top-salon-system01__item01-label {
  font-size: var(--f14);
  background-color: #f2d7b9;
  line-height: 1;
  padding-block: 0.3em;
  width: 9.7rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 834px) {
  .top-salon-system01__item01-label {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 499px) {
  .top-salon-system01__item01-label {
    width: 7rem;
  }
}

.top-salon-system01__item01-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.2em;
  color: #fff;
}
@media (max-width: 499px) {
  .top-salon-system01__item01-main-wrap {
    gap: 0;
  }
}
.top-salon-system01__item01-main-wrap .num {
  font-family: var(--ff-work);
  font-size: var(--f64);
  font-weight: 500;
  line-height: 1;
}
.top-salon-system01__item01-main-wrap .unit {
  font-size: var(--f28);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.3em;
  white-space: nowrap;
}
@media (max-width: 499px) {
  .top-salon-system01__item01-main-wrap .unit {
    font-size: 1rem;
  }
}

.top-salon-system01__item01-note {
  color: #fff;
  margin-block: 2rem 1rem;
  text-align: center;
}
@media (max-width: 834px) {
  .top-salon-system01__item01-note {
    text-align: left;
    margin-block: 1.5rem 2rem;
    text-align: center;
    line-height: 1.4;
  }
}
@media (max-width: 499px) {
  .top-salon-system01__item01-note {
    font-size: 1.2rem;
  }
}

.top-salon-system01__item01-treatment {
  padding: 3rem 5% 2.5rem 18%;
  border-radius: 10px;
  border: solid 1px #909090;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1240px) {
  .top-salon-system01__item01-treatment {
    padding-left: 10%;
  }
}
@media (max-width: 834px) {
  .top-salon-system01__item01-treatment {
    padding: 1.5rem 27% 2.5rem 5%;
  }
}
@media (max-width: 499px) {
  .top-salon-system01__item01-treatment {
    padding-right: 5%;
  }
}
.top-salon-system01__item01-treatment::after {
  background: url(../img/top/salon-system_01-02.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 13%;
  aspect-ratio: 164/337;
  bottom: -3.2rem;
  left: -2%;
  z-index: 1;
}
@media (max-width: 1240px) {
  .top-salon-system01__item01-treatment::after {
    width: 8%;
    left: -1%;
  }
}
@media (max-width: 834px) {
  .top-salon-system01__item01-treatment::after {
    width: 14%;
    left: 80%;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
@media (max-width: 499px) {
  .top-salon-system01__item01-treatment::after {
    bottom: -6.2rem;
    left: 88%;
  }
}
@media (max-width: 399px) {
  .top-salon-system01__item01-treatment::after {
    width: 20%;
    left: 82%;
  }
}

.top-salon-system01__item01-treatment-label {
  font-size: var(--f20);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 834px) {
  .top-salon-system01__item01-treatment-label {
    margin-bottom: 1rem;
    line-height: 1.4;
    text-align: center;
  }
}
.top-salon-system01__item01-treatment-label .highlight {
  color: #d08552;
}

.top-salon-system01__item01-treatment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4em 2em;
}
.top-salon-system01__item01-treatment-list > li {
  font-size: var(--f14);
  line-height: 1;
  color: #71a7a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2em;
}
.top-salon-system01__item01-treatment-list > li::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #71a7a7;
  border-radius: 100vmax;
  margin-top: -0.1em;
}

.top-salon-system01__item02 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 5.8%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .top-salon-system01__item02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-salon-system01__item02-label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border: 1px solid #262626;
  line-height: 1;
  padding: 0.5em;
}
@media (max-width: 834px) {
  .top-salon-system01__item02-label {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.top-salon-system01__item02-catch {
  font-family: var(--ff-noto);
  font-size: var(--f21);
  border-bottom: 1px solid #262626;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .top-salon-system01__item02-catch {
    margin-inline: auto;
  }
}

.top-salon-system01__item02-txt {
  margin-block: 1rem 2rem;
}
@media (max-width: 834px) {
  .top-salon-system01__item02-txt {
    margin-block: 1rem 1.5rem;
  }
}

.top-salon-system01__item02-calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media (max-width: 834px) {
  .top-salon-system01__item02-calc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-salon-system01__item02-calc .item {
  font-size: var(--f20);
  border-radius: 100vmax;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 1;
  padding: 0.6em 1em;
  font-weight: 600;
}
@media (max-width: 499px) {
  .top-salon-system01__item02-calc .item {
    font-size: 1.3rem;
  }
}
.top-salon-system01__item02-calc .item:nth-of-type(1) {
  background-color: #8e8374;
  color: #fff;
}
.top-salon-system01__item02-calc .item:nth-of-type(2) {
  background-color: #f2d7b9;
  color: #262626;
}
.top-salon-system01__item02-calc .item:nth-of-type(3) {
  background-color: #e1b495;
  color: #fff;
}
.top-salon-system01__item02-calc .plus {
  aspect-ratio: 1;
  width: 1.9rem;
  height: auto;
}
@media (max-width: 834px) {
  .top-salon-system01__item02-calc .plus {
    width: 1rem;
  }
}

/* -------------------------
 * salon system
 * 02 休暇制度
 * ------------------------- */
.top-salon-system02 {
  overflow-y: clip;
}
.top-salon-system02.js-location-content {
  padding-bottom: 8rem;
}

.top-salon-system02__item01 {
  padding: 1.5rem 12.2%;
  border-radius: 10px;
  background-color: #f2d7b9;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 3rem 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 834px) {
  .top-salon-system02__item01 {
    padding: 1rem 5%;
  }
}

.top-salon-system02__item01-label {
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
  background: #fff;
  border-radius: 100vmax;
  aspect-ratio: 1;
  width: 6.1rem;
  height: auto;
  display: grid;
  place-content: center;
  font-size: var(--f15);
  font-weight: 600;
}
@media (max-width: 834px) {
  .top-salon-system02__item01-label {
    font-size: 1rem;
    width: 4rem;
  }
}

.top-salon-system02__item01-annual-holidays {
  color: #d08552;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-salon-system02__item01-annual-holidays .num {
  font-size: var(--f64);
  font-family: var(--ff-work);
  font-weight: 500;
  line-height: 1;
}
.top-salon-system02__item01-annual-holidays .unit {
  font-size: var(--f24);
  font-weight: 600;
}
@media (max-width: 834px) {
  .top-salon-system02__item01-annual-holidays .unit {
    margin-bottom: -0.2em;
    font-size: 1.4rem;
  }
}

.top-salon-system02__item01-img {
  width: 1rem;
  margin-inline: 0.8em;
}
@media (max-width: 834px) {
  .top-salon-system02__item01-img {
    width: 0.4em;
    margin-inline: 0.2em;
  }
}

.top-salon-system02__item01-detail {
  font-size: var(--f24);
  font-weight: 600;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 834px) {
  .top-salon-system02__item01-detail {
    font-size: 1.5rem;
  }
}
.top-salon-system02__item01-detail .num {
  font-family: var(--ff-work);
  font-size: var(--f48);
  color: #d08552;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 834px) {
  .top-salon-system02__item01-detail .num {
    font-size: 2.6rem;
  }
}

.top-salon-system__check-area {
  padding: 3rem 20% 3rem 8%;
  border-radius: 10px;
  border: solid 1px #909090;
  background-color: #fcfaf5;
  position: relative;
}
@media (max-width: 834px) {
  .top-salon-system__check-area {
    padding: 2rem 5%;
  }
}
.top-salon-system__check-area::after {
  background: url(../img/top/salon-system_02-03.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 18%;
  aspect-ratio: 204/500;
  top: -13%;
  right: -1%;
  z-index: 1;
}
@media (max-width: 1240px) {
  .top-salon-system__check-area::after {
    width: 10%;
    width: auto;
    height: 127%;
  }
}
@media (max-width: 834px) {
  .top-salon-system__check-area::after {
    height: auto;
    width: 16%;
    top: 69%;
  }
}
@media (max-width: 499px) {
  .top-salon-system__check-area::after {
    width: 24%;
    top: 79%;
  }
}

.top-salon-system__check-area-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: var(--ff-noto);
  font-size: var(--f21);
  margin-bottom: 2rem;
  line-height: 1;
}
@media (max-width: 834px) {
  .top-salon-system__check-area-catch {
    margin-bottom: 1rem;
    gap: 0.2em;
  }
}
.top-salon-system__check-area-catch::before {
  background: url(../img/top/salon-system_check.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 1.2lh;
  aspect-ratio: 52/50;
  z-index: 1;
}
.top-salon-system__check-area-catch .underline {
  border-bottom: 1px solid #262626;
  padding-bottom: 0.5em;
}

/* -------------------------
 * salon system
 * 03 キャリア
 * ------------------------- */
.t-inner {
  background: #eee7e1;
  border-radius: 10px;
  padding: 6rem 4rem;
  overflow: hidden;
}
.t-inner::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.6)), to(transparent));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.6), transparent);
  pointer-events: none;
  z-index: 10;
}
.t-inner .scroll-hint-icon-wrap {
  z-index: 11;
}
.t-inner .scroll-hint-icon {
  left: calc(50% - 10px);
}
@media (max-width: 1240px) {
  .t-inner .scroll-hint-icon {
    left: 56vw;
  }
}
@media (max-width: 499px) {
  .t-inner .scroll-hint-icon {
    left: 46vw;
  }
}

/* -------------------------
 * salon system
 * 04 女性支援
 * ------------------------- */
.top-salon-system04 {
  overflow-y: clip;
}
.top-salon-system04.js-location-content {
  padding-bottom: 8rem;
}
.top-salon-system04 .top-salon-system__check-area::after {
  background: url(../img/top/salon-system_04-02.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  aspect-ratio: 136/518;
  width: auto;
  height: 127%;
  top: -13%;
}
@media (max-width: 834px) {
  .top-salon-system04 .top-salon-system__check-area::after {
    height: auto;
    width: 10%;
    top: 77%;
  }
}
@media (max-width: 499px) {
  .top-salon-system04 .top-salon-system__check-area::after {
    width: 14%;
    top: 79%;
  }
}

.top-salon-system03__list {
  padding: 3rem 7.3%;
  border-radius: 10px;
  background-color: #f2cdc3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 834px) {
  .top-salon-system03__list {
    padding: 2rem 5%;
  }
}
.top-salon-system03__list::before {
  background: #fff;
  content: "";
  display: inline-block;
  position: absolute;
  width: 85.4%;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 834px) {
  .top-salon-system03__list::before {
    width: 90%;
  }
}
.top-salon-system03__list::after {
  background: #fff;
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: calc(100% - 6rem);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 834px) {
  .top-salon-system03__list::after {
    height: calc(100% - 4rem);
  }
}
@media (max-width: 499px) {
  .top-salon-system03__list > li.js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.top-salon-system03__list > li:nth-child(1) {
  padding-right: 8%;
  padding-bottom: 2rem;
}
.top-salon-system03__list > li:nth-child(2) {
  padding-left: 8%;
  padding-bottom: 2rem;
}
.top-salon-system03__list > li:nth-child(3) {
  padding-right: 8%;
  padding-top: 2rem;
}
.top-salon-system03__list > li:nth-child(4) {
  padding-left: 8%;
  padding-top: 2rem;
}
.top-salon-system03__list > li:not(:last-child) {
  padding-bottom: 2rem;
}
@media (max-width: 499px) {
  .top-salon-system03__list > li:not(:last-child) {
    padding-bottom: 1rem;
  }
}
.top-salon-system03__list > li:not(:first-child):not(:nth-child(2)) {
  padding-top: 2rem;
}
@media (max-width: 499px) {
  .top-salon-system03__list > li:not(:first-child):not(:nth-child(2)) {
    padding-top: 3rem;
  }
}
.top-salon-system03__list-head {
  display: grid;
  grid-template-columns: 70fr 132fr;
  gap: 1.5rem 7%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .top-salon-system03__list-head {
    grid-template-columns: 20% 1fr;
    gap: 0.5em;
  }
}
@media (max-width: 499px) {
  .top-salon-system03__list-head {
    grid-template-columns: 15% auto;
    margin-inline: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.5em;
  }
}

.top-salon-system03__list-label {
  font-size: var(--f21);
  font-weight: 600;
}

.top-salon-system03__list-txt {
  line-height: 1.71;
  font-size: var(--f14);
  color: #354656;
}
@media (max-width: 834px) {
  .top-salon-system03__list-txt {
    font-size: 1.4rem;
  }
}

/* -------------------------
 * benefit
 * ------------------------- */
.top-salon-system__benefit {
  padding: 6rem 8%;
  background-color: #eee7e1;
  margin-top: 6rem;
}
@media (max-width: 834px) {
  .top-salon-system__benefit {
    margin-top: 4rem;
    padding: 3.5rem 5% 2rem;
  }
}

.top-salon-system__benefit-ttl {
  font-size: var(--f32);
  font-family: var(--ff-noto);
  font-weight: 500;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.top-salon-system__benefit-ttl::before {
  background: url(../img/top/salon-system_benefit01.png) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
  aspect-ratio: 214/88;
  top: -34%;
  left: -29%;
  z-index: 1;
}

.top-salon-system__benefit-txt {
  margin-block: 2.5rem 3.5rem;
  text-align: center;
}
@media (max-width: 834px) {
  .top-salon-system__benefit-txt {
    margin-block: 2rem 2rem;
    text-align: left;
  }
}

.top-salon-system__benefit-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 3rem 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .top-salon-system__benefit-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 499px) {
  .top-salon-system__benefit-list {
    gap: 2rem;
  }
}
@media (max-width: 834px) {
  .top-salon-system__benefit-list > li.js-fadeup {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.top-salon-system__benefit-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.8rem;
}
@media (max-width: 834px) {
  .top-salon-system__benefit-list-head {
    gap: 0.2em;
  }
}

.top-salon-system__benefit-list-check {
  width: 0.8lh;
  height: auto;
  aspect-ratio: 1;
}
@media (max-width: 834px) {
  .top-salon-system__benefit-list-check {
    width: 0.5lh;
    -webkit-transform: translateY(0.2em);
            transform: translateY(0.2em);
  }
}

.top-salon-system__benefit-list-ttl {
  line-height: 1.4;
  color: #d08552;
  font-size: var(--f18);
  font-weight: 700;
}
@media (max-width: 834px) {
  .top-salon-system__benefit-list-ttl {
    font-size: 1.5rem;
  }
}

.top-salon-system__benefit-list-txt {
  font-size: 1.4rem;
  line-height: 1.71;
}

@media (max-width: 834px) {
  .top-salon-system__benefit-list-img {
    width: 92%;
  }
}

/* -------------------------
 * CTA
 * ------------------------- */
.top-cta {
  padding-block: 11.9rem 10.4rem;
  background-color: #e1b495;
  overflow-x: clip;
  overflow: hidden;
}

.top-cta__ttl {
  color: #fff;
  margin-inline: auto;
  text-align: center;
  font-family: var(--ff-prata);
  font-size: var(--f80);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.top-cta__catch {
  color: #fff;
  text-align: center;
  margin-inline: auto;
  font-size: var(--f32);
  font-family: var(--ff-noto);
}
.top-cta__catch .dot-underline--black {
  background-image: radial-gradient(circle, #fff 0.16rem, transparent 0.16rem);
}

.top-cta__txt {
  color: #fff;
  font-size: var(--f18);
  text-align: center;
  margin-block: 4rem 3rem;
}
@media (max-width: 834px) {
  .top-cta__txt {
    margin-block: 2rem 1rem;
  }
}

.top-cta__list-area {
  position: relative;
}

.top-cta__img-area {
  position: absolute;
  bottom: 7%;
  right: 12%;
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 0;
  z-index: 0;
  width: min(17%, 22.1rem);
}
@media (max-width: 1240px) {
  .top-cta__img-area {
    width: 22%;
    right: 3vw;
  }
}
@media (max-width: 834px) {
  .top-cta__img-area {
    left: 60%;
    top: 59%;
    bottom: unset;
    width: 37%;
  }
}
@media (max-width: 499px) {
  .top-cta__img-area {
    left: 53%;
    width: 48%;
    top: 56%;
  }
}
@media (max-width: 834px) {
  .top-cta__img-area.js-fadeup {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

.top-cta__img--02 {
  margin-left: -41%;
  margin-top: -11%;
}

.top-cta__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 2.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .top-cta__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-cta__list > li:nth-child(2) .top-cta__link {
  grid-template-columns: 60fr 258fr 60fr;
}
@media (max-width: 499px) {
  .top-cta__list > li:nth-child(2) .top-cta__link {
    grid-template-columns: 1fr;
  }
}
.top-cta__list > li:nth-child(2) .top-cta__list-icon {
  max-width: 6rem;
}
@media (max-width: 499px) {
  .top-cta__list > li:nth-child(2) .top-cta__list-icon {
    width: 2.5rem;
  }
}

.top-cta__link {
  padding: 4rem 8%;
  border-radius: 10px;
  background-color: #7aa5a5;
  display: grid;
  grid-template-columns: 41fr 258fr 41fr;
  gap: 3rem 12%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 834px) {
  .top-cta__link {
    padding: 2rem 5%;
    gap: 0.5em 0.5em;
  }
}
@media (max-width: 499px) {
  .top-cta__link {
    grid-template-columns: 1fr;
  }
}
.top-cta__link:hover {
  background: color-mix(in srgb, var(--green) 80%, white);
}
.top-cta__link::after {
  content: "";
}

@media (min-width: 834px) {
  .top-cta__link--tel {
    pointer-events: none;
    cursor: inherit;
  }
}
@media (max-width: 499px) {
  .top-cta__list-content__inner {
    width: 100%;
  }
}

.top-cta__list-content {
  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;
  color: #fff;
}

.top-cta__list-icon {
  max-width: 4rem;
}
@media (max-width: 499px) {
  .top-cta__list-icon {
    max-width: none;
    width: 2rem;
    margin-inline: auto;
    text-align: center;
  }
}

.top-cta__list-txt--main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: var(--f28);
  font-family: var(--ff-work);
  line-height: 1;
  margin-bottom: 0.4em;
}

.top-cta__list-txt--small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-inline: auto;
  font-size: var(--f14);
  line-height: 1;
}

/* -------------------------
 * interview
 * ------------------------- */
.top-interview {
  padding-block: 15.7rem 17.6rem;
}

.top-interview__ttl {
  text-align: center;
  color: #dda782;
  font-size: var(--f80);
  font-family: var(--ff-prata);
  font-weight: 500;
}

.top-interview__txt {
  text-align: center;
  font-size: var(--f18);
  width: min(90%, 1300px);
  margin-inline: auto;
}
@media (max-width: 834px) {
  .top-interview__txt {
    text-align: left;
  }
}

/* スライダー */
.top-interview__swiper-area {
  position: relative;
}

.top-interview__swiper {
  overflow: hidden;
  width: 100%;
  max-width: 390px;
  margin-inline: auto;
}
.top-interview__swiper .swiper-wrapper {
  height: auto;
}
.top-interview__swiper .swiper-slide__img-area {
  overflow: hidden;
}
.top-interview__swiper .swiper-slide__img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.top-interview__swiper .swiper-slide:hover {
  cursor: pointer;
}
.top-interview__swiper .swiper-slide:hover .swiper-slide__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.top-interview__swiper .swiper-slide img {
  aspect-ratio: 390/520;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-interview__swiper-head {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1em;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
@media (max-width: 834px) {
  .top-interview__swiper-head {
    margin-bottom: 2rem;
  }
}
.top-interview__swiper-head .swiper-pagination {
  position: static;
  display: inline;
  width: auto;
  font-family: var(--ff-work);
  font-size: var(--f18);
  line-height: 1;
}
.top-interview__swiper-head .swiper-pagination-current {
  color: #71a7a7;
  font-size: var(--f28);
  line-height: 1;
}
.top-interview__swiper-head .swiper-button-next,
.top-interview__swiper-head .swiper-button-prev {
  position: static;
  height: 3rem;
  width: 3rem;
  border-radius: 100vmax;
  -webkit-transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  margin-top: 0;
}
.top-interview__swiper-head .swiper-button-next {
  background-color: #8ba9a9;
}
.top-interview__swiper-head .swiper-button-next:hover {
  background: color-mix(in srgb, #8ba9a9 80%, white);
}
.top-interview__swiper-head .swiper-button-prev {
  background-color: transparent;
  border: 1px solid #8ba9a9;
}
.top-interview__swiper-head .swiper-button-prev:hover {
  border: 1px solid color-mix(in srgb, #8ba9a9 80%, white);
}
.top-interview__swiper-head .swiper-button-prev:hover:after {
  color: color-mix(in srgb, #8ba9a9 80%, white);
}
.top-interview__swiper-head .swiper-button-prev::after,
.top-interview__swiper-head .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
}
.top-interview__swiper-head .swiper-button-prev::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c4";
  font-weight: 300;
  color: #7aa5a5;
  font-size: 16px;
  font-variation-settings: "FILL" 1;
}
.top-interview__swiper-head .swiper-button-next::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  font-variation-settings: "FILL" 1;
}
.top-interview__swiper-head .swiper-slide img {
  height: auto;
  width: 100%;
}

.top-interview__swiper-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}

.top-interview__swiper-container {
  width: calc(100% + 17%);
  margin-left: calc(-17% / 2);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2%;
  overflow: hidden;
}
@media (max-width: 834px) {
  .top-interview__swiper-container {
    width: calc(100% + 220%);
    margin-left: calc(-220% / 2);
  }
}

.top-interview__swiper {
  margin-top: auto;
}

.top-interview__profile {
  margin-top: 2rem;
}
@media (max-width: 834px) {
  .top-interview__profile {
    margin-top: 1.5rem;
  }
}

.top-interview__profile {
  display: none;
}

.top-interview__swiper[data-swiper-index="2"] .top-interview__profile {
  display: block;
}

.top-interview__position {
  font-family: var(--ff-work);
  color: #71a7a7;
  font-size: var(--f14);
  line-height: 1;
}

.top-interview__name {
  font-family: var(--ff-work);
  font-size: var(--f24);
  line-height: 1.4;
  margin-block: 0.2em 0.3em;
}

.top-interview__career {
  font-size: var(--f14);
}

/* -------------------------
 * interview
 * モーダル
 * ------------------------- */
body:has([popover]:popover-open) {
  overflow: hidden;
}

.top-interview {
  overflow-x: hidden;
  /* ボタンスタイル */
  /* モーダルスタイル */
  /* アニメーション開始時の値 */
  /* レスポンシブ */
}
.top-interview .modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-interview .open-modal-btn {
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top-interview .modal {
  border-radius: 16px;
  border: none;
  max-width: 75rem;
  width: 90%;
  opacity: 0;
  overflow: visible;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: auto;
  padding: 0;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  -webkit-transform: translateY(2vh);
          transform: translateY(2vh);
}
.top-interview .modal:popover-open {
  opacity: 1;
}
@starting-style {
  .top-interview .modal:popover-open {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.top-interview .modal::-ms-backdrop {
  background-color: rgba(144, 138, 128, 0.9);
}
.top-interview .modal::backdrop {
  background-color: rgba(144, 138, 128, 0.9);
}
.top-interview .modal-close {
  position: absolute;
  top: -6rem;
  right: 0;
  background: none;
  border: none;
  font-size: 2.6rem;
  cursor: pointer;
  border-radius: 50%;
  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;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10;
  background-color: #373737;
  width: 5rem;
  height: 5rem;
  line-height: 1.2;
  font-weight: 400;
}
.top-interview .modal-close::before,
.top-interview .modal-close::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
}
.top-interview .modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.top-interview .modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.top-interview .modal-close:hover {
  background-color: #f1f3f4;
}
.top-interview .modal-close:hover::before,
.top-interview .modal-close:hover::after {
  background-color: #333; /* ホバー時はバツも暗く */
}
.top-interview .modal-body {
  padding: 1.5rem;
}
.top-interview .modal-body p {
  margin: 0 0 1rem;
  color: #666;
  line-height: 1.6;
}
.top-interview .modal-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .top-interview .modal-buttons {
    -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;
  }
  .top-interview .open-modal-btn {
    width: 200px;
  }
}
.top-interview .modal__content {
  border-radius: 16px;
  max-height: 80vh;
  background-color: #f4f3ef;
  position: relative;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6.4rem 5%;
  position: relative;
}
@media (max-width: 834px) {
  .top-interview .modal__content {
    padding-block: 3rem;
    max-height: 66vh;
  }
}
.top-interview .modal__inner {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-interview .modal__inner::-webkit-scrollbar {
  display: none;
}
.top-interview .modal__number {
  color: #dda782;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  font-size: clamp(2.5rem, 3vw, 3.2rem);
  line-height: 1;
  font-family: var(--ff-prata);
}
.top-interview .modal__number::before {
  content: "";
  position: absolute;
  bottom: -40px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 20%;
  height: 3.5rem;
}
.top-interview .modal__picture {
  position: relative;
  max-width: 600px;
  width: 93%;
  margin: 0 auto;
}
.top-interview .modal__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9px;
}
.top-interview .modal__message {
  position: absolute;
  display: block;
  margin-bottom: 3rem;
  color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  white-space: nowrap;
  width: 0%;
  overflow: hidden;
  bottom: -10px;
  left: -3.5%;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  margin-bottom: auto;
  font-size: var(--f26);
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .top-interview .modal__message {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
}
.top-interview .modal__message span {
  background: #8ba9a9;
  padding: 6px 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
@media (max-width: 834px) {
  .top-interview .modal__message span {
    padding: 0.5rem 0.5rem;
  }
}
.top-interview .modal__message span:first-child {
  margin-bottom: 4px;
}
.top-interview .modal__title-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  margin: 1.5rem auto 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 834px) {
  .top-interview .modal__title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5em;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }
}
.top-interview .modal__title-box .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}
@media (max-width: 834px) {
  .top-interview .modal__title-box .left {
    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;
  }
}
.top-interview .modal__title-box .left .role {
  font-size: 1.4rem;
}
.top-interview .modal__title-box .left .modal__name {
  text-align: center;
  font-size: var(--f24);
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 834px) {
  .top-interview .modal__title-box .left .modal__name {
    text-align: left;
  }
}
.top-interview .modal__title-box .right p {
  font-size: var(--f14);
  color: #999999;
}
@media (max-width: 834px) {
  .top-interview .modal__title-box .right p {
    line-height: 1.4;
  }
}
.top-interview .modal__title--text {
  margin-bottom: 5rem;
}
@media (max-width: 834px) {
  .top-interview .modal__title--text {
    margin-bottom: 2rem;
  }
}
.top-interview .modal__faq {
  border-radius: 10px;
  background-color: #e1b495;
  padding: 4.4rem 6.5% 2rem;
}
@media (max-width: 834px) {
  .top-interview .modal__faq {
    padding: 2rem 5%;
  }
}
.top-interview .modal__faq--title {
  font-size: var(--f24);
  font-family: var(--ff-work);
  position: relative;
  margin: 0 auto 4rem;
  color: #262626;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .top-interview .modal__faq--title {
    margin-bottom: 2.5rem;
  }
}
.top-interview .modal__faq--item {
  margin-bottom: 4rem;
}
.top-interview .modal__faq--item dt {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 0.9rem 2rem;
  position: relative;
  margin-bottom: 2rem;
  color: #262626;
  font-size: var(--f18);
  line-height: 1.2;
  font-weight: 600;
}
.top-interview .modal__faq--item dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -1rem;
  left: 3rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 15px solid #fff;
}
.top-interview .modal__faq--item dt span {
  font-size: var(--f24);
  color: #d08552;
  font-family: var(--ff-work);
  font-weight: 500;
}
.top-interview .modal__faq--item dd {
  font-size: 1.5rem;
  color: #fff;
}

.modal-close {
  position: absolute;
  top: 1rem; /* m-innerの上端から1rem */
  right: 1rem; /* m-innerの右端から1rem */
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  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;
  color: #666;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10;
}

.modal:popover-open .modal__message {
  -webkit-animation: textFadein2 0.8s 0.3s forwards linear;
          animation: textFadein2 0.8s 0.3s forwards linear;
}

@-webkit-keyframes textFadein2 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes textFadein2 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
/* -------------------------
 * interview
 * マウスストーカー
 * ------------------------- */
.cursor {
  display: grid;
  place-items: center;
  position: fixed;
  font-family: var(--ff-work);
  top: 0;
  left: 0;
  width: 13.7rem;
  margin: 0;
  aspect-ratio: 1;
  background: rgba(51, 51, 51, 0.7);
  border-radius: 100vmax;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  opacity: 1;
  -webkit-transition: scale 0.1s, -webkit-transform 0.1s;
  transition: scale 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, scale 0.1s;
  transition: transform 0.1s, scale 0.1s, -webkit-transform 0.1s;
  cursor: pointer;
  pointer-events: none;
  z-index: 9999;
  text-align: center;
  /* 追加 */
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, opacity 0.15s ease;
  transition: transform 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease;
}

/* -------------------------
 * owner message
 * ------------------------- */
.top-owner-message {
  padding-block: 19.7rem 16.8rem;
  background: url(../img/top/owner-message_bg.webp) no-repeat center center/cover;
  color: #fff;
}

.top-owner-message__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 834px) {
  .top-owner-message__head {
    margin-bottom: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.top-owner-message__ttl {
  line-height: 1;
  font-family: var(--ff-prata);
  font-size: var(--f16);
  font-weight: 500;
}

.top-owner-message__catch {
  line-height: 1.75;
  font-size: var(--f32);
  font-family: var(--ff-noto);
}

.top-owner-message__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 9%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .top-owner-message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}

.top-owner-message__profile-area {
  margin-top: 3.5rem;
  max-width: 40rem;
  display: grid;
  grid-template-columns: 40% auto;
  gap: 3rem 6%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 834px) {
  .top-owner-message__profile-area {
    margin-top: 2.5rem;
    grid-template-columns: 30% auto;
    gap: 3%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
  }
}

.top-owner-message__profile {
  font-size: var(--f16);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-owner-message__profile .store {
  font-family: var(--ff-work);
  margin-bottom: 0.5em;
}
.top-owner-message__profile .name {
  font-size: var(--f20);
  margin-left: 1em;
}

/* -------------------------
 * faq
 * ------------------------- */
.top-faq {
  background-color: #ede7de;
  padding-block: 11.2rem 15rem;
}
.top-faq .sec__ttl-wrap {
  margin-bottom: 4rem;
}
@media (max-width: 834px) {
  .top-faq .sec__ttl-wrap {
    margin-bottom: 3rem;
  }
}

.accordion__item {
  display: grid;
  grid-template-rows: -webkit-min-content 0fr;
  grid-template-rows: min-content 0fr;
  -webkit-transition: grid-template-rows 300ms ease;
  transition: grid-template-rows 300ms ease;
  transition: grid-template-rows 300ms ease, -ms-grid-rows 300ms ease;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5 px;
}
.accordion__item.accordion-open {
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
}
.accordion__item.accordion-open .open-close-btn::before {
  content: "";
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  -webkit-transform: translate(50%, -50%) rotate(-90deg);
          transform: translate(50%, -50%) rotate(-90deg);
}
.accordion__item.accordion-open .accordion__detail {
  border-top: 1px solid #ddd;
}

.accordion__item .accordion__detail {
  overflow: hidden;
}

.accordion__item + .accordion__item {
  margin-top: 3rem;
}

.accordion__summary {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--f18);
  line-height: 1.4;
  padding: 2rem 2.5rem;
  background: #fff;
}
@media (max-width: 834px) {
  .accordion__summary {
    padding: 2rem;
  }
}
.accordion__summary .accordion__txt {
  font-weight: 600;
}
@media (max-width: 834px) {
  .accordion__summary .accordion__txt {
    margin-top: 0;
  }
}

.accordion__symbol {
  font-size: var(--f24);
  line-height: 1;
  color: #d08552;
  font-family: var(--ff-work);
}

.accordion__cont-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
}

.accordion__detail {
  background: #faf8f5;
}

.accordion__detail-inner {
  padding: 2rem 2.5rem;
}

.open-close-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: grid;
  position: relative;
}
.open-close-btn::before, .open-close-btn::after {
  content: "";
  position: absolute;
  background: #ccc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.open-close-btn::after {
  width: 15px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.open-close-btn::before {
  width: 2px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

/* アコーディオンエリア全体 */
.top-faq__accordion-area {
  width: min(90%, 890px);
  margin-inline: auto;
  position: relative;
}
.top-faq__accordion-area .accordion {
  display: grid;
  grid-template-rows: repeat(8, -webkit-min-content);
  grid-template-rows: repeat(8, min-content);
  max-height: 38rem;
  overflow: hidden;
  -webkit-transition: max-height 800ms ease;
  transition: max-height 800ms ease;
  position: relative;
}
.top-faq__accordion-area .accordion::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ede7de));
  background: linear-gradient(to bottom, transparent, #ede7de);
  pointer-events: none;
  opacity: 1;
}
.top-faq__accordion-area.area-open .accordion {
  max-height: unset;
}
.top-faq__accordion-area.area-open .accordion::after {
  opacity: 0;
}

.faq__accordion-btn {
  font-family: var(--ff-work);
  font-size: var(--f18);
  background-color: #7aa5a5;
  color: #fff;
  width: min(100%, 20rem);
  height: 6rem;
  margin: 2rem auto 0;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.3s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: background 0.3s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: background 0.3s ease, opacity 0.8s ease, transform 0.8s ease;
  transition: background 0.3s ease, opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.faq__accordion-btn:hover {
  cursor: pointer;
  background: color-mix(in srgb, var(--green) 80%, white);
}
.faq__accordion-btn .close-txt {
  display: none;
}
.faq__accordion-btn.area-open .open-txt {
  display: none;
}
.faq__accordion-btn.area-open .close-txt {
  display: block;
}

/* -------------------------
 * requirements
 * ------------------------- */
.top-requirements .sec__ttl-wrap {
  margin-bottom: 6rem;
}
@media (max-width: 834px) {
  .top-requirements .sec__ttl-wrap {
    margin-bottom: 3rem;
  }
}

.top-requirements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
  border-top: 1px solid #ccc;
  padding-top: 3rem;
  width: min(90%, 890px);
  margin-inline: auto;
}
@media (max-width: 639px) {
  .top-requirements__list {
    padding-top: 1.6rem;
  }
}
.top-requirements__list dt,
.top-requirements__list dd {
  padding-block: 3rem;
}
.top-requirements__list dt:first-of-type,
.top-requirements__list dd:first-of-type {
  padding-top: 0;
}
.top-requirements__list dt {
  width: 19%;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}
@media (max-width: 639px) {
  .top-requirements__list dt {
    width: 100%;
    border-bottom: none;
    padding: 1.6rem 0 0 0;
  }
}
.top-requirements__list dd {
  width: 80%;
  border-bottom: 1px solid #ccc;
  padding-left: 1.6rem;
}
@media (max-width: 639px) {
  .top-requirements__list dd {
    min-width: 14rem;
    padding: 0.5rem 0 1.6rem 0;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .top-requirements__list dd:first-of-type {
    padding-top: 0.5rem;
  }
}/*# sourceMappingURL=top.css.map */