.parts1::after {
  content: "";
  display: block;
  width: 33%;
}
.parts1 img {
  max-height: 210px;
}
.parts1 img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.parts1 .topic__txt {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}
.parts1 .topic__img {
  overflow: hidden;
}

@media (max-width: 700px) {
  .parts1 .topic__txt {
    margin-top: 0;
  }
}
.parts2 .flex__item2 {
  margin-bottom: 40px;
}
.parts2 .company__img {
  margin-bottom: 20px;
  overflow: hidden;
}
.parts2 .company__img img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.parts2 .company__ttl {
  font-size: 32px;
  color: #046F3E;
  margin-bottom: 20px;
  font-weight: normal;
}
.parts2 .company__txt {
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  .parts2 .company__img {
    margin-bottom: 10px;
  }

  .company__ttl {
    font-size: 24px;
    line-height: 1.2;
  }

  .company__txt {
    margin-bottom: 20px;
  }
}
.parts3 {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 40px 0 40px;
  line-height: 0;
}
.parts3 h2 {
  font-weight: 500;
}
.parts3 span {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 700px) {
  .parts3 {
    font-size: 32px;
    padding: 50px 0 30px;
  }
}
.parts4 {
  width: 100vw;
  color: #FFFFFF;
  padding: 80px 0;
  margin-bottom: 70px;
  position: relative;
  overflow: hidden;
}
.parts4 .part4__img {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  height: 100%;
}
.parts4 .part4__img img {
  object-fit: cover;
}
.parts4 .catch__txt {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center;
  font-weight: 600;
}
.parts4 p {
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 700px) {
  .parts4 {
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .parts4 .catch__txt {
    font-size: 24px;
  }
}
.parts5 .parts5__img {
  width: 90px;
  margin: 0 auto 15px;
}
.parts5 .parts5__catch {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 700px) {
  .parts5 .parts5__img {
    width: 100px;
  }
}
.parts6 .parts6__catch {
  font-size: 24px;
  margin-bottom: 5px;
}
.parts6 .parts6__item {
  margin-bottom: 30px;
}

.parts7 {
  width: 100%;
  text-align: left;
}
.parts7 tr {
  border-bottom: 1px solid #ccc;
}
.parts7 th {
  color: #046F3E;
  width: 180px;
  font-weight: 500;
}
.parts7 td {
  padding: 20px 0;
}

@media (max-width: 700px) {
  .parts7 tr {
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    padding-top: 10px;
  }
  .parts7 tr:first-of-type th {
    padding-top: 0;
  }
  .parts7 td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .parts7 .table-project li {
    text-indent: -16px;
    padding-left: 16px;
  }
}/*# sourceMappingURL=parts.css.map */