@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
#business .business-ttl {
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4rem;
}
#business .business-img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #business .business-img {
    width: 100%;
  }
}

#features .features-ttl {
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8rem;
}
#features .features-col .features-col__item {
  background-color: #F1F1F1;
  margin-bottom: 8rem;
  overflow: hidden;
  position: relative;
}
#features .features-col .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
#features .features-col .item-keyword {
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 20rem;
  height: 20rem;
  border-radius: 10rem;
  background-color: #439ED6;
  color: #FFF;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #features .features-col .item-keyword {
    top: 20rem;
    background-color: #439ED6;
    color: #FFF;
  }
}
#features .features-col .item-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40%;
}
@media screen and (max-width: 768px) {
  #features .features-col .item-txt {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 80%;
    margin: 6rem auto 4rem auto;
  }
}
#features .features-col .item-txt-ttl {
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #features .features-col .item-txt-ttl {
    font-size: 2.3rem;
  }
}
#features .features-col .features-col__item:nth-child(odd) {
  margin-right: 15%;
  border-radius: 0 5rem 5rem 0;
}
@media screen and (max-width: 768px) {
  #features .features-col .features-col__item:nth-child(odd) {
    margin-right: 5%;
    border-radius: 0 3rem 3rem 0;
  }
}
#features .features-col .features-col__item:nth-child(even) {
  margin-left: 15%;
  border-radius: 5rem 0 0 5rem;
}
@media screen and (max-width: 768px) {
  #features .features-col .features-col__item:nth-child(even) {
    margin-left: 5%;
    border-radius: 3rem 0 0 3rem;
  }
}
#features .features-col .features-col__item:nth-child(even) .item-keyword {
  left: -2rem;
}
#features .features-col .features-col__item:nth-child(even) .item-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 40%;
}
@media screen and (max-width: 768px) {
  #features .features-col .features-col__item:nth-child(even) .item-txt {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 80%;
    margin: 6rem auto 4rem auto;
  }
}

#numbers .numbers-list {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #numbers .numbers-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
#numbers .numbers-list__item {
  background-color: #FFF;
  border-radius: 1rem;
  padding: 0;
}
#numbers .numbers-list__item:nth-child(11) {
  grid-column: span 2;
}
#numbers .numbers-list-ttl {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
}
#numbers .numbers-list-ttl span {
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  margin-right: 1rem;
  color: #439ED6;
}/*# sourceMappingURL=features.css.map */