.staff .staff-contents {
  padding: 270px 0 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .staff .staff-contents {
    padding-top: 210px;
  }
}
@media screen and (max-width: 390px) {
  .staff .staff-contents {
    padding-top: 190px;
  }
}
.staff .staff-contents .staff-list {
  width: 940px;
  margin: 85px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 80px;
}
@media screen and (max-width: 767px) {
  .staff .staff-contents .staff-list {
    width: 60%;
  }
}
.staff .staff-contents .staff-list li {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .staff .staff-contents .staff-list li {
    width: 100%;
  }
}
.staff .staff-contents .staff-list li .staff-thumb {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .staff .staff-contents .staff-list li .staff-thumb {
    margin-bottom: 20px;
  }
}
.staff .staff-contents .staff-list li .staff-name {
  text-align: center;
}
.staff .staff-contents .staff-list li .staff-name dt {
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .staff .staff-contents .staff-list li .staff-name dt {
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
}
.staff .staff-contents .staff-list li .staff-name dd {
  font-size: 1.25rem;
  line-height: 1.5;
}
.staff .staff-contents .staff-list li .staff-name dd .rubi {
  display: block;
  font-size: 0.75rem;
}
.staff .staff-contents .staff-list li .btn {
  margin-top: 25px;
  width: 100%;
}
.staff .staff-contents .staff-list li .btn a {
  width: 100%;
  height: 100%;
  border: none;
  background: #00A1E9;
  background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
  position: relative;
}
.staff .staff-contents .staff-list li .btn a .txt {
  color: #0071BC;
  position: relative;
}
.staff .staff-contents .staff-list li .btn a::after {
  border-right: 3px solid #0071BC;
  border-bottom: 3px solid #0071BC;
}
.staff .staff-contents .staff-list li .btn a::before {
  content: "";
  display: block;
  background: #fff;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50px;
  position: absolute;
  left: 4px;
  top: 4px;
}
.staff .staff-contents .staff-list li .btn a:hover .txt {
  color: #fff;
}
.staff .staff-contents .staff-list li .btn a:hover::before {
  background: #00A1E9;
  background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
}
.staff .staff-contents .staff-list li .btn a:hover::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.window-contents {
  display: none;
}

.modaal-container {
  max-width: 980px;
  border-radius: 11px;
}
@media screen and (max-width: 767px) {
  .modaal-container {
    max-width: 90%;
  }
}
.modaal-container .prof-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.modaal-container .prof-wrap .staff-prof-image {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .modaal-container .prof-wrap .staff-prof-image {
    width: 100%;
    margin-bottom: 15px;
  }
}
.modaal-container .prof-wrap .staff-prof-txt {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .modaal-container .prof-wrap .staff-prof-txt {
    width: 100%;
  }
}
.modaal-container .prof-wrap .staff-prof-txt .staff-name {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .modaal-container .prof-wrap .staff-prof-txt .staff-name {
    font-size: 1.25rem;
  }
}
.modaal-container .prof-wrap .staff-prof-txt .staff-name .post {
  display: block;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .modaal-container .prof-wrap .staff-prof-txt .staff-name .post {
    font-size: 0.875rem;
  }
}
.modaal-container .prof-wrap .staff-prof-txt .staff-name .kana {
  font-size: 0.8125rem;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .modaal-container .prof-wrap .staff-prof-txt .staff-name .kana {
    font-size: 0.75rem;
  }
}
.modaal-container .prof-wrap .staff-prof-txt .prof-list {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .modaal-container .prof-wrap .staff-prof-txt .prof-list {
    margin-top: 10px;
  }
}
.modaal-container .prof-wrap .staff-prof-txt .prof-list dt {
  width: 30%;
  padding: 20px 0;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .modaal-container .prof-wrap .staff-prof-txt .prof-list dt {
    width: 100%;
    font-size: 0.875rem;
    padding: 15px 0 0;
  }
}
.modaal-container .prof-wrap .staff-prof-txt .prof-list dd {
  width: 70%;
  padding: 20px 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modaal-container .prof-wrap .staff-prof-txt .prof-list dd {
    width: 100%;
    font-size: 0.875rem;
    padding: 5px 0 15px;
  }
}
.modaal-container .prof-wrap .staff-prof-txt .prof-list dd::after {
  content: "";
  display: block;
  width: 143%;
  height: 1px;
  background: #00A1E9;
  background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .modaal-container .prof-wrap .staff-prof-txt .prof-list dd::after {
    width: 100%;
  }
}

.modaal-content-container {
  padding: 65px 60px 140px;
}
@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 25px 9% 100px;
  }
}

.modaal-wrapper .modaal-close {
  position: absolute;
  background: #00A1E9;
  background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
  border: 2px solid #fff;
  width: 70px;
  height: 70px;
  top: -35px;
  right: -35px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close {
    width: 50px;
    height: 50px;
    top: -25px;
    right: -25px;
  }
}
.modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
  width: 34px;
  height: 2px;
  top: 31px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
    width: 20px;
    top: 22px;
    left: 13px;
  }
}
.modaal-wrapper .modaal-close:focus, .modaal-wrapper .modaal-close:hover {
  background: #fff;
  border: 2px solid #0071BC;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close:focus, .modaal-wrapper .modaal-close:hover {
    background: #00A1E9;
    background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
    border: 2px solid #fff;
  }
}
.modaal-wrapper .modaal-close:focus::before, .modaal-wrapper .modaal-close:focus::after, .modaal-wrapper .modaal-close:hover::before, .modaal-wrapper .modaal-close:hover::after {
  background: #0071BC;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close:focus::before, .modaal-wrapper .modaal-close:focus::after, .modaal-wrapper .modaal-close:hover::before, .modaal-wrapper .modaal-close:hover::after {
    background: #fff;
  }
}
.modaal-wrapper .modaal-close.jp {
  width: 240px;
  height: 50px;
  background: #00A1E9;
  background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
  border-radius: 50px;
  border: none;
  position: absolute;
  top: auto;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -110px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close.jp {
    bottom: -75px;
  }
}
.modaal-wrapper .modaal-close.jp::before {
  content: none;
}
.modaal-wrapper .modaal-close.jp::after {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50px;
  transform: none;
  top: 4px;
  left: 4px;
  z-index: 2;
}
.modaal-wrapper .modaal-close.jp span {
  color: #0071BC;
  font-size: 1rem;
  font-weight: bold;
  position: relative !important;
  z-index: 5;
  clip: inherit;
  height: auto !important;
  width: auto !important;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close.jp span {
    font-size: 0.875rem;
  }
}
.modaal-wrapper .modaal-close.jp:focus::after, .modaal-wrapper .modaal-close.jp:hover::after {
  background: #00A1E9;
  background: linear-gradient(90deg, rgb(0, 161, 233) 0%, rgb(0, 113, 188) 100%);
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close.jp:focus::after, .modaal-wrapper .modaal-close.jp:hover::after {
    background: #fff;
  }
}
.modaal-wrapper .modaal-close.jp:focus span, .modaal-wrapper .modaal-close.jp:hover span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close.jp:focus span, .modaal-wrapper .modaal-close.jp:hover span {
    color: #0071BC;
  }
}/*# sourceMappingURL=staff.css.map */