/* Ingredient Section */
.about-sec {
  width: 100%;
  height: 70vh;
  position: relative;
  padding-top: 8rem;

  background-image: url(../img/about/aboutpic.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about-title {
  writing-mode: vertical-lr;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.29;
  letter-spacing: 0.5em;
  text-align: left;
  color: #a2a2a2;

  position: relative;
  top: calc(100% - 313px);
  left: 20%;
}

.about-content-sec {
  position: relative;
  width: 100%;
  min-height: calc(100vh + 8rem);
  background-image: url(../img/index/webbackground.png);
  background-size: cover;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 226px;
}

.about-content-article {
  width: 86%;
  max-width: 581px;
  color: #333333;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 auto;
  text-align: justify;
}
.about-content-article p {
  margin-bottom: 1em;
}

.about-content-title {
  width: 86%;
  font-size: 22px;
  line-height: 1.44;
  color: #b8813b;
  margin: 0 auto 21px auto;
}

.hourglass {
  width: 128px;
  margin: 33px auto 22px auto;
}

.slice_recruit {
  width: 100px;
  height: 100px;
  max-width: 380px;

  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .about-sec {
    padding-top: 12rem;
    background-image: url(../img/about/aboutpic.png);
  }
  .about-content {
    width: 560px;
  }
  .about-sec {
    width: 100%;
    height: 100vh;
    position: relative;
    padding-top: 8rem;

    background-image: url(../img/about/aboutpic.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .about-title {
    writing-mode: vertical-lr;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.62;
    letter-spacing: 0.5em;
    text-align: left;
    color: #a2a2a2;

    position: relative;
    top: calc(50% - 313px);
    left: 20%;
  }

  .about-content-sec {
    position: relative;
    width: 100%;
    height: calc(100vh + 8rem);
    background-image: url(../img/index/webbackground.png);

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 8rem;
  }

  .about-content-article {
    width: 100%;
    color: #333333;
    font-size: 15px;
    line-height: 1.6;
  }

  .about-content-title {
    font-size: 25px;
    line-height: 1.44;
    color: #b8813b;
    margin-bottom: 21px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .hourglass {
    width: 288px;
    margin: 0 113px 0 0;
  }

  .slice_recruit {
    width: 100px;
    height: 100px;
    max-width: 380px;

    position: absolute;
    bottom: 300px;
    right: 0;
    z-index: 2;
  }
}

@media (min-width: 1536px) {

  .slice_recruit {
    right: 0;
  }
}

