body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.wrapper {
  width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
}

.name {
  border-bottom: 1px solid #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
}

.container {
  width: 760px;
  margin: 0 auto;
  padding: 64px 0;
}

.profile-img img {
  display: block;
  width: 100%;
  height: 432px;
  object-fit: cover;
}

.section-wrap {
  margin-top: 40px;
}

.section-title {
  background-color: #b5d569;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  padding: 8px;
}

.section-wrap p {
  margin-top: 24px;
}

.work-list {
  margin-top: 24px;
}

.work-img + .work-img {
  margin-top: 8px;
}

.work-name {
  line-height: 24px;
}

.work-img img {
  display: block;
  width: 100%;
  height: 432px;
  margin-top: 8px;
  object-fit: cover;
}

.footer {
  padding: 16px 0;
  text-align: center;
}

.footer-cr {
  font-size: 12px;
  line-height: 18px;
}