@charset "UTF-8";
/* リセットcss */
@import url(https://unpkg.com/ress/dist/ress.min.css);
/* Google Fonts */
@import url(https://fonts.googleapis.com);
@import url(https://fonts.gstatic.com);
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap);
/*
color-swatch ========================================*/
/*
breakpoint ==========================================================================*/
/*
font ========================================*/
/* Zen Old Mincho */
/* Zen Kaku Gothic */
/*
all ==========================================================================*/
.staff__greet {
  padding-block: 0.125rem 1.875rem;
  background-image: url(../img/staff/staff_bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .staff__greet {
    padding-block: 0.125rem 7%;
  }
}
@media screen and (max-width: 768px) {
  .staff__greet {
    padding-block: 0.125rem 10vw;
  }
}
.staff__greet .underSecTtl {
  margin-block: 3rem 1rem;
}
@media screen and (max-width: 768px) {
  .staff__greet .underSecTtl {
    margin-block: 2rem 1rem;
  }
}
.staff__greet--lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 3vw, 0.9rem);
  margin-bottom: 1rem;
  width: min(1040px, 100%);
  margin-inline: auto;
  letter-spacing: 0.0125em;
  line-height: 1.85;
}
.staff__greet--lead strong {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #084b72;
}
.staff__greet--lead span {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #084b72;
}
.staff__greet--representative {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0.75rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 3vw, 0.9rem);
}
@media screen and (max-width: 550px) {
  .staff__greet--representative {
    margin-right: 0;
  }
}
.staff__intro {
  padding-block: 1.875rem 1.65rem;
}
@media screen and (max-width: 1024px) {
  .staff__intro {
    padding-block: 6% 5%;
  }
}
@media screen and (max-width: 768px) {
  .staff__intro {
    padding-block: 8vw;
  }
}
.staff__intro .underSecTtl {
  margin-bottom: 1.65rem;
}
.staff__intro--lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(0.65rem, 2.75vw, 0.825rem);
  text-align: center;
  letter-spacing: 0.0125em;
  line-height: 1.55;
  margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .staff__intro--lead {
    text-align: left;
  }
}
.staff__intro--slider {
  position: relative;
}
.staff__intro--slider #slider04 .slick-slide {
  margin-inline: 0.5rem;
}
@media screen and (max-width: 768px) {
  .staff__intro--slider #slider04 .slick-slide {
    margin-inline: 0.5rem;
  }
}
@media screen and (max-width: 550px) {
  .staff__intro--slider #slider04 .slick-slide {
    margin-inline: 0.5rem;
  }
}
.staff__intro--slider #slider04 .slick-dots {
  margin-top: 0.5rem;
  position: unset;
  text-align: unset;
  display: grid;
  grid-template-columns: repeat(5, 18.35%);
  gap: 5% 2%;
}
.staff__intro--slider #slider04 .slick-dots li {
  cursor: pointer;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0.6;
}
.staff__intro--slider #slider04 .slick-dots .slick-active {
  opacity: 1;
}
.staff__intro--slider #slider04 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff__intro--slider .staff__under--arrow {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .staff__intro--slider .staff__under--arrow {
    top: -10%;
  }
}
.staff__intro--slider .staff__under--arrow .staff_under_prev-arrow,
.staff__intro--slider .staff__under--arrow .staff_under_next-arrow {
  position: absolute;
  top: 22%;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .staff__intro--slider .staff__under--arrow .staff_under_prev-arrow,
  .staff__intro--slider .staff__under--arrow .staff_under_next-arrow {
    width: 13vw;
    height: 13vw;
  }
}
@media screen and (max-width: 550px) {
  .staff__intro--slider .staff__under--arrow .staff_under_prev-arrow,
  .staff__intro--slider .staff__under--arrow .staff_under_next-arrow {
    width: 65px;
    height: 65px;
  }
}
.staff__intro--slider .staff__under--arrow .staff_under_prev-arrow {
  left: -3.5%;
  background-image: url(../img/top/slider_arrow_l.png);
}
@media screen and (max-width: 550px) {
  .staff__intro--slider .staff__under--arrow .staff_under_prev-arrow {
    left: -7%;
  }
}
.staff__intro--slider .staff__under--arrow .staff_under_next-arrow {
  right: -3.5%;
  background-image: url(../img/top/slider_arrow_r.png);
}
@media screen and (max-width: 550px) {
  .staff__intro--slider .staff__under--arrow .staff_under_next-arrow {
    right: -7%;
  }
}/*# sourceMappingURL=staff.css.map */