#bread {
  top: 100px;
}

#top {
  margin-top: 100px;
  padding: 110px 0 0;
  position: relative;
  z-index: 3;
}
#top .wrap {
  max-width: 1220px;
  justify-content: space-between;
}
#top h2 {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 20px;
}
#top .txt {
  color: #808080;
  font-weight: 400;
}
#top .top__photo {
  width: 590px;
  max-width: 100%;
}

section:has(#side-menu) {
  margin-top: 0;
}

.main-content {
  padding: 0;
}
.main-content:before {
  top: -146px;
}
.main-content:after {
  top: -320px;
}

#side-menu {
  margin-top: 150px;
}

#refer {
  padding: 150px 0;
}
#refer h3 {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 33px;
}
#refer .txt {
  margin-bottom: 60px;
  font-weight: 400;
}
#refer .refer__photo {
  margin-bottom: 70px;
}
#refer .refer__main {
  border-top: 1px solid #dadada;
  margin-top: 120px;
  padding-top: 68px;
}
#refer .refer__main h3 {
  font-size: 20px;
  margin: 0;
}
#refer .refer__main .people__row {
  margin-top: 33px;
}
#refer .refer__main .people__row .txt {
  margin-bottom: 0;
}
#refer .refer__main button {
  margin: 0 auto;
  display: block;
  margin-top: 76px;
}
#refer .refer__main .refer__main__button {
  margin: 0 auto;
  display: block;
  margin-top: 76px;
}

/*--------------------------------------
  smartphone
--------------------------------------*/
@media only screen and (max-width: 560px) {
  .main-content.recruit:before {
    background: url(../img/refer/recruit_deco_sp2.svg) no-repeat center top;
    background-size: contain;
    top: -124px;
  }
  #top {
    margin-top: 0;
    padding-top: 170px;
  }
  #top h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 0px;
  }
  #top .top__photo {
    width: auto;
    margin: 50px -38px 0;
    max-width: unset;
  }
  #refer {
    padding: 100px 0;
  }
  #refer h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 35px;
  }
  #refer .txt {
    margin-bottom: 64px;
  }
  #refer .refer__main {
    margin-top: 94px;
    padding-top: 66px;
  }
  #refer .refer__main .people__row {
    margin-top: 24px;
  }
  #refer .refer__main button {
    margin-top: 21px;
  }
  #refer .refer__main .refer__main__button {
    margin-top: 21px;
  }
}

/*# sourceMappingURL=post.css.map */
