@charset "utf-8";

.breadcrumb-wrapper {
  max-width: 1020px;
  margin: 30px auto 0;
}

.breadcrumb {
  display: flex;
  gap: 0 22px;
  list-style: none;
  padding: 0;
  font-size: 1.3em;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  margin-left: 10px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  content: '';
}

.breadcrumb a {
  color: #666666;
  text-decoration: none;
}

.breadcrumb li:last-child a {
  color: #00b28f;
}

.container-wrapper {
  display: flex;
  justify-content: space-between;
}

.table-contents {
  width: 23%;
  position: relative;
}

.main-contents {
  width: 77%;
  padding-left: 16px;
}

.contents-nav {
  background-color: #faf5f5;
  width: 215px;
  transition: opacity 0.7s ease, transform 0.7s ease;
  opacity: 1;
  visibility: visible;
}

.contents-nav.is-fixed {
  position: fixed;
  top: 80px;
}

.contents-nav.is-bottom {
  position: fixed;
  top: 80px;
  opacity: 0;
  transform: translateY(20px);
}

.list-wrapper {
  padding: 10px;
}

.list-wrapper ul {
  padding: 10px;
  background-color: #fff;
}

.list-wrapper ul li {
  line-height: 2;
}

.list-wrapper ul a {
  font-size: 16px;
  text-decoration: none;
  color: #333;
}

.nav-title {
  background-color: #e60012;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
}

.text-center {
  text-align: center;
}

.hdL {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: unset;
  margin-bottom: 50px;
  border-left: 7px solid #e60012;
  padding-left: 16px;
}

.main-contents .inner {
  width: 100%;
}

.main-contents .intro {
  margin-top: 40px;
  margin-bottom: 40px;
}

.main-contents .pagePickArea,
.main-contents .pagePickArea2 {
  padding: 10px;
}

.main-contents .pagePickArea .hdL {
  border-left: unset;
  margin-bottom: 30px;
  margin-top: 20px;
}

.main-contents .lstNum01 li {
  margin-bottom: 16px;
}

.main-contents .lstNum01 li span {
  font-weight: normal;
}

.table-wrapper {
  width: 100%;
  margin-bottom: 40px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.risk-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 1000px;
}

.risk-table.risk-table2 th {
  width: 150px;
}

.risk-table th,
.risk-table td {
  border: 1px solid #999;
  padding: 12px;
  vertical-align: top;
}

.risk-table th {
  background: #faf5f5;
  font-weight: 600;
  text-align: center;
  width: 75px;
  vertical-align: middle;
}

.risk-table span {
  font-size: 12px;
  font-weight: normal;
}

.career ul,
.human-rights ul,
.communication ul,
.quality-control ul {
  font-size: 1.6rem;
  margin: 0 16px 16px;
}

.career .ul-title,
.human-rights .ul-title,
.communication .ul-title,
.quality-control .ul-title {
  font-weight: bold;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .breadcrumb-wrapper {
    padding-left: 16px;
    font-size: 0.8em;
  }

  .breadcrumb {
    gap: 0 10px;

  }

  .container-wrapper {
    display: block;
  }

  .table-contents {
    width: 100%;
  }

  .list-wrapper ul a {
    font-size: 4vw;
    text-decoration: none;
    color: #333;
  }

  .contents-nav {
    width: 300px;
    margin: 0 auto;
  }

  .main-contents {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    width: 100%;
    box-sizing: border-box;
  }

  .hdL {
    font-size: 4vw;
    margin-bottom: 20px;
  }

  li {
    font-size: 3.3vw;
  }

  .risk-table {
    font-size: 3.3vw;
  }
}