/* -----------------------
  woman
----------------------- */
.woman{
  background: url(../img/woman_bg.png) no-repeat center top / 100%;
}

.woman_comment{
  position: absolute;
  top: 0;
}

.graph{
  position: absolute;
  top: min(calc(105 / 750 * 100vw), 105px);
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  width: min(calc(626 / 750 * 100vw), 626px);
  margin: 0 auto;
} 

.pie-mask {
  opacity: 0;
  position: relative;
  width: 100%;
  aspect-ratio: 626 / 637;

  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.pie-mask img {
  width: 100%;
  height: auto;
  display: block;
}



