html {
  font-size: 62.5%;
}
html body {
  text-align: center;
  background-color: #ffffdf;
  overflow-x: clip;
  z-index: -1;
}
html body p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #4b4b4b;
}
html body img {
  width: 100%;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body p,
html body ul,
html body li,
html body a,
html body dl,
html body dt,
html body dd,
html body div {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.dis-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .dis-pc {
    display: block;
  }
}

.dis-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .dis-sp {
    display: none;
  }
}

.menu {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .menu {
    background-color: #fff;
    padding: 15px 20px;
  }
}
.menu .head-logo {
  width: clamp(150px, 19.5vw, 250px);
  margin-left: clamp(10px, 1.35vw, 30px);
}
.menu .head-logo .img {
  display: inline-block;
  width: 100%;
}
.menu input {
  display: none;
}
.menu nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 99;
  background-color: #ffffff;
  opacity: 0.97;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .menu nav {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: static;
  }
}
.menu nav .menu-list {
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-top: 90px;
  height: 100vh;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .menu nav .menu-list {
    flex-direction: row;
    justify-content: space-around;
    height: auto;
    padding: 0;
  }
}
.menu nav .menu-list li {
  border-bottom: solid 1px #ffffff;
  margin: 0 40px;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .menu nav .menu-list li {
    border-bottom: none;
    padding: 0;
    margin: 0 10px;
  }
}
.menu nav .menu-list li a {
  font-size: 2rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #d06e10;
}
@media screen and (min-width: 769px) {
  .menu nav .menu-list li a {
    font-size: clamp(1.3rem, 1.5vw, 2rem);
    color: #d06e10;
  }
}
.menu .menu-icon {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 999999;
  top: 10px;
  right: 10px;
  box-shadow: 0px 0px 15px rgb(134, 134, 134);
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .menu .menu-icon {
    display: none;
  }
}
.menu .menu-icon .navicon,
.menu .menu-icon .navicon:before,
.menu .menu-icon .navicon:after {
  content: "";
  display: block;
  height: 3px;
  width: 38px;
  border-radius: 3px;
  background: #a0a0a0;
  transition: 0.5s;
  position: absolute;
}
.menu .menu-icon .navicon:before {
  bottom: 13px;
}
.menu .menu-icon .navicon:after {
  top: 13px;
}
.menu #menu-icon:checked ~ .menu-icon .navicon {
  background: rgba(255, 255, 255, 0);
}
.menu #menu-icon:checked ~ .menu-icon .navicon:before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #929292;
}
.menu #menu-icon:checked ~ .menu-icon .navicon:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #8b8b8b;
}
.menu #menu-icon:checked ~ nav {
  top: 0;
}

.logo {
  padding: clamp(50px, 14.6vw, 120px) 0 clamp(10px, 2.6vw, 50px);
  background-image: url(/img/nisi/stars-left.png), url(/img/nisi/star-rigth.png);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: clamp(130px, 34.66vw, 570px), clamp(130px, 34.66vw, 570px);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .logo {
    padding: clamp(80px, 10vw, 140px) 0 clamp(70px, 9.1vw, 120px);
  }
}
.logo img {
  margin: 0 auto;
  width: 40%;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .logo img {
    width: 30%;
  }
}

main {
  max-width: 1980px;
  margin: 0 auto;
}

#top {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: clamp(50px, 9.33vw, 70px);
}
@media screen and (min-width: 769px) {
  #top {
    margin-bottom: clamp(100px, 13vw, 150px);
  }
}
#top img {
  display: block;
  width: 100%;
  height: clamp(210px, 56vw, 1100px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
#top .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 136, 0, 0.384);
  pointer-events: none;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.sec-title {
  color: #e27000;
  display: inline-block;
  font-size: clamp(2.3rem, 6.13vw, 4rem);
  margin-bottom: 1em;
  padding: 0 1em 0.8em;
  background-image: url(/img/nisi/title_border.png);
  background-size: clamp(130px, 34.6vw, 230px);
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .sec-title {
    font-size: clamp(3.7rem, 4.81vw, 6rem);
    background-size: clamp(230px, 29.9vw, 360px);
  }
}

.sec-slide {
  margin-bottom: clamp(40px, 10.6vw, 120px);
}
.sec-slide .slide-inner {
  padding: 0 15vw;
}
.sec-slide .slide-inner .slide-list {
  margin: 0 auto clamp(50px, 13.3vw, 150px);
}
@media screen and (min-width: 769px) {
  .sec-slide .slide-inner .slide-list {
    margin-bottom: clamp(50px, 6.5vw, 100px);
    max-width: 1150px;
  }
}
.sec-slide .slide-inner .slide-list img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
}
.sec-slide .slide-inner .slide-list .slick-dots {
  bottom: clamp(-37px, -9.7vw, -300px);
}
.sec-slide .slide-inner .slide-list .slick-dots li {
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  .sec-slide .slide-inner .slide-list .slick-dots li {
    margin: 0 10px;
  }
}
.sec-slide .slide-inner .slide-list .slick-dots li button::before {
  font-size: clamp(1rem, 2.6vw, 1.5rem);
  color: #d06e10;
  opacity: 0.9;
}
.sec-slide p {
  font-size: clamp(1.3rem, 3.46vw, 3.5rem);
  margin-bottom: clamp(70px, 18.6vw, 120px);
}
@media screen and (min-width: 769px) {
  .sec-slide p {
    font-size: clamp(1.5rem, 1.95vw, 3.2rem);
    margin-bottom: clamp(50px, 6.5vw, 100px);
    line-height: 1.9;
  }
}
.sec-slide img {
  width: 80%;
  max-width: 1500px;
}

#staff .card-list .card-item {
  position: relative;
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#staff .card-list .card-item .img-panel {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-item .img-panel {
    width: 30%;
  }
}
#staff .card-list .card-item .img-panel .img {
  overflow: hidden;
}
#staff .card-list .card-item .img-panel .img img {
  aspect-ratio: 11/10;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
#staff .card-list .card-item .img-panel .panel-sticky {
  position: absolute;
  top: -5%;
  left: -5%;
  display: inline-block;
  z-index: 999;
  color: #000;
  text-align: left;
  font-size: clamp(1.4rem, 3.7vw, 2.8rem);
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-item .img-panel .panel-sticky {
    font-size: clamp(1.5rem, 1.95vw, 3rem);
  }
}
#staff .card-list .card-item .img-panel .panel-sticky::before {
  content: "";
  position: absolute;
  transform: rotate(16deg) translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
#staff .card-list .card-item .memo-text {
  position: absolute;
  display: inline-block;
  text-align: left;
  right: 11vw;
  z-index: 2;
  font-size: clamp(1.5rem, 4vw, 3rem);
}
@media screen and (min-width: 769px) {
  #staff .card-list .card-item .memo-text {
    position: static;
    font-size: clamp(1.6rem, 2vw, 3.2rem);
  }
}
#staff .card-list .card-item .memo-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
  background-size: contain;
  background-position: center;
  background-size: 100%;
  z-index: -1;
}

#headmaster .headmaster-inner {
  padding: 0 8vw;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #headmaster .headmaster-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
    padding: 0 5vw;
    margin: 0 auto;
    max-width: 1900px;
    margin-bottom: clamp(90px, 11.7vw, 180px);
  }
}
#headmaster .headmaster-inner .headmaster-img {
  margin: 0 auto;
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  #headmaster .headmaster-inner .headmaster-img {
    margin: clamp(30px, 3.9vw, 60px) 0 0 clamp(30px, 3.9vw, 60px);
    width: 34vw;
    height: 34vw;
    max-width: 550px;
    max-height: 550px;
  }
}
#headmaster .headmaster-inner .headmaster-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transform: scaleX(-1) scale(1.6);
  position: relative;
  top: 20%;
  left: -30%;
}
@media screen and (min-width: 769px) {
  #headmaster .headmaster-inner .headmaster-text {
    text-align: left;
  }
}
#headmaster .headmaster-inner .headmaster-text .pink {
  color: #e63557;
  font-size: clamp(2.1rem, 5.6vw, 4rem);
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  #headmaster .headmaster-inner .headmaster-text .pink {
    font-size: clamp(2.5rem, 3.25vw, 4.5rem);
  }
}
#headmaster .headmaster-inner .headmaster-text p {
  font-size: clamp(1.2rem, 3.2vw, 3rem);
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  #headmaster .headmaster-inner .headmaster-text p {
    font-size: clamp(1.4rem, 1.82vw, 3.2rem);
  }
}
#headmaster .headmaster-inner .headmaster-text .name {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  #headmaster .headmaster-inner .headmaster-text .name {
    margin-top: 1em;
  }
}
#headmaster .decoration img {
  vertical-align: bottom;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

#back-c-g {
  background-color: #ddebde;
}

footer {
  background-color: #d2e8eb;
}
footer .white {
  background-color: #ffffff;
}
footer .white p {
  font-size: clamp(0.9rem, 2.4vw, 2rem);
  text-align: left;
  margin-left: 8vw;
}
@media screen and (min-width: 769px) {
  footer .white p {
    margin-left: 11vw;
  }
}
footer .white dl {
  display: flex;
  border-top: solid 2px #888888;
}
footer .white dl dt,
footer .white dl dd {
  padding: clamp(13px, 3.4vw, 26px) 0;
  font-size: clamp(1.2rem, 3.2vw, 2.2rem);
}
@media screen and (min-width: 769px) {
  footer .white dl dt,
  footer .white dl dd {
    font-size: clamp(2.3rem, 2.9vw, 3rem);
    padding: clamp(20px, 2.6vw, 40px) 0;
  }
}
footer .white dl dt {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .white dl dd {
  text-align: left;
}
footer .white dl dd ul {
  list-style: none;
  line-height: 1.6;
}
footer .white dl dd ul li {
  text-align: left;
}
footer .white dl dd small {
  display: inline-block;
  margin-top: 20px;
  font-size: clamp(0.9rem, 2.4vw, 2rem);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  footer .white dl dd small {
    margin-top: clamp(20px, 2.6vw, 40px);
  }
}
footer .white dl dd .min-text {
  font-size: clamp(0.9rem, 2.4vw, 2rem);
  line-height: 0.9;
}
footer .footer-bottom .bottom-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding-top: clamp(40px, 10.6vw, 80px);
  margin: 0 auto clamp(50px, 13.3vw, 200px);
  width: 95%;
}
footer .footer-bottom .bottom-list .bottom-item a {
  background-color: #f4b716;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  font-size: clamp(1.3rem, 3.4vw, 3rem);
  filter: drop-shadow(0.15em 0.15em 0.15em #4e4e4e);
}
footer .footer-bottom .bottom-list .bottom-item a span {
  font-size: clamp(0.9rem, 2.4vw, 2.5rem);
}
footer .footer-bottom a {
  display: inline-block;
  text-decoration: none;
  background-color: #f89e00;
  color: #fff;
  font-size: clamp(0.8rem, 2.13vw, 2rem);
  padding: clamp(8px, 2.1vw, 18px) clamp(6px, 1.7vw, 12px);
  margin-bottom: clamp(20px, 5.3vw, 60px);
}
@media screen and (min-width: 769px) {
  footer .footer-bottom a {
    max-width: 270px;
  }
}
footer .footer-bottom .footer-img {
  width: 27%;
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: clamp(40px, 10.6vw, 80px);
}
@media screen and (min-width: 769px) {
  footer .footer-bottom .footer-img {
    max-width: 270px;
  }
}
footer .copy {
  font-size: 1.2rem;
}/*# sourceMappingURL=base.css.map */