body {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  margin: unset;

}

.top {
}

.top-img {
  position: relative;
  width: 100%;
  display: block;
}

.top-img-text {
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #1D1D1F;
  width: 100%;
}

.top-img-sub-text {
  font-size: 60px;
  font-weight: bold;
  position: absolute;
  top: 135%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #1D1D1F;
  width: 100%;
  background-color: #ffd700;
}

.container {
  margin: 30px 5% 50px;
}

.section-title {
  font-size: 48px;
  border-left: 10px solid #daa520;
  padding-left: 20px;
}

.message-box {
  display: flex;
  border-bottom: 6px solid #daa520;
  margin-top: 1em;
}

.member-icon {
  margin: 40px 5% 0;
  width: 140px;
  height: 140px;
}

.message-text {
  font-size: 40px;
  width: 70%;
}

.present {
  padding: 50px 0 100px;
}

.text {
  margin-top: 100px;
  margin-bottom: 60px;
}

.message {
  margin-top: 100px;
  margin-bottom: 60px;
}

.text-title {
  text-align: center;
  font-size: 48px;
  margin-bottom: 60px;
}

.text-content {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.center {
  text-align: center;
}

.mt {
  margin-top: 40px;
}

.img {
  margin-top: 60px;
  margin-bottom: 100px;
  width: 100%;
}
