/*--------------------------------------------------------------
# イントロ
--------------------------------------------------------------*/
main {
  counter-reset: count 0;
}
@media (min-width:768px) {
  #environment_intro .text {
    text-align: center;
  }
}

/*--------------------------------------------------------------
#　各項目
--------------------------------------------------------------*/
main section {
  counter-increment: count 1;
}
.environment_point + .environment_point {
  padding-top: 0;
}
.environment_point .text_wrap {
  margin-bottom: 3rem;
  @media (min-width:768px) {
    width: 46%;
    margin-bottom: 0;
  }
  &::before {
    display: flex;
    content: counter(count);
    color: var(--key-color);
    font-family: var(--ff-en);
    font-size: 180%;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 2.5em;
    background-image: url("data:image/svg+xml,%3Csvg width='149' height='109' viewBox='0 0 149 109' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60.4788 5.46291C80.3489 -0.125937 99.8445 0.411545 115.28 5.72426C130.723 11.0393 141.962 21.0675 145.711 34.3976C149.46 47.7277 145.097 62.1443 134.69 74.7302C124.287 87.3105 107.93 97.9323 88.0597 103.521C68.1897 109.11 48.694 108.572 33.2583 103.26C17.8159 97.9448 6.57699 87.9165 2.82758 74.5865C-0.921791 61.2564 3.44149 46.8398 13.8489 34.2539C24.2519 21.6736 40.6088 11.0518 60.4788 5.46291Z' stroke='%23AC9275' stroke-width='3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    @media (min-width:768px) {
      width: 5em;
      height: 3.7em;
    }
  }
}
.environment_point .block_title {
  margin: 0.5em 0 0.8em 3rem;
  @media (min-width:992px) {
    margin-left: 6rem;
  }
}
.environment_point .text {
  margin-left: 3rem;
  @media (min-width:992px) {
    margin-left: 6rem;
  }
}
@media (min-width:768px) {
  .environment_point .container {
    width: min(95%, 1120px);
  }
  .environment_point .img_wrap {
    width: 46%;
  }
}
#environment_childcare_leave {
  padding-bottom: 0;
}
