@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:wght@900&display=swap");

body {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
}p.reed {
  margin: 90px auto;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
  font-weight: bold;
}
div.seniors {
  display: flex;
  grid-gap: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 180px;
  padding: 0 15px;
}
div.seniors a {
  width: calc(50% - 15px);
  min-width: 300px;
  max-width: 400px;
  height: fit-content;
  text-decoration: unset;
  transition: 0.2s cubic-bezier(0, 0, 1, 1);
  overflow: visible;
}
div.seniors a img {
  display: block;
  width: 100%;
  height: 30vw;
  object-fit: contain;
  object-position: 80% 50%;
  background: #fafafa;
  border-radius: 10px;
  max-height: 250px;
  min-height: 190px;
  box-shadow: 0 0px 10px #ddd;
}
div.seniors a:hover img {
  background: var(--gradation_03);
}
div.seniors a h4 {
  font-size: 18px;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
  font-weight: bold;
  padding: 10px;
  line-height: 1.2em;
}
div.seniors a p {
  color: #555;
  font-weight: 400;
  padding: 0 10px;
}
#banner_headline h1 {
  font-size: clamp(28px, 7vw, 48px);
}