.main {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.pageLink {
  background-color: #fcf6f0;
  padding-bottom: 120rem;
  position: relative;
  z-index: 10;
}
.md-breadcrumb,
.md-kvTxtOnly {
  position: relative;
  z-index: 1;
}


.secPolicy {
  position: relative;
  z-index: 0;
}
.secPolicy .sec__cts {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.secPolicy .sec__ctsInr {
  padding: 80rem 0 160rem;
}
.secPolicy .sec__cts::before {
  content: " ";
  width: 100%;
  height: 100%;
  background: #fff url(/company/policy/images/policy_bg.jpg) no-repeat center top / contain;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.secPolicy .sec__logo {
  width: 298rem;
  margin: 0 auto;
}
.secPolicy .sec__ttl {
  margin: 60rem auto 0;
  width: 356rem;
}
.secPolicy .sec__txt {
  margin: 60rem auto 0;
  width: 688rem;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .secPolicy {
  }
  .secPolicy .sec__ctsInr {
    padding: 60rem 0 120rem;
  }
  .secPolicy .sec__cts::before {
    content: " ";
    width: 100%;
    height: 100%;
    background: #fff url(/company/policy/images/sp_policy_bg.jpg) no-repeat center center / contain;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .secPolicy .sec__logo {
    width: 215rem;
  }
  .secPolicy .sec__ttl {
    margin: 60rem auto 0;
    width: 310rem;
  }
  .secPolicy .sec__txt {
    margin: 60rem auto 0;
    width: 100%;
  }
}