@charset "UTF-8";
/* -------------------------------------
カラー
------------------------------------- */
.whiten-bubbleArea {
  display: flex;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .whiten-bubbleArea {
    flex-direction: column-reverse;
    margin-top: 3rem;
  }
}

.whiten-bubble_img {
  width: 12.7rem;
  height: 10.8rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .whiten-bubble_img {
    width: 8rem;
    height: auto;
    align-self: center;
    margin-top: 1rem;
    translate: -0.2rem;
  }
}
.whiten-bubble_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.whiten-bubble {
  width: 95.1rem;
  height: 11rem;
  background-image: url(../img/whitening/whiten_bubble.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .whiten-bubble {
    width: 100%;
    height: 18rem;
    background-image: url(../img/whitening/whiten_bubble_sp.svg);
    padding: 2rem 1rem;
    align-items: flex-start;
  }
}

.whiten-bubble_text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #998C6D;
  text-align: center;
}

.aes-block {
  padding-top: 8.5rem;
  background-image: radial-gradient(#BC8F8F 1px, transparent 1px);
  background-size: 1.2rem 1.2rem;
  background-position: center top;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .aes-block {
    padding-top: 5.3rem;
  }
}

.aes-block_inner {
  width: 93.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .aes-block_inner {
    width: 100%;
  }
}

.aes-sec_list .c-sec_listItem:last-child {
  padding-bottom: 9.2rem;
}
@media screen and (max-width: 768px) {
  .aes-sec_list .c-sec_listItem:last-child {
    padding-bottom: 5.3rem;
  }
}