/* ============
survey-target / survey-system
============ */
section#survey-target,
section#survey-system {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  section#survey-target,
  section#survey-system {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
section#survey-target .contents-title__desc,
section#survey-system .contents-title__desc {
  margin-top: 1.5rem;
  line-height: 2;
}
section#survey-target .contents,
section#survey-system .contents {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5.5rem 3rem;
}
@media screen and (max-width: 767px) {
  section#survey-target .contents,
  section#survey-system .contents {
    flex-direction: column;
  }
}
section#survey-target .contents__item,
section#survey-system .contents__item {
  width: calc(50% - 1.5rem);
  border-radius: 20px;
  padding: 5rem 2rem 2rem;
  position: relative;
  background-color: #EAEEF6;
}
@media screen and (max-width: 767px) {
  section#survey-target .contents__item,
  section#survey-system .contents__item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
section#survey-target .contents__item--icon,
section#survey-system .contents__item--icon {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 6rem;
  z-index: 20;
}
section#survey-target .contents__item--icon img,
section#survey-system .contents__item--icon img {
  width: 100%;
}
section#survey-target .contents__item--text-title,
section#survey-system .contents__item--text-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  min-height: calc(3.4em + 1rem);
}
@media screen and (max-width: 767px) {
  section#survey-target .contents__item--text-title,
  section#survey-system .contents__item--text-title {
    font-size: 1.3rem;
  }
}
section#survey-target .contents__item--text-title::after,
section#survey-system .contents__item--text-title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3px;
  margin: 0.75rem auto 0;
  background: linear-gradient(251deg, #2C55A7 18.21%, #1E88CA 78.28%);
}
section#survey-target .contents__item--text-desc,
section#survey-system .contents__item--text-desc {
  margin-top: 3rem;
  line-height: 2.2;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  section#survey-target .contents__item--text-desc,
  section#survey-system .contents__item--text-desc {
    margin-top: 2rem;
  }
}
section#survey-target .contents__item--text .button08,
section#survey-system .contents__item--text .button08 {
  margin-top: 2rem;
}

section#survey-system {
  margin-top: 0;
}
