@charset "UTF-8";
/* ----------------------------------------------
    情報セキュリティ基本方針
    個人情報保護方針
    採用における個人情報の取り扱い
---------------------------------------------- */
.policy .policy__content {
  width: 964px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .policy .policy__content {
    width: 100%;
  }
}
.policy .policy__disc {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .policy .policy__disc {
    margin-bottom: 40px;
  }
}
.policy dl:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .policy dl:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.policy dt {
  font-size: 2.4rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.policy .policy__title {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .policy .policy__title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.policy .policy__sign {
  text-align: right;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .policy .policy__sign {
    margin-top: 40px;
  }
}

/* 情報セキュリティ基本方針 */
@media screen and (max-width: 767px) {
  #security .page-title {
    text-align: center;
  }
}
#security .security__img-box {
  text-align: right;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #security .security__img-box {
    margin-top: 40px;
  }
}
#security .security__img-box figure {
  width: 421px;
  height: auto;
  margin: 0 0 24px auto;
}
@media screen and (max-width: 767px) {
  #security .security__img-box figure {
    width: 100%;
    height: auto;
    margin: 0 auto 24px;
  }
}
#security .security__img-box figcaption {
  font-weight: 700;
  text-align: center;
}

/* 個人情報保護方針 */
#privacypolicy .policy dd li:not(:last-of-type) {
  margin-bottom: 1.7em;
}

/* 採用における個人情報の取り扱い */
main:not(#top)#recruit-privacypolicy .page-title {
  font-size: 7.2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main:not(#top)#recruit-privacypolicy .page-title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  #recruit-privacypolicy #breadcrumbs {
    width: 100%;
  }
}
#recruit-privacypolicy .policy__enactment {
  display: block;
  font-size: 1.6rem;
  text-align: right;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #recruit-privacypolicy .policy__enactment {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #recruit-privacypolicy dt {
    font-size: 2rem;
  }
}
#recruit-privacypolicy .policy__dt-inner {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}/*# sourceMappingURL=policy.css.map */