@charset "UTF-8";
/*ベース*/
#page.staff .ancher {
  padding-top: 100px;
  margin-top: -100px;
}
#page.staff section {
  padding: 0;
}
#page.staff .mainvisual-lft-ttl {
  font-size: 23px;
}
#page.staff .wrap1100 {
  padding: 0 10px;
}
#page.staff .breadcrumbs-area {
  padding: 10px 10px 0;
}

@media screen and (min-width: 1200px) {
  #page.staff .wrap1100 {
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  #page.staff .mainvisual-lft-ttl {
    font-size: 33px;
  }
  #page.staff .mainvisual-lft-wrap {
    padding: 0 40px;
  }
}
#page.staff .about {
  overflow: hidden;
  margin: 80px 0 125px 0;
}
#page.staff .about .about-wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 0 0;
}
#page.staff .about .about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1250px;
  width: 100%;
  margin: 0 0 0 auto;
}
#page.staff .about .about-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.4%;
          flex: 0 0 54.4%;
}
#page.staff .about .about-text-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.56%;
          flex: 0 0 42.56%;
}
#page.staff .about .about-degree {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}
#page.staff .about .about-name {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
#page.staff .about .about-name-en {
  color: #d5ba6a;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 35px;
}
#page.staff .about .about-text {
  text-align: justify;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page.staff .about {
    margin: 25px 0 35px 0;
  }
  #page.staff .about .about-wrap {
    padding: 0;
  }
  #page.staff .about .about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.staff .about .about-img {
    margin-bottom: 20px;
  }
  #page.staff .about .about-text-area {
    padding: 0 15px;
  }
  #page.staff .about .about-name {
    font-size: 25px;
  }
  #page.staff .about .about-name-en {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #page.staff .about .about-text {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
#page.staff .intro {
  background-color: #eeebe0;
  padding: 60px 0 80px 0;
}
#page.staff .intro .intro-ttl {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  font-weight: 500;
}
#page.staff .intro .intro-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2.954%;
  margin-bottom: 40px;
}
#page.staff .intro .intro-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.364%;
          flex: 0 0 31.364%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
#page.staff .intro .intro-item::after {
  content: "";
  position: absolute;
  background-color: #870303;
  width: 20px;
  height: 20px;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#page.staff .intro .intro-item-text-area {
  padding: 35px 20px 50px 20px;
  position: relative;
}
#page.staff .intro .intro-item-name {
  font-size: 25px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 12px;
}
#page.staff .intro .intro-item-name-en {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #d5ba6a;
}
#page.staff .intro .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100000000;
  background-color: rgba(120, 123, 131, 0.8);
}
#page.staff .intro .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
#page.staff .intro .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#page.staff .intro .modal__content {
  position: relative;
  background-color: #f4f1ec;
  width: 100%;
  padding: 100px 0 60px 0;
}
#page.staff .intro .modal__close-btn {
  position: absolute;
  right: 45px;
  top: 45px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 10;
}
#page.staff .intro .modal__close-btn::after, #page.staff .intro .modal__close-btn::before {
  content: "";
  position: absolute;
  background-color: #333;
  width: 20px;
  height: 1px;
  right: 0;
  bottom: 10px;
}
#page.staff .intro .modal__close-btn::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#page.staff .intro .modal__close-btn::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#page.staff .intro .intro-modal {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}
#page.staff .intro .intro-modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}
#page.staff .intro .intro-modal-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.4%;
          flex: 0 0 54.4%;
}
#page.staff .intro .intro-modal-text-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.4%;
          flex: 0 0 42.4%;
}
#page.staff .intro .intro-modal-name {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
#page.staff .intro .intro-modal-name-en {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #d5ba6a;
  margin-bottom: 35px;
}
#page.staff .intro .intro-modal-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
#page.staff .intro .swiper-button-wrap {
  max-width: 345px;
  width: 100%;
  margin: auto;
  position: relative;
  height: 30px;
}
#page.staff .intro .swiper-button-wrap::after {
  content: "";
  display: block;
  position: absolute;
  background: #333;
  width: 1px;
  height: 30px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#page.staff .intro .swiper-button-next,
#page.staff .intro .swiper-button-prev {
  width: 8px;
  height: 30px;
  color: #333;
  width: 50%;
  top: 70%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.staff .intro .swiper-button-next::after,
#page.staff .intro .swiper-button-prev::after {
  font-size: 14px;
  position: absolute;
}
#page.staff .intro .swiper-button-next:hover,
#page.staff .intro .swiper-button-prev:hover {
  opacity: 0.7;
}
#page.staff .intro .swiper-button-prev::after {
  left: 0;
}
#page.staff .intro .swiper-button-next::after {
  right: 0;
}
#page.staff .intro .intro-link {
  width: 100%;
}
#page.staff .intro .intro-url {
  display: block;
  background-color: #fff;
  border: 1px solid #ceba91;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 27px 0;
  position: relative;
}
#page.staff .intro .intro-url::after {
  content: "";
  background-image: url(../img/staff/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  #page.staff .intro .modal__content {
    padding: 100px 10px 60px 10px;
  }
}
@media screen and (max-width: 767px) {
  #page.staff .intro {
    padding: 35px 0 50px 0;
  }
  #page.staff .intro .intro-flex {
    gap: 15px 0;
  }
  #page.staff .intro .intro-ttl {
    font-size: 20px;
    margin-bottom: 35px;
  }
  #page.staff .intro .intro-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page.staff .intro .intro-item::after {
    width: 15px;
    height: 15px;
  }
  #page.staff .intro .intro-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.928%;
            flex: 0 0 44.928%;
  }
  #page.staff .intro .intro-item-text-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.072%;
            flex: 0 0 55.072%;
    padding: 0 20px 0 20px;
  }
  #page.staff .intro .intro-item-name {
    font-size: 17px;
  }
  #page.staff .intro .intro-item-name-en {
    font-size: 15px;
  }
  #page.staff .intro .modal {
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #page.staff .intro .modal__content {
    padding: 55px 0 0 0;
    height: 100%;
    overflow: scroll;
  }
  #page.staff .intro .intro-modal-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.staff .intro .intro-modal-img {
    margin-bottom: 30px;
  }
  #page.staff .intro .intro-modal-text-area {
    padding: 0 10px;
  }
  #page.staff .intro .intro-modal-name-en {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #page.staff .intro .swiper-button-wrap {
    bottom: 25px;
  }
  #page.staff .intro .modal__close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
  }
  #page.staff .intro .modal__close-btn::after, #page.staff .intro .modal__close-btn::before {
    content: "";
    position: absolute;
    background-color: #333;
    width: 20px;
    height: 1px;
    right: 0;
    bottom: 10px;
  }
  #page.staff .intro .modal__close-btn::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #page.staff .intro .modal__close-btn::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #page.staff .intro .intro-modal-text {
    font-size: 15px;
    letter-spacing: 0.01em;
    height: 11em;
    overflow: scroll;
  }
  #page.staff .intro .intro-url {
    font-size: 16px;
    padding: 26px 0;
  }
  #page.staff .intro .intro-url::after {
    width: 28px;
    height: 28px;
  }
}

body.no-scroll {
  overflow: hidden;
  width: 100%;
}
/*# sourceMappingURL=staff.css.map */