@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

.explain * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

.Annotation {
  font-size: clamp(0.625rem, 0.4126rem + 0.9061vw, 1.5rem);
}

.explain {
  margin: 0 10px;
}

.explain img {
  display: block;
  width: 80%;
  margin: 0 auto 1.4em;
}

.explain p {
  margin-bottom: 1.4em;
  font-size: clamp(0.875rem, 0.6323rem + 1.0356vw, 1.875rem);
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4;
}

.explain h1 {
  font-weight: 400;
  margin: 20px 0 20px;
  font-size: clamp(1.25rem, 0.4915rem + 3.2362vw, 4.375rem);
  font-family: 'Noto Sans JP', sans-serif;
}

.explain h2 {
  font-weight: 500;
  font-size: clamp(1.5625rem, 1.0316rem + 2.2654vw, 3.75rem);
  margin-bottom: 0.3em;
  font-family: 'Noto Sans JP', sans-serif;
}

.pic_row {
  display: flex;
  justify-content: center;
  grid-area: 20px;
  align-items: center;
}

.pic_row img {
  width: calc((100% / 4) - 20px);
}

.pic_row>img:not(.pic_row>img:last-child){
  flex-grow: 1;
}

.pic_row>img:last-child{
  flex-grow: 15;
}

.report {
  border: 1px solid black;
}

.allergy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.allergy>p {
  width: 60%;
}

.allergy>img {
  width: 30%;
}

footer {
  aspect-ratio: 1220 / 281;
  background: url(img/11.jpg) center center no-repeat;
  background-size: cover;
  color: white;
}

footer>p {
  margin: 0 0 0 10px;
  font-family: 'Noto Sans JP', sans-serif;
}

footer>p:first-child {
  font-size: clamp(1.6rem, 1.3rem + 1.4vw, 2.6rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

footer>p:last-child {
  font-size: clamp(0.9rem, 0.85rem + 0.5vw, 1.1rem);
  line-height: 1.8;
  margin-top: 1em;
  opacity: 0.9;
}

.hero-text {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 520px;
  color: #fff;
}

.hero-text p {
  color: rgba(255,255,255,0.85);
}

.hero-text h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 0.6em 0;
}
.request-left{
  color: #333333;
}

@media screen and (max-width:959px) {
  main {
    margin: 0;
  }
}
