:root {
  --color-font-base: #000;
  --color-font-sub: #686868;
  --color-base: #38393F;
  --color-base02: #F5F5F5;
  --color-main: #003662;
  --color-accent01: #06F;
  --color-accent02: #13527F;
  --color-white: #fff;
  --f-size-60: 6.0rem;
  --f-size-50: 5.0rem;
  --f-size-40: 4.0rem;
  --f-size-38: 3.8rem;
  --f-size-36: 3.6rem;
  --f-size-32: 3.2rem;
  --f-size-24: 2.4rem;
  --f-size-22: 2.2rem;
  --f-size-20: 2rem;
  --f-size-16: 1.6rem;
  --f-size-18: 1.8rem;
  --f-size-14: 1.4rem;
  --f-size-13: 1.3rem;
  --f-size-12: 1.2rem;
  --f-size-10: 1.0rem;
  --f-weight-300: 300;
  --f-weight-400: 400;
  --f-weight-500: 500;
  --f-weight-600: 600;
  --f-weight-700: 700;
}

#staff .intr {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
  position: relative;
}
#staff .intr-head {
  font-size: var(--f-size-20);
  color: var(--color-font-sub);
  text-align: center;
  margin-bottom: 48px;
}
#staff .intr-ttl {
  font-size: var(--f-size-36);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #staff .intr-ttl {
    font-size: 2.7rem;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 5.2151vw;
  }
}
#staff .intr-Cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #staff .intr-Cards {
    gap: 10px;
  }
}
#staff .intr-Cards-item {
  padding: 20px;
  max-width: 360px;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  #staff .intr-Cards-item {
    padding: 10px;
  }
}
#staff .intr-Cards-item .thumb {
  width: 100%;
  margin-bottom: 30px;
}
#staff .intr-Cards-item .thumb img {
  width: 100%;
  height: auto;
}
#staff .intr-Cards-item .appr {
  font-weight: 700;
  font-size: var(--f-size-20);
  min-height: 3lh;
  border-bottom: 1px solid #E6E6E6;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #staff .intr-Cards-item .appr {
    font-size: 1.6rem;
  }
}
#staff .intr-Cards-item .plf {
  padding-top: 30px;
}
#staff .intr-Cards-item .plf p {
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #staff .intr-Cards-item .plf p {
    font-size: 1.2rem;
  }
}
#staff .intr-Cards-item .plf p span {
  font-weight: 700;
}
#staff .intr-bg {
  position: absolute;
  z-index: -1;
  top: 40px;
  left: 0;
}
#staff .intr-bg img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #staff .intr-bg img {
    width: 100%;
    height: auto;
  }
}
#staff .staff-mv {
  width: 100%;
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #staff .staff-mv {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #staff .staff-mv-image {
    aspect-ratio: 375/450;
  }
}
#staff .staff-mv img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #staff .staff-mv img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#staff .staff-mv-txt {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 160px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #staff .staff-mv-txt {
    right: 0;
  }
}
#staff .staff-mv-txt p {
  font-size: var(--f-size-13);
  line-height: 1.6;
}
#staff .staff-mv-txt p.name {
  font-size: var(--f-size-18);
}
#staff .staff-read {
  margin-bottom: 120px;
}
#staff .sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
  margin-bottom: 120px;
}
#staff .sec02 {
  margin-bottom: 160px;
}
#staff .other {
  background-color: #EDEDED;
  padding-top: 56px;
  padding-bottom: 100px;
}
#staff .other-ttl {
  font-size: var(--f-size-20);
  line-height: 1.7;
  text-align: center;
  margin-bottom: 48px;
}
#staff .other-Cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #staff .other-Cards {
    gap: 10px;
  }
}
#staff .other-Cards-item {
  padding: 20px;
  max-width: 360px;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #CCC;
}
#staff .other-Cards-item .thumb {
  width: 100%;
  margin-bottom: 30px;
}
#staff .other-Cards-item .thumb img {
  width: 100%;
  height: auto;
}
#staff .other-Cards-item .appr {
  font-weight: 700;
  font-size: var(--f-size-20);
  min-height: 3lh;
  border-bottom: 1px solid #E6E6E6;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #staff .other-Cards-item .appr {
    font-size: 1.6rem;
  }
}
#staff .other-Cards-item .plf {
  padding-top: 30px;
}
#staff .other-Cards-item .plf p {
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #staff .other-Cards-item .plf p {
    font-size: 1.2rem;
  }
}
#staff .other-Cards-item .plf p span {
  font-weight: 700;
}
/*# sourceMappingURL=staff.css.map */