body header .logo {
  padding-top: clamp(50px, 13.3vw, 100px);
  padding-bottom: clamp(20px, 5.3vw, 60px);
}
@media screen and (min-width: 769px) {
  body header .logo {
    padding-top: clamp(50px, 6.5vw, 100px);
    padding-bottom: clamp(80px, 10.4vw, 160px);
  }
}
body header .logo img {
  width: 53%;
}
@media screen and (min-width: 769px) {
  body header .logo img {
    width: 35%;
  }
}

#about p {
  margin-bottom: clamp(110px, 29.3vw, 220px);
}

#staff .sec-title {
  margin-bottom: 3.9em;
}
#staff .card-list {
  padding-left: 13vw;
}
@media screen and (min-width: 769px) {
  #staff .card-list {
    padding: 0 10vw;
  }
}
#staff .card-list .card-01 {
  margin-bottom: 62vw;
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-01 {
    margin-bottom: clamp(120px, 15.6vw, 240px);
  }
}
#staff .card-list .card-01 .img-panel {
  width: 30%;
}
#staff .card-list .card-01 .img-panel .img {
  width: 150%;
  transform: rotate(-4deg);
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-01 .img-panel .img {
    width: 100%;
  }
}
#staff .card-list .card-01 .img-panel .img img {
  transform: scale(1.3);
  transform-origin: top left;
}
#staff .card-list .card-01 .img-panel .panel-sticky {
  transform: rotate(-10deg);
  top: -20%;
}
#staff .card-list .card-01 .img-panel .panel-sticky::before {
  background-image: url(/img/nisi/label_01.png);
  width: clamp(160px, 42.6vw, 320px);
  height: clamp(90px, 24vw, 180px);
  top: 115%;
  left: 40%;
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-01 .img-panel .panel-sticky::before {
    width: clamp(180px, 23.4vw, 360px);
    height: clamp(90px, 11.7vw, 220px);
    top: 120%;
  }
}
#staff .card-list .card-01 .memo-text {
  left: 20%;
  top: 110%;
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-01 .memo-text {
    margin-left: 7vw;
  }
}
#staff .card-list .card-01 .memo-text::before {
  background-image: url(/img/nisi/sp_memo_01.png);
  width: clamp(240px, 64vw, 480px);
  height: 140%;
  left: 48%;
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-01 .memo-text::before {
    background-image: url(/img/nisi/pc_memo_01.png);
    left: 69%;
    width: clamp(300px, 39vw, 600px);
  }
}
#staff .card-list .card-02 {
  margin-bottom: 100vw;
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-02 {
    margin-bottom: clamp(120px, 15.6vw, 240px);
  }
}
#staff .card-list .card-02 .img-panel .img {
  transform: rotate(7deg);
}
#staff .card-list .card-02 .img-panel .img img {
  aspect-ratio: 11/10;
}
#staff .card-list .card-02 .img-panel .panel-sticky {
  transform: rotate(-5deg);
  top: -10%;
}
#staff .card-list .card-02 .img-panel .panel-sticky::before {
  background-image: url(/img/nisi/label_02.png);
  width: clamp(180px, 48vw, 360px);
  height: clamp(90px, 24vw, 180px);
  transform: rotate(11deg);
  top: -80%;
  left: -18%;
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-02 .img-panel .panel-sticky::before {
    width: clamp(180px, 23.4vw, 350px);
    height: clamp(90px, 11.7vw, 190px);
    top: -80%;
    left: -13%;
  }
}
#staff .card-list .card-02 .memo-text {
  top: 120%;
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-02 .memo-text {
    margin-right: 9vw;
    transform: rotate(-6deg);
  }
}
#staff .card-list .card-02 .memo-text::before {
  background-image: url(/img/nisi/sp_memo_02.png);
  width: clamp(240px, 64vw, 480px);
  height: 140%;
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-02 .memo-text::before {
    background-image: url(/img/nisi/pc_memo_02.png);
    width: clamp(350px, 45.5vw, 740px);
    top: -21%;
    left: -23%;
    transform: rotate(10deg);
  }
}
#staff .card-list .card-03 {
  margin-bottom: 70vw;
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-03 {
    margin-bottom: clamp(120px, 15.6vw, 240px);
  }
}
#staff .card-list .card-03 .img-panel .img {
  width: 49vw;
  height: 45vw;
  position: relative;
  transform: rotate(-5deg);
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-03 .img-panel .img {
    width: clamp(190px, 24vw, 400px);
    height: clamp(190px, 24vw, 400px);
  }
}
#staff .card-list .card-03 .img-panel .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  transform: scale(2.4);
  transform-origin: 105% 23%;
}
#staff .card-list .card-03 .img-panel .panel-sticky {
  transform: rotate(-20deg);
  top: -20%;
  left: -15%;
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-03 .img-panel .panel-sticky {
    top: -10%;
    left: -10%;
  }
}
#staff .card-list .card-03 .img-panel .panel-sticky::before {
  background-image: url(/img/nisi/label_03.png);
  width: clamp(150px, 40vw, 300px);
  height: clamp(90px, 24vw, 180px);
  top: -81%;
  left: -13%;
  transform: rotate(14deg);
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-03 .img-panel .panel-sticky::before {
    top: -75%;
    left: -20%;
    width: clamp(180px, 23.4vw, 350px);
    height: clamp(90px, 11.7vw, 180px);
  }
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-03 .memo-text {
    margin-left: 7vw;
  }
}
#staff .card-list .card-03 .memo-text::before {
  background-image: url(/img/nisi/sp_memo_03.png);
  top: 55%;
  width: clamp(265px, 69.3vw, 530px);
  height: 140%;
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-03 .memo-text::before {
    background-image: url(/img/nisi/pc_memo_03.png);
    width: clamp(330px, 42.9vw, 660px);
    top: 50%;
    left: 70%;
  }
}

#headmaster .headmaster-inner {
  margin-bottom: clamp(15px, 4vw, 30px);
}
@media screen and (min-width: 769px) {
  #headmaster .headmaster-inner .headmaster-text .pink {
    text-align: center;
  }
}

#footer .white dl dd {
  line-height: 0.9;
}/*# sourceMappingURL=style.css.map */