body {
  overflow-x: hidden;
}

main {
  max-width: 532px;
  margin: 0 auto;
  padding: 40px 16px 60px;
}

/* 応募完了のアイコン */
/* -------------------------------------- */
.entry-complete-icon {
  width: 100px;
  height: auto;
  margin: 40px auto 0;
}

.entry-complete-icon img {
  width: 100%;
}

/* 応募完了のテキスト */
/* -------------------------------------- */
.entry-complete-text p {
  font-family: 'Noto Sans JP';
  font-style: normal;
  text-align: center;
  letter-spacing: 0.04em;
  color: #2E2E2E;
  margin-top: 40px;
}

.entry-complete-text--main {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}

.entry-complete-text--sub {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}

/* ボタン */
/* -------------------------------------- */
.site-btn {
  height: 60px;
  max-width: 500px;
}

/* 水平線 */
/* -------------------------------------- */
.hr {
  border: 1px solid #A0A0A0;
  margin: 40px 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  section {
    position: relative;
  }

  main {
    max-width: 800px;
    padding: 40px 0 80px;
  }

  /* 応募完了のテキスト */
  /* -------------------------------------- */
  .entry-complete-text--main {
    font-size: 24px;
  }

  /* ボタン */
  /* -------------------------------------- */
  .site-btn {
    margin: 0 auto;
    max-width: 300px;
  }

  /* 背景のあしらい */
  /* -------------------------------------- */
  .bg-img {
    position: absolute;
  }

  .bg-img_01 {
    top: -15%;
    left: 0;
    width: 265px;
    height: 401px;
    z-index: -1;
  }

  .bg-img_02 {
    bottom: 32%;
    left: 0;
    width: 226px;
    height: 106px;
    z-index: -1;
  }

  .bg-img_03 {
    top: 12%;
    right: 0;
    width: 226px;
    height: 106px;
    z-index: -1;
  }

  .bg-img_04 {
    bottom: 0;
    right: 0;
    height: 908px;
    bottom: -31%;
    right: 0;
    left: 91%;
    z-index: -1;
  }
}