@charset "utf-8";

#concept {
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

#concept h2 {
  font-size: clamp(1.5rem, 1.1761rem + 1.3289vw, 2rem);
  color: #80420e;
  font-weight: bold;
  text-align: center;
  margin: clamp(2.5rem, 0.8804rem + 6.6445vw, 5rem) 0;
}

#concept p {
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.0625rem, 0.941rem + 0.4983vw, 1.25rem);
  line-height: 1.8;
  margin-bottom: 40px;
}

.concept-content {
  background-image: url(../images/rec-concept/deco1.png), url(../images/rec-concept/deco2.png), url(../images/rec-concept/deco3.png);
  background-repeat: no-repeat;
  background-size: 15%, 20%, 10%;
  background-position: top 10% right 2%, top 60% left, bottom 3% right 3%;
}

.concept-img {
  margin-top: 40px;
  border-radius: 30px;
  overflow: hidden;
}