.p_about_staff__name_en {
  font-size: 0.75rem;
}

.p_about_staff__item_tag {
  font-size: 0.875rem;
}

.p_about_staff__name_jp > *:last-child {
  font-size: 1.125rem;
}

.p_about_staff__name_jp > *:first-child {
  font-size: 1.375rem;
}

.p_about_history__box, .p_about_staff__box {
  background-color: #fff;
  border-radius: 20px;
  padding-inline: 20px;
}

.p_about_history__inner, .p_about_staff__inner {
  margin-inline: auto;
}

.p_about_main {
  background-color: #f6f4f0;
  position: relative;
  z-index: 0;
  padding-top: 50px;
}
.p_about_main .c_ttl01 {
  margin-bottom: 15px;
}
.p_about_main::after {
  content: "";
  background-color: inherit;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: -240px;
}
.p_about_staff__inner {
  padding-block: 40px;
}
.p_about_staff__img {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.p_about_staff__img img {
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
}
.p_about_staff__name_en {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  color: #aac9ff;
}
.p_about_staff__name_jp {
  line-height: 1;
  margin-top: 5px;
}
.p_about_staff__name_jp > *:first-child {
  margin-right: 10px;
}
.p_about_staff__list {
  margin-top: 30px;
}
.p_about_staff__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p_about_staff__item:not(:last-child) {
  margin-bottom: 5px;
}
.p_about_staff__item_tag {
  color: #2864f0;
  border: 1px solid currentColor;
  flex-shrink: 0;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
}
.p_about_staff .c_btn01 {
  margin-top: 30px;
}
.p_about_staff .c_btn01__txt {
  color: inherit;
}
.p_about_history {
  margin-top: 50px;
}
.p_about_history__inner {
  padding-block: 40px;
}
.p_about_history__block:not(:last-child) {
  margin-bottom: 30px;
}
.p_about_history__content {
  margin-top: 20px;
  padding-inline: 5px;
}
.p_about_history__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p_about_history__row:not(:last-child) {
  margin-bottom: 15px;
}
.p_about_history__row .head {
  display: inline-block;
  text-align: right;
  min-width: 43px;
}
.p_about_history__desc01 {
  font-weight: 700;
  width: 180px;
}
@media screen and (min-width: 768px) {
  .p_about_staff__name_en {
    font-size: 0.8125rem;
  }
  .p_about_staff__item_tag {
    font-size: 0.9375rem;
  }
  .p_about_staff__name_jp > *:last-child {
    font-size: 1.375rem;
  }
  .p_about_staff__name_jp > *:first-child {
    font-size: 1.875rem;
  }
  .p_about_history__box, .p_about_staff__box {
    border-radius: 24px;
    padding-inline: 40px;
  }
  .p_about_history__inner, .p_about_staff__inner {
    max-width: 900px;
  }
  .p_about_main {
    padding-top: 104px;
  }
  .p_about_main .container {
    max-width: 1280px;
  }
  .p_about_main .c_ttl01 {
    margin-bottom: 23px;
  }
  .p_about_main::after {
    bottom: -375px;
  }
  .p_about_staff__inner {
    padding-block: 100px 100px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .p_about_staff__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: clamp(0rem, 6.25vw + -4rem, 0.6875rem);
    gap: 20px;
  }
  .p_about_staff__img {
    top: -2px;
    margin-top: 0;
    left: clamp(0rem, 40vw + -27.5rem, 2.5rem);
    max-width: min(340px, 50% - 20px);
  }
  .p_about_staff__img img {
    max-width: unset;
    border-radius: 16px;
  }
  .p_about_staff__list {
    margin-top: 0;
  }
  .p_about_staff__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .p_about_staff__item_tag {
    min-width: 90px;
    height: 30px;
  }
  .p_about_staff .c_btn01 {
    margin-top: 0;
  }
  .p_about_history {
    margin-top: 104px;
  }
  .p_about_history__inner {
    padding-block: 94px 100px;
  }
  .p_about_history__block:not(:last-child) {
    margin-bottom: 37px;
  }
  .p_about_history__content {
    margin-top: 25px;
    padding-inline: 6px;
  }
  .p_about_history__row {
    flex-direction: row;
  }
  .p_about_history__row:not(:last-child) {
    margin-bottom: 17px;
  }
  .p_about_history__desc01 {
    flex-shrink: 0;
    min-width: 303px;
  }
}
/*# sourceMappingURL=maps/about.css.map */
