@charset "UTF-8";
/* ::::::::::  画像修正サービス  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
retouching
========================================================= */
.retouching .flex {
  margin-block: 70px;
}

@media (max-width: 767px) {
  .retouching .flex {
    margin-block: 30px;
  }
}

.retouching .flex:first-child {
  margin-top: 0;
}

.retouching .flex .textBlock {
  width: 44%;
}

@media (max-width: 767px) {
  .retouching .flex .textBlock {
    width: 100%;
  }
}

.retouching .flex .photo {
  width: 52%;
}

@media (max-width: 767px) {
  .retouching .flex .photo {
    width: 100%;
    margin-top: 15px;
  }
}

.retouching .flex .photo img {
  width: 100%;
  height: auto;
}

.retouchingTitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  margin-block: 30px 30px;
}

@media (max-width: 767px) {
  .retouchingTitle {
    margin-block: 30px 20px;
    padding-bottom: 10px;
  }
}

.retouchingList {
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 767px) {
  .retouchingList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .retouchingList .listItem + .listItem {
    margin-top: 0;
  }
}

.retouchingList .photo {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .retouchingList .photo {
    margin-bottom: 5px;
  }
}

.retouchingList h4 {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}

.retouchingList + .note {
  margin-top: -20px;
}

/*# sourceMappingURL=map/retouching.css.map */
