@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-VF.woff") format("woff-variations");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
}
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8;
  font-style: normal;
  color: #222222;
}

.manuscript__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 47.9375rem) {
  .manuscript__lists {
    gap: 2.25rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.manuscript__lists .manuscript__list {
  aspect-ratio: 1/1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 0.625rem;
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .manuscript__lists .manuscript__list {
    padding: 0rem;
  }
}
.manuscript__lists .manuscript__list img {
  width: 4.0625rem;
  height: 4.0625rem;
}
@media (min-width: 768px) {
  .manuscript__lists .manuscript__list img {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.manuscript__lists .manuscript__list .manuscript__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6875rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  .manuscript__lists .manuscript__list .manuscript__link {
    gap: 0.75rem;
  }
}
.manuscript__lists .manuscript__list .manuscript__text {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (min-width: 768px) {
  .manuscript__lists .manuscript__list .manuscript__text {
    font-size: 1rem;
  }
}

/* ==========================================================
   before_after：手書き原稿からデータ化までのビフォーアフター
   ========================================================== */
.box_wrapper {
  position: relative;
  background-color: #faf4eb;
  border: 0.0625rem solid #6d6a5f;
  border-radius: 0.9375rem;
  padding: 2.5rem 1rem 1rem 1rem;
}
@media (min-width: 768px) {
  .box_wrapper {
    border-radius: 1.875rem;
    padding: 4.5rem clamp(1rem, -6.4375rem + 15.5vw, 9.0625rem);
  }
}
@media (min-width: 1600px) {
  .box_wrapper {
    padding: 5.125rem 9.0625rem;
  }
}
.box_wrapper .box__heading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  background-color: #faf4eb;
  white-space: nowrap;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (min-width: 768px) {
  .box_wrapper .box__heading {
    gap: 2.8125rem;
    font-size: 1.5rem;
  }
}
.box_wrapper .box__heading .box__heading-bar {
  display: inline-block;
  width: 0.0625rem;
  height: 2rem;
  background-color: #6d6a5f;
}
@media (min-width: 768px) {
  .box_wrapper .box__heading .box__heading-bar {
    height: 2.9375rem;
  }
}

.before_after__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}
@media (min-width: 768px) {
  .before_after__list {
    gap: 3.75rem;
  }
}
.before_after__list .before_after__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 0;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .before_after__list .before_after__item {
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
  }
}
.before_after__list .before_after__photo {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 21.25rem;
  aspect-ratio: 340/226;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .before_after__list .before_after__photo {
    width: 21.25rem;
  }
}
.before_after__list .before_after__photo img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 340/227;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .before_after__list .before_after__photo img {
    border-radius: 10px;
  }
}
.before_after__list .before_after__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 0.3rem;
  background-color: #c4a35a;
  border-radius: 25.298125rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .before_after__list .before_after__label {
    padding: 0.3125rem 0.75rem;
    font-size: 1.125rem;
    border-radius: 62.4375rem;
  }
}
.before_after__list .before_after__text {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 160%;
  text-align: center;
  color: #222222;
  margin-top: 0.271875rem;
}
@media (min-width: 768px) {
  .before_after__list .before_after__text {
    font-size: 1.125rem;
    margin-top: 0.5625rem;
  }
}
.before_after__list .before_after__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5rem;
}
@media (min-width: 768px) {
  .before_after__list .before_after__arrow {
    width: 3.5625rem;
  }
}
.before_after__list .before_after__arrow img {
  width: 100%;
  height: auto;
  display: block;
}/*# sourceMappingURL=features.css.map */