/* --------------------------------------------------------------------------
   .key-visual
--------------------------------------------------------------------------- */
.key-visual {
  overflow: hidden;
  padding-top: 25px;
  height: 297px;
  background: url("/komachi-official/assets/images/numbers/kv_pattern.png");
  background-size: 120px;
  text-align: center;
}

/* --------------------------------------------------------------------------
   .numbers-wrap
--------------------------------------------------------------------------- */
.numbers-wrap {
  padding: 25px 0 40px;
  border-bottom: 1px solid #e5eed1;
  background: url("/komachi-official/assets/images/bg_pattern09.png");
  background-size: 10px;
}

.numbers-wrap h2 {
  text-align: center;
}

.numbers-wrap h2 span {
  display: block;
  line-height: 1;
}

.numbers-wrap .hdg {
  margin-top: 10px;
}

.numbers-wrap .hdg img {
  max-width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------------
   .sec-deliver
--------------------------------------------------------------------------- */
.sec-deliver__content {
  margin-top: 30px;
}

.sec-deliver__content .img {
  position: relative;
}

.sec-deliver__content .img > p {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 100%;
}

.sec-deliver__content .img img {
  width: 100%;
  height: auto;
}

.sec-deliver__content .img + .img {
  margin-top: 18px;
}

/* --------------------------------------------------------------------------
   .sec-other
--------------------------------------------------------------------------- */
.sec-other {
  margin-top: 30px;
}

.sec-other h2 > p {
  position: relative;
  display: inline-block;
}

.sec-other__content {
  margin-top: 25px;
}

.sec-other__content .img {
  position: relative;
}

.sec-other__content .img > p {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
}

.sec-other__content .img img {
  width: 100%;
  height: auto;
}

.sec-other__content .img + .img {
  margin-top: 18px;
}

/* --------------------------------------------------------------------------
   .sec-quality
--------------------------------------------------------------------------- */
.sec-quality {
  margin-top: 28px;
}

.sec-quality h2 > p {
  position: relative;
  display: inline-block;
}

.sec-quality__content {
  margin-top: 23px;
}

.sec-quality__content .img {
  position: relative;
}

.sec-quality__content .img > p {
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
}

.sec-quality__content .img img {
  width: 100%;
  height: auto;
}

.sec-quality__content .img + .img {
  margin-top: 18px;
}

@media (min-width: 768px) {
  body {
    width: auto;
  }
  .key-visual {
    padding-top: 37px;
    height: 400px;
    background-size: auto;
  }
  .numbers-wrap {
    padding: 60px 0 80px;
    background-size: auto;
  }
  .numbers-wrap .hdg {
    margin-top: 20px;
  }
  .numbers-wrap .hdg img {
    max-width: inherit;
  }
  .sec-deliver__content {
    display: flex;
    margin: 0 -15px;
    margin-top: 35px;
  }
  .sec-deliver__content .img {
    padding: 0 15px;
    width: 50%;
  }
  .sec-deliver__content .img img {
    width: auto;
  }
  .sec-deliver__content .img + .img {
    margin-top: auto;
  }
  .sec-other {
    margin-top: 60px;
  }
  .sec-other h2 > p::before {
    position: absolute;
    top: -3px;
    right: -84px;
    width: 68px;
    height: 136px;
    background-image: url("/komachi-official/assets/images/numbers/illust02_lg.png");
    content: '';
  }
  .sec-other__content {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -15px 0;
  }
  .sec-other__content .img {
    padding: 0 15px;
    width: 50%;
  }
  .sec-other__content .img img {
    width: auto;
  }
  .sec-other__content .img + .img {
    margin: auto;
  }
  .sec-other__content .img:nth-child(n + 3) {
    margin-top: 30px;
  }
  .sec-quality {
    margin-top: 55px;
  }
  .sec-quality h2 > p::before {
    position: absolute;
    top: 9px;
    left: -84px;
    width: 62px;
    height: 125px;
    background-image: url("/komachi-official/assets/images/numbers/illust01_lg.png");
    content: '';
  }
  .sec-quality__content {
    display: flex;
    margin: 40px -15px 0;
  }
  .sec-quality__content .img {
    padding: 0 15px;
    width: calc(100% / 3);
  }
  .sec-quality__content .img img {
    width: auto;
  }
  .sec-quality__content .img + .img {
    margin-top: auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    width: auto;
  }
}

@media (min-width: 1280px) {
  body {
    width: auto;
  }
}

@media (max-width: 374px) {
  .key-visual {
    height: 274px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .key-visual {
    padding-top: 30px;
    height: 483px;
  }
  .numbers-wrap .l-container {
    width: 680px;
  }
  .sec-other h2 > p::before {
    content: none;
  }
  .sec-other__content {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .sec-other__content .img {
    padding: 0;
    width: auto;
  }
  .sec-other__content .img + .img {
    margin-top: 30px;
  }
  .sec-quality__content {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .sec-quality__content .img {
    padding: 0;
    width: auto;
  }
  .sec-quality__content .img + .img {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .key-visual img {
    max-width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=../../../../maps/komachi-official/assets/styles/numbers/index.css.map */
