#news_single .news-author {
  margin-top: 72px;
  padding-top: 32px;
  border-top: 2px solid #00327d;
}

#news_single .news-author__heading {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 72px;
  margin: 0 0 28px;
  padding: 24px 0 3px;
}

#news_single .news-author__heading-en {
  position: absolute;
  top: -17px;
  left: 0;
  color: rgba(0, 50, 125, 0.1);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6.4rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

#news_single #news_text .news-author__heading-ja {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0 0 7px;
  border-bottom: 3px solid #ffcd00;
  background: none;
  color: #00327d;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.45;
}

#news_single .news-author__profile {
  display: flex;
  align-items: center;
  gap: 24px;
}

#news_single .news-author__avatar {
  flex: 0 0 96px;
}

#news_single img.news-author__avatar-image {
  width: 96px;
  height: 96px;
  margin: 0;
  border-radius: 50%;
  object-fit: cover;
}

#news_single .news-author__body {
  min-width: 0;
}

#news_single #news_text .news-author__name {
  margin: 0;
  color: #00327d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

#news_single #news_text .news-author__position {
  margin: 4px 0 0;
  color: #555;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.6;
}

#news_single .news-author__description {
  margin-top: 10px;
}

#news_single #news_text .news-author__description p {
  margin: 0;
  color: #555;
  font-size: 1.4rem;
  line-height: 1.8;
}

#news_single .news-author__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}

#news_single #news_text .news-author__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#news_single #news_text .news-author__socials li {
  margin: 0;
  padding: 0;
}

#news_single #news_text .news-author__socials li::before {
  content: none;
}

#news_single .news-author__socials a {
  color: #00327d;
  font-size: 1.3rem;
  font-weight: 700;
}

#news_single .news-author__articles {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 7px 18px;
  border: 1px solid #00327d;
  border-radius: 999px;
  color: #00327d;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

#news_single .news-author__articles:hover,
#news_single .news-author__articles:focus-visible {
  color: #fff;
  background-color: #00327d;
}

@media screen and (max-width: 600px) {
  #news_single .news-author {
    margin-top: 52px;
    padding-top: 24px;
  }

  #news_single .news-author__heading {
    min-height: 60px;
    margin-bottom: 22px;
    padding-top: 18px;
  }

  #news_single .news-author__heading-en {
    top: -10px;
    font-size: 5rem;
  }

  #news_single #news_text .news-author__heading-ja {
    font-size: 1.8rem;
  }

  #news_single .news-author__profile {
    align-items: flex-start;
    gap: 16px;
  }

  #news_single .news-author__avatar {
    flex-basis: 72px;
  }

  #news_single img.news-author__avatar-image {
    width: 72px;
    height: 72px;
  }

  #news_single .news-author__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
