p {
  margin: 0;
}

.catch {
  margin-bottom: 100px;
}

.catch span {
  display: block;
  width: 100%;
}

.catch p:first-of-type {
  margin-bottom: 30px;
}

.catch ul {
  list-style-type: disc;
  margin-left: 26px;
}

.item01 {
  margin-bottom: 100px;
}

.item01 .hdg_ttl_seisaku {
  position: relative;
  height: 80px;
  margin-bottom: 50px;
  overflow: hidden;
}

.item01 .hdg_ttl_seisaku > div {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
  height: 80px;
}

.item01 .hdg_ttl_seisaku > div::before {
  position: absolute;
  content: '';
  width: 30%;
  height: 2px;
  background: #003705;
  left: 0;
  top: 39px;
}

.item01 .hdg_ttl_seisaku > div::after {
  position: absolute;
  content: '';
  width: 30%;
  height: 2px;
  background: #003705;
  right: 0;
  top: 39px;
}

.item01 .hdg_ttl_seisaku span {
  font-size: 2.8rem;
  font-weight: 600;
}

.item01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.item01 ul li {
  width: calc(100% / 4);
  padding: 0 10px 25px;
}

.item01 ul li .ph {
  margin-bottom: 10px;
}

.item01 ul li .ph img {
  border-radius: 10px;
}

.item01 ul li .ttl span {
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.item01 ul .listText {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 80%;
}

.item01 ul .listText li {
  width: 100%;
  padding-bottom: 0;
  font-size: 100%;
}

.item01 ul .list_sp {
  display: none;
}

@media (max-width: 767px) {
  main {
    width: 100%;
  }
  .catch {
    margin-bottom: 40px;
  }
  .item01 {
    margin-bottom: 50px;
  }
  .item01 .hdg_ttl_seisaku {
    position: relative;
    height: 50px;
    margin-bottom: 25px;
  }
  .item01 .hdg_ttl_seisaku > div {
    height: 50px;
  }
  .item01 .hdg_ttl_seisaku > div::before {
    top: 25px;
    width: 30%;
    left: -10%;
  }
  .item01 .hdg_ttl_seisaku > div::after {
    top: 25px;
    width: 30%;
    right: -10%;
  }
  .item01 .hdg_ttl_seisaku span {
    font-size: 1.8rem;
  }
  .item01 ul {
    margin: 0 -10px;
  }
  .item01 ul li {
    width: 50%;
    padding: 0 10px 25px;
  }
  .item01 ul .list_pc {
    display: none;
  }
  .item01 ul .list_sp {
    display: block;
  }
  .item01 ul .listText {
    font-size: 90%;
  }
  .item01 ul .listText li {
    width: 100%;
  }
}
