/* ------------------------------------
 * common page title
 * --------------------------------- */
.page-csr-hr-hdg-01 {
  font-size: 3.6rem;
  margin: 0 0 18px;
  text-align: center;
  color: #0058ab;
}

.page-csr-hr-hdg-01 > span {
  display: inline-block;
  border-bottom: 7px solid #327ac3;
}

/* ------------------------------------
 * top page
 * --------------------------------- */
.hr-top--catch {
  font-size: 2.4rem;
  font-weight: bold;
  color: #448aca;
  text-align: center;
  padding-bottom: 20px;
}

.hr-top--lead {
  text-align: center;
  font-size: 2.2rem;
  padding-top: 20px;
}

.hr-top--diagram {
  background-color: #f1f8fa;
}

.hr-top--diagram--img .sp-show {
  display: none;
}

.hr-top--diagram .hr-top--policy {
  background: #fff;
  border-color: #00a0e9;
  margin-bottom: 0;
}

.hr-top--diagram .hr-top--policy .lead {
  font-size: 2.2rem;
  font-weight: bold;
  color: #448aca;
}

.hr-top--diagram .hr-top--policy .source {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .hr-top--catch {
    font-size: 2rem;
    padding-bottom: 15px;
  }
  .hr-top--lead {
    font-size: 1.8rem;
    padding-top: 15px;
  }
  .hr-top--diagram--img .pc-show {
    display: none;
  }
  .hr-top--diagram--img .sp-show {
    display: block;
  }
  .hr-top--diagram .hr-top--policy .lead {
    font-size: 2.0rem;
  }
}

.csr-hr-top--link {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.csr-hr-top--link li {
  width: calc((100% - 30px) / 3);
  display: block;
  border: 1px solid #448aca;
  margin-right: 15px;
  margin-bottom: 15px;
}

.csr-hr-top--link li:nth-of-type(3n) {
  margin-right: 0;
}

.csr-hr-top--link li a {
  text-decoration: none;
  display: block;
  height: 100%;
  padding: 0;
  transition: .3s;
}

.csr-hr-top--link li a:hover {
  opacity: 0.7;
}

.csr-hr-top--link li a h3 {
  background: #006699;
  font-size: 2.0rem;
  color: #fff;
  margin: 0;
  padding: 13px 13px 13px 45px;
  position: relative;
}

.csr-hr-top--link li a h3::before {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 18px;
}

.csr-hr-top--link li a h3::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #006699;
  border-right: 3px solid #006699;
  transform: rotate(45deg);
  position: absolute;
  left: 15px;
  top: 24px;
}

.csr-hr-top--link li a h4 {
  padding: 13px;
  margin: 0;
  font-size: 1.9rem;
  color: #006699;
}

.csr-hr-top--link li a div {
  border-top: 1px solid #00a0e9;
  padding: 15px;
}

.csr-hr-top--link li a div .hr-top-department {
  font-size: 1.4rem;
}

.csr-hr-top--link li a div .hr-top-name {
  font-size: 1.6rem;
  margin-top: 5px;
}

.csr-hr-top--link li a figure {
  margin: 0;
}

.csr-hr-top--link li a figure img {
  display: block;
}

@media screen and (max-width: 768px) {
  .csr-hr-top--link li {
    width: calc((100% - 15px) / 2);
  }
  .csr-hr-top--link li:nth-of-type(3n) {
    margin-right: 15px;
  }
  .csr-hr-top--link li:nth-of-type(2n) {
    margin-right: 0;
  }
  .csr-hr-top--link li a h3 {
    font-size: 1.9rem;
    line-height: 1.4;
    padding: 11px 11px 11px 40px;
  }
  .csr-hr-top--link li a h3::before {
    width: 20px;
    height: 20px;
    left: 10px;
    top: 14px;
  }
  .csr-hr-top--link li a h3::after {
    width: 6px;
    height: 6px;
    left: 14px;
    top: 19px;
  }
  .csr-hr-top--link li a h4 {
    font-size: 1.6rem;
    padding: 10px;
  }
  .csr-hr-top--link li a div {
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  .csr-hr-top--link {
    list-style: none;
    display: block;
    justify-content: space-between;
  }
  .csr-hr-top--link li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .csr-hr-top--link li a h3 {
    font-size: 1.8rem;
  }
  .csr-hr-top--link li a h4 {
    font-size: 1.6rem;
  }
  .csr-hr-top--link li a div {
    padding: 12px;
  }
}

/* ------------------------------------
 * top link
 * --------------------------------- */
.hr-link-top > li {
  width: calc(100% / 3);
}

.hr-link-top > li:nth-of-type(4) {
  border-left-width: 1px;
  border-top: none;
}

.hr-link-top > li:nth-of-type(5) {
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .hr-link-top > li {
    width: 50%;
  }
  .hr-link-top > li:nth-of-type(4) {
    border-left-width: 0;
  }
}

@media only screen and (max-width: 480px) {
  .hr-link-top > li {
    width: 100%;
    border-left-width: 1px;
    border-left-style: solid;
  }
  .hr-link-top > li:nth-of-type(2) {
    border-top: none;
  }
  .hr-link-top > li:nth-of-type(4) {
    border-left: 1px solid;
  }
  .hr-link-top > li br {
    display: none;
  }
}

/* ------------------------------------
 * title
 * --------------------------------- */
.hr--department {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.hr--name {
  text-align: center;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .page-csr-hr-hdg-01 {
    font-size: 2.8rem;
  }
  .hr--department {
    font-size: 1.6rem;
  }
  .hr--name {
    font-size: 2.0rem;
  }
}

/* ------------------------------------
 * cts
 * --------------------------------- */
.hr-diagram {
  background-color: #f1f8fa;
}

.hr-diagram .main-inner {
  padding: 70px 10px;
}

.hr-diagram img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.hr-diagram--lead {
  font-size: 3.4rem;
  color: #0058ab;
  text-align: center;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .hr-diagram .main-inner {
    padding: 50px 10px;
  }
  .hr-diagram img {
    width: 100%;
  }
  .hr-diagram--lead {
    font-size: 2.6rem;
  }
}

.hr-column {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.hr-column--txt {
  width: 65.3333333%;
}

.hr-column--name {
  background: #0058ab;
  color: white;
  display: inline-block;
  margin-right: 8px;
  padding: 0 5px;
}

.hr-column--img {
  width: 30.6666667%;
}

.hr-column--img .figure-csr-hr {
  margin: 0;
}

.hr-column--img .figure-csr-hr figcaption {
  margin-top: 15px;
}

.hr-column--img .figure-csr-hr--name {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .hr-column {
    margin-top: 20px;
    display: block;
  }
  .hr-column--txt {
    width: 100%;
  }
  .hr-column--img {
    width: 100%;
    margin-top: 20px;
  }
  .hr-column--img .figure-csr-hr figcaption {
    margin-top: 5px;
  }
}

.hr-box {
  border-color: #448aca;
  margin: 20px 0;
  padding: 20px;
}

.hr-box h3 {
  margin-bottom: 10px;
}

.hr-box--list {
  list-style: none;
  margin: 0;
}

.hr-box--list li {
  margin-top: 10px;
  padding-left: 15px;
  position: relative;
}

.hr-box--list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #448aca;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

/* ------------------------------------
 * print for report
 * --------------------------------- 
  @media print{
    .hr-diagram--lead {
      font-size: 3rem;
    }
    .hr-box {
      margin: 15px 0;
      padding: 15px;
      &--list li{
          margin-top: 5px;
      }
    }
  }
  */
/*# sourceMappingURL=human.css.map */