@charset "UTF-8";
/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*grid settings*/
/* media query */
#staff main {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #staff main {
    padding-top: 0;
  }
}

.p-cont-bg {
  background-color: #fff;
}

.p-staff {
  padding: 1px 0 5rem;
}
.p-staff__ttl {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-staff__ttl {
    margin-top: 8rem;
  }
}
.p-staff__slide {
  margin: 4rem 0;
}
.p-staff__slide img {
  width: 100%;
  height: auto;
}
.p-staff__memb {
  max-width: 1000px;
}
.p-staff__memb__ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 3px solid #6E356B;
}
@media (max-width: 768px) {
  .p-staff__memb__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-staff__memb__ttl {
    font-size: 2rem;
  }
}
.p-staff__memb__list {
  margin: 4rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 1rem;
  flex-wrap: wrap;
  gap: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  .p-staff__memb__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .p-staff__memb__list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
.p-staff__memb__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-staff__memb__list__item .u-frame {
  border: unset;
}
.p-staff__det {
  background-color: #f4f4f4;
  display: grid;
  grid-template-columns: 33vw calc(100% - 33vw);
  padding: 6rem 0;
  overflow: hidden;
  position: relative;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-staff__det {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 8rem;
  }
}
.p-staff__det__inf {
  padding: 0 6rem;
  border-left: 1px solid #707070;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-staff__det__inf {
    border-left: unset;
    padding: 0;
  }
}
.p-staff__det__inf__ttl {
  line-height: 1.2;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  border-left: 3px solid #6E356B;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .p-staff__det__inf__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-staff__det__inf__ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-staff__det__inf__ttl {
    margin: 0 5%;
  }
}
.p-staff__det__inf__txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .p-staff__det__inf__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-staff__det__inf__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-staff__det__inf__txt {
    margin: 0 5%;
  }
}
.p-staff__det__inf__2 {
  margin-top: 3rem;
}
.p-staff__det__blob {
  position: absolute;
  width: 50%;
  width: 60rem;
  bottom: -24rem;
  left: -20rem;
}
@media only screen and (max-width: 1080px) {
  .p-staff__det__blob {
    bottom: -20rem;
    left: -27rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-staff__det__blob {
    bottom: unset;
    top: -27rem;
    left: 50%;
    transform: translateX(-50%);
    width: 75rem;
  }
}
.p-staff__det__blob img {
  width: 100%;
  height: auto;
}
.p-staff__det__img {
  margin-top: 1rem;
}
.p-staff__det__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-staff__det__list {
    display: flex;
    align-items: unset;
    gap: unset;
  }
}
.p-staff__det__list img {
  width: 100%;
}
.p-staff__btn {
  max-width: 32rem;
  margin: 10rem auto 5rem;
}
@media only screen and (max-width: 768px) {
  .p-staff__btn {
    margin: 4rem auto 1rem;
  }
}

#staffSlide {
  padding: 0 5rem;
  padding: 0 18vw;
}
#staffSlide .slides {
  left: -100%; /* スマホで1枚表示は−100％ */
}
#staffSlide .inner {
  width: calc(100% - 3.3rem);
}
@media only screen and (max-width: 768px) {
  #staffSlide.slider {
    padding: 0 4vw;
  }
  #staffSlide .inner {
    width: 97%;
  }
}

@media only screen and (max-width: 768px) {
  #staffImg .slides-sp {
    left: -100%;
  }
  #staffImg.slider-sp {
    padding: 0 4vw;
  }
  #staffImg .inner-sp {
    width: 97%;
  }
}/*# sourceMappingURL=staff.css.map */