.mv {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.mv__text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mv__text > img {
  width: 100%;
}
.buttons-container {
  max-width: 960px;
  margin: 0 auto;
}
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
}
.buttons__item {
  width: 50%;
  padding: 20px;
}
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding: 26px 68px 26px 130px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 40px;
  font-weight: 700;
  font-size: 1.375rem;
}
.button--business {
  background: url(/assets/img/common/icon_angle_right_black.svg) no-repeat right 30px center, url(/assets/img/pages/top/icon_building.svg) no-repeat left 32px center, #ffde6a;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.25);
}
.button--job-change {
  background: url(/assets/img/common/icon_angle_right_gray.svg) no-repeat right 30px center, url(/assets/img/pages/top/icon_lady.svg) no-repeat left 32px center, #eee;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.25);
}
.button--job-change.-active {
  background: url(/assets/img/common/icon_angle_right_gray.svg) no-repeat right 30px center, url(/assets/img/pages/top/icon_lady_active.svg) no-repeat left 32px center, #a4eafa;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.25);
}
.buttons-note {
  margin-top: 6px;
  font-size: 0.875rem;
  text-align: right;
}
.about__block:nth-child(n + 2) {
  margin-top: 40px;
}
.about__heading {
  font-weight: 700;
  font-size: 1.75rem;
  text-align: center;
}
.about__text {
  font-size: 1.25rem;
}
.about__img {
  text-align: center;
}
.logo-outblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -50px 40px 0;
}
.logo-block {
  max-width: 370px;
  width: calc(100% - 50px);
  margin-right: 50px;
  text-align: center;
}
.logo-block img {
  width: 235px;
}
.logo-block p {
  font-weight: 700;
  margin: 10px 0 0;
}
.logo-block p.logo-attn {
  text-align: left;
  font-weight: 400;
  font-size: 0.875rem;
}
.buttons.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button--logo {
  background: url(/assets/img/common/icon_angle_right_black.svg) no-repeat right 30px center, #e3e3db;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.25);
  margin: auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .mv__text {
    width: calc(561 / 1920 * 100%);
    height: calc(160 / 1920 * 100%);
    top: calc(34 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mv__text {
    width: calc(318 / 375 * 100vw);
    height: calc(91 / 375 * 100vw);
    top: calc(30 / 375 * 100vw);
  }
  .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -10px;
  }
  .buttons__item {
    width: 100%;
    padding: 10px;
  }
  .button {
    padding: 26px 47px 26px 79px;
    font-size: 1.125rem;
    min-height: 100px;
  }
  .button--business {
    background: url(/assets/img/common/icon_angle_right_black.svg) no-repeat right 30px center, url(/assets/img/pages/top/icon_building.svg) no-repeat left 32px center/42px 48px, #ffde6a;
  }
  .button--job-change {
    background: url(/assets/img/common/icon_angle_right_gray.svg) no-repeat right 30px center, url(/assets/img/pages/top/icon_lady.svg) no-repeat left 32px center/50px 54px, #eee;
  }
  .button--job-change.-active {
    background: url(/assets/img/common/icon_angle_right_gray.svg) no-repeat right 30px center, url(/assets/img/pages/top/icon_lady_active.svg) no-repeat left 32px center/50px 54px, #a4eafa;
  }
  .about__block:nth-child(n + 2) {
    margin-top: 20px;
  }
  .about__heading {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .logo-outblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
  }
  .logo-block {
    margin: 0 0 25px;
  }
  .logo-block:last-child {
    margin: 0;
  }
  .button--logo {
    padding: 26px 70px 26px 70px;
  }
}
