html {
  font-size: 62.5%;
}

body {
  background: #ffffe0;
  overflow-x: hidden;
}
body img {
  width: 100%;
  vertical-align: bottom;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body ul,
body li,
body a,
body dl,
body dt,
body dd,
body div {
  font-family: "bokutoh-rera", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body h2 {
  color: #e77816;
}
body p {
  color: #4b4b4b;
  line-height: 1.5;
}
body .dis-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  body .dis-pc {
    display: block;
  }
}
body .dis-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  body .dis-sp {
    display: none;
  }
}
body header {
  position: relative;
}
body header .menu {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  body header .menu {
    background-color: #fff;
    padding: 15px 20px;
  }
}
body header .menu .head-logo {
  width: clamp(150px, 19.5vw, 250px);
  margin-left: clamp(10px, 1.35vw, 30px);
}
body header .menu .head-logo .img {
  display: inline-block;
  width: 100%;
}
body header .menu input {
  display: none;
}
body header .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) {
  body header .menu nav {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: static;
  }
}
body header .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) {
  body header .menu nav .menu-list {
    flex-direction: row;
    justify-content: space-around;
    height: auto;
    padding: 0;
  }
}
body header .menu nav .menu-list li {
  border-bottom: solid 1px #ffffff;
  margin: 0 40px;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  body header .menu nav .menu-list li {
    border-bottom: none;
    padding: 0;
    margin: 0 10px;
  }
}
body header .menu nav .menu-list li a {
  font-size: 2rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #d06e10;
}
@media screen and (min-width: 769px) {
  body header .menu nav .menu-list li a {
    font-size: clamp(1.2rem, 1.5vw, 1.9rem);
    color: #d06e10;
  }
}
body header .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: 100;
  top: 10px;
  right: 10px;
  box-shadow: 0px 0px 15px rgb(134, 134, 134);
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  body header .menu .menu-icon {
    display: none;
  }
}
body header .menu .menu-icon .navicon,
body header .menu .menu-icon .navicon:before,
body header .menu .menu-icon .navicon:after {
  content: "";
  display: block;
  height: 3px;
  width: 38px;
  border-radius: 3px;
  background: #a0a0a0;
  transition: 0.5s;
  position: absolute;
}
body header .menu .menu-icon .navicon:before {
  bottom: 13px;
}
body header .menu .menu-icon .navicon:after {
  top: 13px;
}
body header .menu #menu-icon:checked ~ .menu-icon .navicon {
  background: rgba(255, 255, 255, 0);
}
body header .menu #menu-icon:checked ~ .menu-icon .navicon:before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #929292;
}
body header .menu #menu-icon:checked ~ .menu-icon .navicon:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #8b8b8b;
}
body header .menu #menu-icon:checked ~ nav {
  top: 0;
}
body header .logo {
  padding: clamp(70px, 18.6vw, 120px) 0 clamp(30px, 8vw, 50px);
  background-image: url("../../img/chikusi/stars-left.png"), url("../../img/chikusi/star-rigth.png");
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: clamp(145px, 38.66vw, 570px), clamp(145px, 38.66vw, 570px);
  text-align: center;
}
@media screen and (min-width: 769px) {
  body header .logo {
    padding: 140px 0 120px;
  }
}
body header .logo img {
  text-align: center;
  margin: 0 auto;
  width: 55%;
}
@media screen and (min-width: 769px) {
  body header .logo img {
    width: 45%;
  }
}
body .slide-inner {
  padding: 0 15vw;
}
body .slide-inner .slide-list {
  margin: 0 auto clamp(50px, 13.3vw, 150px);
}
@media screen and (min-width: 769px) {
  body .slide-inner .slide-list {
    margin-bottom: clamp(50px, 6.5vw, 100px);
    max-width: 1150px;
  }
}
body .slide-inner .slide-list img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
}
body .slide-inner .slide-list .slick-dots {
  bottom: clamp(-37px, -9.7vw, -300px);
}
body .slide-inner .slide-list .slick-dots li {
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  body .slide-inner .slide-list .slick-dots li {
    margin: 0 10px;
  }
}
body .slide-inner .slide-list .slick-dots li button::before {
  font-size: clamp(1rem, 2.6vw, 1.5rem);
  color: #d06e10;
  opacity: 0.9;
}
body main .warper {
  max-width: 1980px;
  margin: 0 auto;
}
body main .warper #top {
  position: relative;
  margin: 0 calc(50% - 50vw);
}
body main .warper #top h1 {
  margin-bottom: clamp(60px, 7.8vw, 130px);
}
body main .warper #top h1 img {
  width: 100%;
  height: clamp(240px, 64vw, 500px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  body main .warper #top h1 img {
    height: clamp(510px, 66.3vw, 1100px);
  }
}
body main .warper #top h1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 136, 0, 0.384);
  pointer-events: none;
}
body main .warper #about {
  max-width: 1980px;
  text-align: center;
  margin: 0 auto;
}
body main .warper #about h2 {
  font-size: clamp(2.7rem, 7.2vw, 6rem);
  display: inline-block;
  background-image: url(/img/chikusi/title_border.png);
  background-position: center bottom;
  background-size: 100%;
  margin: 0 auto clamp(20px, 5.33vw, 50px);
  padding: clamp(40px, 10.6vw, 50px) clamp(13px, 3.46vw, 40px) clamp(13px, 3.46vw, 35px);
}
@media screen and (min-width: 769px) {
  body main .warper #about h2 {
    font-size: clamp(4.3rem, 5.5vw, 6rem);
    padding: clamp(40px, 10.6vw, 50px) clamp(13px, 3.46vw, 40px) clamp(13px, 3.46vw, 40px);
  }
}
body main .warper #about p {
  text-align: center;
  font-size: clamp(1.4rem, 3.73vw, 2.9rem);
  line-height: 1.5;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  body main .warper #about p {
    line-height: 1.8;
    font-size: clamp(2.2rem, 2.86vw, 2.5rem);
  }
}
body main .warper #about .childs {
  margin-top: 120px;
}
body main .warper #about .childs img {
  width: 80%;
}
body main .warper #map {
  text-align: center;
  margin-bottom: clamp(25px, 6.6vw, 50px);
}
body main .warper #map h2 {
  font-size: clamp(2.7rem, 7.2vw, 6rem);
  display: inline-block;
  background-image: url(/img/chikusi/title_border.png);
  background-position: center bottom;
  background-size: 100%;
  margin: 0 auto clamp(20px, 5.33vw, 50px);
  padding: clamp(40px, 10.6vw, 50px) clamp(13px, 3.46vw, 40px) clamp(13px, 3.46vw, 35px);
}
@media screen and (min-width: 769px) {
  body main .warper #map h2 {
    font-size: clamp(4.3rem, 5.5vw, 6rem);
    padding: clamp(40px, 10.6vw, 50px) clamp(13px, 3.46vw, 40px) clamp(13px, 3.46vw, 40px);
  }
}
body main .warper #map .slide-inner .slide-list {
  background-color: #fff;
}
body main .warper #map .slide-inner .slide-list .slick-track {
  display: flex;
  align-items: center;
}
body main .warper #map .slide-inner .slide-list .slick-track li img {
  width: 100%;
}
body main .warper #map .slide-inner .slide-list .slick-track li .map01 {
  aspect-ratio: auto;
}
body main .warper #map .slide-inner .slide-list .slick-track li .map02 {
  aspect-ratio: auto;
}
body main .warper #map p {
  font-size: clamp(1.4rem, 3.73vw, 2.9rem);
  line-height: 1.5;
  padding: 70px 30px 0;
}
@media screen and (min-width: 769px) {
  body main .warper #map p {
    font-size: clamp(2.2rem, 2.86vw, 2.5rem);
  }
}
body main .warper #staff {
  text-align: center;
  padding: 0 0 0 9vw;
}
@media screen and (min-width: 769px) {
  body main .warper #staff {
    padding: 0 10vw;
    margin: 0 auto;
  }
}
body main .warper #staff h2 {
  text-align: center;
  font-size: clamp(2.7rem, 7.2vw, 6rem);
  display: inline-block;
  background-image: url(/img/chikusi/title_border.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 75%;
  margin: 0 auto clamp(130px, 34.4vw, 180px);
  padding: clamp(40px, 10.6vw, 50px) clamp(13px, 3.46vw, 40px) clamp(13px, 3.46vw, 35px);
}
@media screen and (min-width: 769px) {
  body main .warper #staff h2 {
    font-size: clamp(4.3rem, 5.5vw, 6rem);
    padding: clamp(40px, 10.6vw, 50px) clamp(13px, 3.46vw, 40px) clamp(13px, 3.46vw, 40px);
  }
}
body main .warper #staff .card-list .card-item {
  position: relative;
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
body main .warper #staff .card-list .card-item .img-panel {
  position: relative;
  z-index: 1;
  width: 55%;
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-item .img-panel {
    width: 40%;
  }
}
body main .warper #staff .card-list .card-item .img-panel .img {
  overflow: hidden;
}
body main .warper #staff .card-list .card-item .img-panel .img img {
  aspect-ratio: 12/10;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
body main .warper #staff .card-list .card-item .img-panel .panel-sticky {
  position: absolute;
  top: -5%;
  left: -5%;
  display: inline-block;
  z-index: 999;
  color: #000;
  font-size: clamp(1.4rem, 3.7vw, 2.8rem);
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-item .img-panel .panel-sticky {
    font-size: clamp(1.5rem, 1.95vw, 3rem);
  }
}
body main .warper #staff .card-list .card-item .img-panel .panel-sticky::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
body main .warper #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) {
  body main .warper #staff .card-list .card-item .memo-text {
    position: static;
    font-size: clamp(1.6rem, 2vw, 3.2rem);
  }
}
body main .warper #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;
}
body main .warper #staff .card-list .card-01 {
  padding-left: 4vw;
  margin-bottom: clamp(220px, 58.6vw, 440px);
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-01 {
    padding: 0;
    margin-bottom: clamp(100px, 13vw, 200px);
  }
}
body main .warper #staff .card-list .card-01 .img-panel .img {
  transform: rotate(-2deg);
}
body main .warper #staff .card-list .card-01 .img-panel .img img {
  -o-object-position: 0 30%;
     object-position: 0 30%;
}
body main .warper #staff .card-list .card-01 .img-panel .panel-sticky {
  transform: rotate(-11deg);
  top: -20%;
  left: -10%;
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-01 .img-panel .panel-sticky {
    top: -10%;
    left: -10%;
  }
}
body main .warper #staff .card-list .card-01 .img-panel .panel-sticky::before {
  background-image: url(/img/chikusi/label01.png);
  width: clamp(210px, 56vw, 420px);
  height: clamp(135px, 36vw, 270px);
  transform: rotate(17deg);
  top: -350%;
  left: -11%;
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-01 .img-panel .panel-sticky::before {
    width: clamp(220px, 28.6vw, 440px);
    height: clamp(120px, 15.6vw, 240px);
    top: -300%;
    left: -8%;
  }
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-01 .memo-text {
    padding-left: 6vw;
  }
}
body main .warper #staff .card-list .card-01 .memo-text::before {
  background-image: url(/img/chikusi/memo.png);
  width: 110%;
  height: 160%;
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-01 .memo-text::before {
    width: clamp(280px, 36.4vw, 580px);
    height: clamp(180px, 23.4vw, 520px);
    left: 74%;
  }
}
body main .warper #staff .card-list .card-02 {
  padding-left: 2vw;
  margin-bottom: clamp(290px, 77.3vw, 580px);
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-02 {
    padding: 0;
    margin-bottom: clamp(90px, 11.7vw, 180px);
  }
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-02 .img-panel {
    margin-bottom: 30px;
  }
}
body main .warper #staff .card-list .card-02 .img-panel .img {
  transform: rotate(-2deg);
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-02 .img-panel .img {
    transform: rotate(6deg);
  }
}
body main .warper #staff .card-list .card-02 .img-panel .img img {
  -o-object-position: 0 24%;
     object-position: 0 24%;
  aspect-ratio: 12/11;
}
body main .warper #staff .card-list .card-02 .img-panel .panel-sticky {
  transform: rotate(-10deg);
  left: 20%;
  top: -10%;
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-02 .img-panel .panel-sticky {
    transform: rotate(0deg);
    left: 20%;
  }
}
body main .warper #staff .card-list .card-02 .img-panel .panel-sticky::before {
  background-image: url(/img/chikusi/label02.png);
  width: clamp(200px, 53.3vw, 400px);
  height: clamp(90px, 24vw, 180px);
  transform: rotate(12deg);
  top: -220%;
  left: -50%;
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-02 .img-panel .panel-sticky::before {
    width: clamp(230px, 29.9vw, 460px);
    height: clamp(100px, 13.3vw, 200px);
    left: -55%;
    top: -250%;
  }
}
body main .warper #staff .card-list .card-02 .memo-text {
  top: 115%;
  transform: rotate(5deg);
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-02 .memo-text {
    transform: rotate(-8deg);
    padding-right: 6vw;
  }
}
body main .warper #staff .card-list .card-02 .memo-text::before {
  background-image: url(/img/chikusi/memo02.png);
  width: 120%;
  height: 130%;
  transform: rotate(-4deg);
  top: -20%;
  left: -10%;
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-02 .memo-text::before {
    top: -25%;
    width: clamp(300px, 39vw, 600px);
    height: clamp(230px, 29.9vw, 460px);
  }
}
body main .warper #staff .card-list .card-03 {
  padding-left: 4vw;
  margin-bottom: clamp(230px, 61.3vw, 460px);
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-03 {
    margin-bottom: clamp(50px, 6.5vw, 100px);
  }
}
body main .warper #staff .card-list .card-03 .img-panel .img {
  transform: rotate(-2deg);
}
body main .warper #staff .card-list .card-03 .img-panel .img img {
  -o-object-position: 0 30%;
     object-position: 0 30%;
}
body main .warper #staff .card-list .card-03 .img-panel .panel-sticky {
  transform: rotate(-10deg);
  left: 0%;
  top: -20%;
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-03 .img-panel .panel-sticky {
    top: -10%;
  }
}
body main .warper #staff .card-list .card-03 .img-panel .panel-sticky::before {
  background-image: url(/img/chikusi/label03.png);
  width: clamp(150px, 40vw, 300px);
  height: clamp(90px, 24vw, 180px);
  transform: rotate(13deg);
  top: -80%;
  left: -30%;
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-03 .img-panel .panel-sticky::before {
    width: clamp(150px, 19.5vw, 300px);
    height: clamp(80px, 10.4vw, 160px);
    left: -25%;
    top: -60%;
  }
}
body main .warper #staff .card-list .card-03 .memo-text {
  top: 110%;
  left: 13%;
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-03 .memo-text {
    padding-left: 5vw;
  }
}
body main .warper #staff .card-list .card-03 .memo-text::before {
  background-image: url(/img/chikusi/memo03.png);
  width: clamp(290px, 77.3vw, 580px);
  height: 130%;
  left: 47%;
}
@media screen and (min-width: 769px) {
  body main .warper #staff .card-list .card-03 .memo-text::before {
    width: clamp(320px, 41.6vw, 640px);
    left: 75%;
  }
}
body main .warper #Headmaster {
  text-align: center;
  padding: 20px 0 0;
}
body main .warper #Headmaster h2 {
  font-size: clamp(2.7rem, 7.2vw, 6rem);
  display: inline-block;
  background-image: url(/img/chikusi/title_border.png);
  background-position: center bottom;
  background-size: 100%;
  margin: 0 auto clamp(20px, 5.33vw, 80px);
  padding: clamp(40px, 10.6vw, 50px) clamp(13px, 3.46vw, 40px) clamp(13px, 3.46vw, 35px);
}
@media screen and (min-width: 769px) {
  body main .warper #Headmaster h2 {
    font-size: clamp(4.3rem, 5.5vw, 6rem);
    padding: clamp(40px, 10.6vw, 50px) clamp(13px, 3.46vw, 40px) clamp(13px, 3.46vw, 40px);
  }
}
@media screen and (min-width: 769px) {
  body main .warper #Headmaster .headmaster-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
}
body main .warper #Headmaster .headmaster-content .img {
  margin-bottom: 20px;
}
body main .warper #Headmaster .headmaster-content .img img {
  border-radius: 50%;
  width: clamp(200px, 53.3vw, 400px);
  height: clamp(200px, 53.3vw, 400px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  body main .warper #Headmaster .headmaster-content .img img {
    width: 30vw;
    height: 30vw;
    max-width: 576px;
    max-height: 576px;
  }
}
body main .warper #Headmaster .headmaster-content .text {
  padding: 0 35px;
}
@media screen and (min-width: 769px) {
  body main .warper #Headmaster .headmaster-content .text {
    text-align: left;
    padding: 0;
  }
}
body main .warper #Headmaster .headmaster-content .text h3 {
  color: #ff2c5a;
  font-size: clamp(1.8rem, 4.8vw, 4rem);
  margin-bottom: clamp(10px, 2.6vw, 30px);
}
@media screen and (min-width: 769px) {
  body main .warper #Headmaster .headmaster-content .text h3 {
    font-size: clamp(2.4rem, 3.12vw, 4rem);
    text-align: center;
  }
}
body main .warper #Headmaster .headmaster-content .text p {
  font-size: clamp(1.4rem, 3.73vw, 2.4rem);
  margin-bottom: clamp(10px, 2.6vw, 20px);
}
@media screen and (min-width: 769px) {
  body main .warper #Headmaster .headmaster-content .text p {
    font-size: clamp(1.5rem, 1.6vw, 2.8rem);
    margin-right: 20px;
  }
}
body main .warper #Headmaster .decoration {
  margin: 0 calc(50% - 50vw);
}
body footer {
  background-position: top;
  background-size: contain;
  background-color: #fff;
}
body footer p {
  font-size: clamp(1rem, 2.6vw, 2rem);
  padding: 2px 0;
  padding-left: clamp(30px, 8vw, 60px);
}
body footer dl {
  display: flex;
  border-top: #8b8b8b 2px solid;
}
body footer dl dt,
body footer dl dd {
  padding: clamp(20px, 5.2vw, 40px) 0;
  font-size: clamp(1.2rem, 3.2vw, 2.3rem);
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  body footer dl dt,
  body footer dl dd {
    font-size: clamp(2.2rem, 2.8vw, 3rem);
  }
}
body footer dl dt {
  width: 100%;
}
body footer dl dt span {
  font-size: clamp(0.9rem, 2.4vw, 1.8rem);
}
@media screen and (min-width: 769px) {
  body footer dl dt span {
    font-size: clamp(1.8rem, 2.3vw, 2.5rem);
  }
}
body footer dl dt .space {
  display: inline-block;
  margin-top: 10px;
}
body footer dl dd {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body footer .blue {
  background-color: #d3e7eb;
  text-align: center;
}
body footer .blue ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding-top: clamp(40px, 10.6vw, 80px);
  margin: 0 auto clamp(50px, 13.3vw, 200px);
}
body footer .blue ul li a {
  font-size: clamp(1.3rem, 3.4vw, 3rem);
  background-color: #f4b716;
  color: #000;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 0 8px #7e7e7e;
  padding: 3px clamp(5px, 1.3vw, 15px);
  border-radius: 5px;
}
body footer .blue ul li a span {
  font-size: clamp(1rem, 2.6vw, 2.5rem);
}
body footer .blue a {
  text-decoration: none;
  display: inline-block;
  background-color: #f89e00;
  color: #fff;
  font-size: clamp(0.9rem, 2.4vw, 1.8rem);
  padding: clamp(8px, 2.1vw, 18px) clamp(6px, 1.7vw, 12px);
  margin-bottom: clamp(20px, 5.3vw, 60px);
}
@media screen and (min-width: 769px) {
  body footer .blue a {
    max-width: 270px;
  }
}
body footer .blue .footer-img {
  padding-bottom: clamp(30px, 8vw, 60px);
}
body footer .blue .footer-img img {
  width: 30%;
}
@media screen and (min-width: 769px) {
  body footer .blue .footer-img img {
    width: clamp(230px, 29vw, 290px);
  }
}
body footer .blue .copy {
  font-size: 1.2rem;
  padding: 0;
}/*# sourceMappingURL=style.css.map */