.contents-wrap {
  background-color: #E6EEF2;
  padding: 80px 4%;
  /* TAB setting start */
}
@media screen and (max-width: 1024px) {
  .contents-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.contents-wrap .inner-wrap {
  max-width: 1000px;
  margin: 0 auto;
  background-color: white;
  border-radius: 30px;
  padding: 30px;
}
.contents-wrap .key-visual {
  margin-bottom: 30px;
}
.contents-wrap .key-visual img {
  width: 100%;
}
.contents-wrap .contents {
  margin-bottom: 20px;
  text-align: center;
}
.contents-wrap .contents p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.contents-wrap .contents p a {
  color: #2DB0E3;
  text-decoration: underline;
}
.contents-wrap .contents img {
  max-width: 600px;
  width: 100%;
  margin-top: 30px;
}
.contents-wrap .img-area {
  margin-bottom: 30px;
}
.contents-wrap .img-area ol {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.contents-wrap .img-area ol img {
  width: 100%;
}