/*----------------------
oem_face_mask
----------------------*/
.oem_face_mask .flex {
  display: flex;
  gap: 30px;
}
.oem_face_mask .flex h3 {
  font-size: min(3.8vw, 20px);
  color: #d60050;
  margin-bottom: 10px;
}
.oem_face_mask .cont {
  padding: 30px 0;
}
.oem_face_mask .cont h3 {
  text-align: center;
  font-size: min(3.8vw, 20px);
  background: #f1f1f1;
  border-radius: 5px;
  padding: 8px 0;
  margin-bottom: 20px;
}
.oem_face_mask .cont h4 {
  text-align: center;
  font-size: min(3.8vw, 20px);
  font-weight: 500;
  margin-bottom: 10px;
}
.oem_face_mask .cont.example li {
  margin-bottom: 30px;
}

/*----------------------
vegan_cosmetics
----------------------*/
.vegan_cosmetics h4 {
  color: #d60050;
  text-align: center;
  font-size: min(3.8vw, 20px);
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d60050;
  padding-bottom: 10px;
}
.vegan_cosmetics strong {
  color: #d60050;
}
.vegan_cosmetics .cont p {
  margin-bottom: 20px;
}
.vegan_cosmetics .cont .box {
  border: 1px solid #d60050;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}
.vegan_cosmetics .cont .box h5 {
  text-align: center;
  font-size: min(3.8vw, 18px);
  font-weight: 500;
}
.vegan_cosmetics .cont .box dl dt {
  color: #d60050;
  font-size: min(3.8vw, 16px);
  font-weight: bold;
}
.vegan_cosmetics .cont .box dl dd {
  padding-bottom: 10px;
}
.vegan_cosmetics .cont img {
  display: block;
  max-width: 800px;
}
.vegan_cosmetics .cont .flex {
  display: flex;
  justify-content: space-between;
}
.vegan_cosmetics .cont .flex figure {
  width: 45%;
}
.vegan_cosmetics .cont .flex .txt {
  width: 50%;
}
.vegan_cosmetics .flex {
  padding: 30px 0;
  margin-bottom: 40px;
}

/*----------------------
company
----------------------*/
.company .table {
  display: table;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
}
.company .table dl {
  border-bottom: 1px solid #ccc;
  display: table-row;
}
.company .table dt, .company .table dd {
  display: table-cell;
  padding: 15px;
}
.company .vision {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.company .vision p {
  width: 50%;
  line-height: 2.5;
}
.company .vision figure {
  width: 30%;
}
.company .cont {
  margin-bottom: 80px;
  margin-top: 30px;
}
.company h3 {
  text-align: center;
  color: #555;
  font-weight: 500;
  font-size: min(3.8vw, 20px);
  margin-bottom: 40px;
}
.company h4 {
  font-family: "Noto Serif", serif;
  color: #d60050;
  text-align: center;
  font-size: min(3.8vw, 24px);
  margin-bottom: 50px;
}
.company .message {
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}
.company .message + figure {
  margin-bottom: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.company iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 780px) {
  .oem_face_mask .flex {
    flex-flow: column;
  }
  .vegan_cosmetics .sec {
    padding: 10px 0px;
    margin: 0;
  }
  .vegan_cosmetics .cont .box {
    padding: 10px;
  }
  .vegan_cosmetics .cont .box h5 {
    font-size: min(3.8vw, 18px);
  }
  .vegan_cosmetics .cont .flex {
    display: block;
  }
  .vegan_cosmetics .cont .flex figure {
    width: 90%;
    margin: 10px auto;
  }
  .vegan_cosmetics .cont .flex .txt {
    width: 100%;
  }
  .vegan_cosmetics .flex {
    padding: 0px 0;
    margin-bottom: 10px;
  }
  .company .vision {
    align-items: flex-start;
    justify-content: space-between;
  }
  .company .vision p {
    width: 60%;
    line-height: 2;
  }
  .company .vision figure {
    width: 38%;
  }
}