.pair-block {
  margin-top: 10rem;
  margin-bottom: 5rem;
}

.headline {
  font-size: 16px;
  font-weight: bold;
}

.msgbox {
  width: 450px;
}

.category-label {
  font-size:24px;
  font-weight: bold;
  text-align: center;
}

#research {
  scroll-margin-top: 100px;
}

.md-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #000;
  margin-bottom: 80px;
}

.md-slideshow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.md-slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: none;
}

.md-slideshow img:first-child {
  display: block;
}


.md-video { position: relative !important; }
.md-video > video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  margin: 0 !important;
  transform: none !important;
}


.sketch-wrap {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 8%
}
.sketch-wrap img {
    max-width: 40%;
    height: auto;
}

.research-section {
    display: block;
    width: 60%;
}
.research-section-title {
    float: left;
    margin-bottom: 20px;
}
.research-section-more {
    float: right;
}


@media (max-width: 768px) {
  .category-label {
    font-size:16px
  }
  .research-section {
    width: 80%;
  }
  .research-section-title {
    font-size: 10px;
  }
  .research-section-more {
    font-size: 10px;
  }
}