@charset "UTF-8";
.women-empowerment .business-content .paijo{
  padding-bottom: 10rem;
  margin-bottom: 10rem;
  border-bottom: 1px solid #bac3f2;
}
.women-empowerment .business-content .paijo .flex-container{
  align-items: center;
  justify-content: center;
}
.women-empowerment .business-content .paijo .flex-container .img{
  width: 40%;
  padding: 0 6rem;
}
.women-empowerment .business-content .paijo .flex-container .img img{
  display: block;
  object-fit: contain;
  height: auto;
}
.women-empowerment .business-content .paijo .flex-container .img img:nth-of-type(2){
  padding: 0 3rem;
}
.women-empowerment .business-content .paijo .flex-container .text{
  width: 60%;
  text-align: justify;
}
.women-empowerment .business-content .paijo .flex-container .text h4{
  color: #e6398d;
  font-size: 2rem;
  margin: 2em 0 0.5em;
  font-weight: 700;
}
.women-empowerment .business-content .paijo .flex-container .text p{
  font-size: clamp(1.6rem,1.6vw,2rem);
  font-weight: 500;
}
.women-empowerment .business-content .paijo .flex-container .text ul li{
  line-height: 2;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
  .women-empowerment .business-content .paijo .flex-container .img{
    width: 100%;
    max-width: 400px;
    padding: 0;
    margin-bottom: 4rem;
  }
  .women-empowerment .business-content .paijo .flex-container .text{
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 570px){
  .women-empowerment .business-content .paijo{
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
}
