@charset "UTF-8";

.page-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 60px auto 0
}

.page-hero__img {
  width: 215px
}

.page-hero__text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 24px 40px 0
}

.fuki-profile {
  position: relative;
  width: 338px;
  height: 152px;
  background: url(/assets/img/profile/fuki-hero.svg) no-repeat center/contain;
  margin: -36px auto 0
}

.fuki-profile__text {
  position: absolute;
  color: var(--clr-pink);
  font-weight: 700;
  text-align: center;
  width: 100%;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%)
}

.list {
  margin: 0 auto 57px
}

.list__title {
  width: auto;
  font-weight: 500
}

.note {
  position: relative;
  padding-top: 36px
}

.note__title {
  position: absolute;
  color: var(--clr-pink);
  font-size: var(--fs-strong);
  font-weight: 700;
  background-color: var(--clr-blush-snow);
  border-radius: 60px;
  top: -20px;
  left: 16px;
  padding: 4px 15px
}

.note-list__item {
  padding: 0 0 16px
}

.note-list__item:last-child {
  padding: 0
}

.note-list__title {
  font-weight: 500;
  padding: 0 !important
}

.note-list__desc {
  font-size: var(--fs-md);
  padding: 5px 0 0 !important
}

.history {
  margin: 112px auto 40px
}

.history .title {
  position: relative
}

.history .fuki-history {
  top: -32px;
  right: 20px;
  position: relative;
  width: 119px;
  height: 245px;
  background: url(/assets/img/profile/fuki-history.svg) no-repeat center/contain;
  position: absolute;
  margin: -36px auto 0
}

.history .fuki-history__text {
  position: absolute;
  color: var(--clr-pink);
  font-size: var(--fs-title-s);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: 72%;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.history {
  position: relative
}

.history__img img {
  border-radius: 20px
}

.history .history-list {
  position: relative;
  margin: 40px auto 80px;
  padding: 8px 0 0
}

.history .history-list:after {
  position: absolute;
  content: "";
  top: 24px;
  left: 7px;
  width: 2px;
  height: 100%;
  background-color: var(--clr-pink);
  display: inline-block;
  z-index: 0
}

.history .history-list .dt {
  font-size: var(--fs-strong);
  font-weight: 700
}

.history .history-list .dd {
  font-size: var(--fs-md);
  padding: 8px 0 0
}

.history__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 24px
}

.history__item:last-child {
  padding: 0
}

.history__item:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: var(--clr-pink);
  border-radius: 50%;
  display: inline-block;
  margin: 0 20px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 2
}

.history__inner {
  padding: 0 10px;
  margin: 0 0 0 28px
}

.history__img {
  margin: 16px 0 0
}

.cap {
  font-size: var(--fs-sm)
}

.profile-slide {
  margin: 80px auto
}
