.contents {
  width: min(990px, 100%);
  margin: 120px auto 250px auto;
  display: grid;
  gap: 180px;
}
@media screen and (max-width: 768px) {
  .contents {
    gap: 90px;
    padding-top: 20.5128205128vw;
    margin: 0 auto 120px auto;
  }
}

#anchor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #anchor {
    grid-template-columns: repeat(2, 1fr);
  }
}
#anchor a {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  display: block;
  border-radius: 30px;
  background-color: #AC8153;
}

.list {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .list {
    gap: 20px;
  }
}

.column_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .column_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.column_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .column_4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.headline_1 {
  font-size: 32px;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .headline_1 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
}

.headline_2 {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
  margin: 20px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .headline_2 {
    font-size: 18px;
    line-height: 1.8;
    margin: 10px 0;
  }
}

.summary {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 60px 0;
}
.summary small {
  font-size: 12px;
  margin: 0 0 30px 0;
}

.text_1 {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .text_1 {
    font-size: 13px;
  }
}
.text_1 small {
  font-size: 12px;
  color: #999;
  padding: 10px 0 0 0;
  display: block;
}

.notice {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
}

.notice_2 {
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .notice_2 {
    text-align: left;
  }
}

figure {
  margin: 0;
}

.with_caption_1 {
  position: relative;
}
.with_caption_1 figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  background-color: #404040;
}
@media screen and (max-width: 768px) {
  .with_caption_1 figcaption {
    font-size: 10px;
  }
}

.with_caption_2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #999;
  text-align: right;
  letter-spacing: 0;
  padding: 5px 0 0 0;
}
@media screen and (max-width: 768px) {
  .with_caption_2 {
    font-size: 10px;
  }
}/*# sourceMappingURL=quality.css.map */