.nav_staff a::after {
  display: inline-block;
}

.staff main img {
  width: 100%;
  height: auto;
}

.staff main .staff_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.staff main .staff_area div {
  width: 49%;
  max-width: 460px;
  margin-bottom: 50px;
  padding: 50px 40px 0 80px;
  border-top: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  font-weight: 300;
  font-size: 14px;
}

.staff main .staff_area div figure {
  width: 220px;
}

.staff main .staff_area div p {
  margin-top: 20px;
  line-height: 1.6;
}

.staff main .staff_area div .gairai,
.staff main .staff_area div .houmon {
  display: inline-block;
  margin-left: 5px;
  padding: 4px 12px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.staff main .staff_area div .gairai {
  background-color: #2C4083;
}

.staff main .staff_area div .houmon {
  background-color: #413831;
}

.staff main .staff_area div .link_area a {
  position: relative;
  padding: 0 72px 5px 0;
  border-bottom: 1px solid #2C4083;
  color: #2C4083;
  font-size: 16px;
}

.staff main .staff_area div .link_area a::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  height: 17px;
  margin: auto 0 6px 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cg fill='none' stroke='%232C4083'%3E%3Ccircle cx='7' cy='7' r='7' stroke='none'/%3E%3Ccircle cx='7' cy='7' r='6.5'/%3E%3C/g%3E%3Cpath fill='%232C4083' d='m6.184 10.025-.622-.622 2.327-2.327-2.326-2.325.622-.622 2.948 2.948Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

.staff main .staff_area div b {
  font-weight: bold;
}

.staff main .staff_area div h2 {
  margin-top: 20px;
  font-size: 24px;
}

.staff main .staff_area div h2 span {
  display: block;
  font-size: 18px;
}

.staff main .staff_area div ul {
  margin-top: 8px;
  line-height: 1.6;
}

.staff main .staff_area div li {
  position: relative;
  padding: 0 0 0 10px;
}

.staff main .staff_area div li a {
  position: relative;
  color: #333;
  text-decoration: underline;
}

.staff main .staff_area div li a[target="_blank"] {
  padding-right: 20px;
}

.staff main .staff_area div li a[target="_blank"]::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.511' height='14.511'%3E%3Cpath fill='%23333' d='M12.9 12.9H1.612V1.612h5.643V0H1.612A1.612 1.612 0 0 0 0 1.612V12.9a1.612 1.612 0 0 0 1.612 1.612H12.9a1.617 1.617 0 0 0 1.611-1.612V7.256H12.9ZM8.868 0v1.612h2.894L3.837 9.537l1.137 1.137L12.9 2.749v2.894h1.612V0Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  content: "";
}

.staff main .staff_area div li::before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #333;
  content: "";
}

.staff main .staff_class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.staff main .staff_class dl {
  width: 49%;
  max-width: 460px;
  margin-bottom: 50px;
}

.staff main .staff_class dl:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.staff main .staff_class dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

.staff main .staff_class dt figure {
  width: 80px;
  margin-right: 20px;
}

.staff main .staff_class dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .staff main .staff_area div {
    width: calc(100%);
    max-width: none;
    padding: 50px 20px 0 20px;
  }
  .staff main .staff_class dl {
    width: calc(100%);
    max-width: none;
  }
  .staff main .staff_class dl:nth-last-child(2) {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=maps/staff.css.map */
