body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans CJK JP", Osaka, Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", YuGothic, "Yu Gothic", "Hiragino Sans GB", "Helvetica Neue", HelveticaNeue, Helvetica, "Noto Sans", Roboto, Arial, "Arial Unicode MS", sans-serif;
  background: rgba(239, 241, 244, 0.80);
  margin: 0;
}

h1 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}

.sidebar {
  flex-shrink: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 40px;
  width: 236px;
  height: 100%;
  background: #FFF;
  z-index: 1000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.company-logo {
  width: 202px;
}

.sidebar__title {
  margin: 40px 0;
  margin-left: 10px;
}

.nav-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}

.nav-links__item {
  margin-bottom: 32px;
}

.nav-links__item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #808080;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.nav-links__item--selected a {
  color: #333333;
}

.nav-links__item a img {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  color: #00B1ED;
}

.content {
  margin-left: 316px;
  padding: 40px 60px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.nominates {
  margin-top: 40px;
}

.nominates__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.person {
  list-style-type: none;
  width: 192px;
  height: 314px;
  padding: 20px;
  margin-right: 18px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(117, 127, 147, 0.10);
}

.person__header {
  display: flex;
  position: relative;
  left: -10px;
  top: -10px;
  height: 82px;
}

.person__photo {
  flex-shrink: 0;
  width: 75px;
  height: 75px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.person__photo img {
  width: 80%;
  height: auto;
  clip-path: inset(0% 0% 0% 0% round 25%);
}

.person__info {
  display: flex;
  flex-direction: column;
}

.person__department {
  margin-top: 10px;
  color: #333;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.person__name {
  margin-top: 5px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.person__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: -10px;
}

.reasons__title {
  margin: 0;
  margin-bottom: 6px;
  color: #808080;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.reasons-container {
  flex-grow: 1;
  position: relative;
  max-height: 160px;
  margin-bottom: 16px;
  overflow: hidden;
}

.reasons__text {
  margin: 0;
  overflow: hidden;
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.btn-primary {
  align-self: flex-end;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 12px 40px;
  font-size: 12px;
  line-height: 1.5;
  color: white;
  border-radius: 24px;
}

.read-more-btn {
  background: #00B1ED;
}

.voting-btn {
  width: 100%;
  background: #AACD06;
}

.voting-link {
  text-decoration: none;
}

.modal {
  z-index: 999;
  position: fixed;
  top: 0;
  right: -512px;
  width: 512px;
  height: 100%;
  background: white;
  overflow: auto;
  transition: right 0.3s;
  border-radius: 50px 0px 0px 20px;
}

.modal__content {
  padding: 40px;
}

.modal__content h1 {
  margin-bottom: 40px;
}

.modal.show {
  right: 0;
}

.comment {
  display: flex;
  margin-bottom: 20px;
}

.comment__bubble {
  position: relative;
  margin: 0;
  padding: 15px;
  background-color: #DAF2FF;
  border-radius: 16px 16px 0px 16px;
  width: 100%;
}

.comment__bubble p {
  margin: 0;
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.comment__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
  align-self: flex-end;
}
