#features {
  height: 200vh;
  width: 100vw;
  text-align: center;
}

.features-contents {
  display: inline-block;
  position: relative;
  width: 90%;
  height: 80vh;
  background-color: #F4F0ED;
}

.features-image01 {
  position: absolute;
  height: 75vh;
  top: 50%;
  left: 15vw;
  -webkit-transform: ranslateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.features-contents-number {
  position: absolute;
  top: 20%;
  right: -5%;
  -webkit-transform: ranslateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #D1C0B0;
  font-size: 15rem;
  margin: 0;
  padding: 0;
  opacity: 0.5;
}

.features-text {
  position: absolute;
  top: 50%;
  left: 65%;
  width: max-content;
  -webkit-transform: ranslateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: left;
  color: #8F6059;
  font-weight: bold;
}

.features-contents-string-number,
.featres-contents-secound-string-number {
  position: relative;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

.features-contents-string-number::after,
.featres-contents-secound-string-number::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1.2px;
  width: 2.5%;
  background-color: #8F6059;
  border-radius: 15px;
  top: 50%;
  margin-left: 10px;
}

.features-contents-first-heading,
.features-contents-secound-heading {
  font-size: 3.5vw;
  margin: 0 0 5% 0;
  padding: 0;
}

.features-contents-explanatory-text {
  font-size: 1.4rem;
  font-weight: normal;
}

.decoration-image {
  position: absolute;
  width: 20%;
  top: 90%;
  left: 90%;
  -webkit-transform: ranslateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* features sub */
.features-contents-sub {
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
  margin-top: 5%;
}

.features-contents-sub-back {
  display: flex;
  justify-content: space-around;
  height: 60vh;
  width: 100%;
  background-color: #F4F0ED;
}

.featres-contents-secound {
  position: relative;
  width: 50%;
}

.featres-contents-secound img {
  position: absolute;
  width: 30vw;
  -webkit-transform: ranslateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.featres-contents-secound-number {
  position: absolute;
  top: -25%;
  left: 45%;
  -webkit-transform: ranslateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  color: #D1C0B0;
  font-size: 13rem;
  margin: 0;
  padding: 0;
  opacity: 0.8;
}

.featres-contents-secound .features-text {
  top: 65%;
  left: 60%;
  height: 30vh;
}

.features-contents-secound-heading {
  font-size: 1.8rem;
}

.features-contents-secound-explanatory-text {
  font-size: 1rem;
  font-weight: normal;
}

.featres-contents-secound .dog-image01,
.featres-contents-secound .dog-image02 {
  width: 15vw;
}

.featres-contents-secound .dog-image01 {
  top: 50%;
  left: 10%;
}

.featres-contents-secound .dog-image02 {
  left: 80%;
}