.ttl_ub {
  font-size: clamp(16px, 1.7vw, 25px);
}

.commonWidth > .ttl_ub {
  margin-bottom: 100px;
  font-size: 30px;
}

.about {
  margin-bottom: 100px;
}
.about .slider {
  max-width: 1100px;
  margin: 0 auto 40px;
}
.about .slider .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
.about .slider .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.about .slider .swiper-pagination {
  position: relative;
  margin-top: 20px;
  bottom: 0;
}
.about .slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  background-color: #d9d9d9;
}
.about .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #01adbc;
}
.about .slider .swiper-button-next {
  width: 70px;
  height: 70px;
  background-color: #cbeef1;
  border-radius: 50%;
  top: 45%;
  right: 178px;
}
.about .slider .swiper-button-next:after {
  font-size: 18px;
  color: #000000;
}
.about .slider .swiper-button-prev {
  width: 70px;
  height: 70px;
  background-color: #cbeef1;
  border-radius: 50%;
  top: 45%;
  left: 178px;
}
.about .slider .swiper-button-prev:after {
  font-size: 18px;
  color: #000000;
}

@media only screen and (max-width: 1200px) {
  .about .slider .swiper-button-next {
    right: 15%;
  }
  .about .slider .swiper-button-prev {
    left: 15%;
  }
}
@media only screen and (max-width: 920px) {
  .about {
    margin-bottom: 80px;
  }
  .about .slider {
    margin-bottom: 40px;
    width: 100%;
  }
  .about .slider .swiper .swiper-wrapper .swiper-slide {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .about .slider .swiper .swiper-pagination {
    margin-top: 0px;
    bottom: 0;
  }
  .about .slider .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
  .about .slider .swiper .swiper-button-next {
    width: 45px;
    height: 45px;
    top: 45%;
    right: 0;
    opacity: 0.8;
  }
  .about .slider .swiper .swiper-button-next:after {
    font-size: 18px;
    color: #000000;
  }
  .about .slider .swiper .swiper-button-prev {
    width: 45px;
    height: 45px;
    top: 45%;
    left: 0;
    opacity: 0.8;
  }
  .about .slider .swiper .swiper-button-prev:after {
    font-size: 18px;
    color: #000000;
  }
}
.staff .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5%;
  margin-bottom: 100px;
}
.staff .wrap .content img {
  width: 100%;
  margin-bottom: 12px;
}
.staff .wrap .content .txt .name {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}
.staff .wrap .content .txt .name h4 {
  font-size: clamp(14px, 1.25vw, 18px);
}
.staff .wrap .content .txt .name span {
  font-family: "Libre Baskerville", serif;
  font-size: 11px;
  color: #209cc6;
}
.staff .wrap .content .txt > p {
  font-size: clamp(14px, 1.04vw, 15px);
  line-height: 1.7em;
}

.hoken {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 8%;
  margin-bottom: 100px;
}
.hoken img {
  margin-bottom: 10px;
  width: 100%;
}
.hoken p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0em;
}

.information {
  margin-bottom: 100px;
}
.information .content {
  margin-bottom: 60px;
}
.information .content .list {
  padding: 18px 0;
  border-bottom: 1px solid #aaa;
  display: grid;
  grid-template-columns: 162px 1fr;
  align-items: baseline;
}
.information .content .list h4 {
  padding: 0 18px;
  color: #209cc6;
  font-size: clamp(14px, 1.11vw, 16px);
}
.information .content .list p {
  width: 100%;
  font-size: clamp(14px, 1.04vw, 15px);
}
.information iframe {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 767px) {
  .commonWidth > .ttl_ub {
    margin-bottom: 40px;
  }
  .ttl_ub {
    font-size: 22px;
  }
  .about > p {
    font-size: 15px;
  }
  .staff .wrap {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 80px;
  }
  .staff .wrap .content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .staff .wrap .content img {
    margin-bottom: 0px;
  }
  .staff .wrap .content .txt .name {
    gap: 12px;
    margin-bottom: 3px;
  }
  .staff .wrap .content .txt .name h4 {
    font-size: 18px;
    line-height: 1em;
  }
  .staff .wrap .content .txt > p {
    font-size: 13px;
    line-height: 1.7em;
  }
  .hoken {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    margin-bottom: 80px;
  }
  .hoken img {
    margin-bottom: 4px;
  }
  .information {
    margin-bottom: 0px;
  }
  .information .content {
    margin-bottom: 40px;
  }
  .information .content .list {
    padding: 18px 0;
    border-bottom: 1px solid #aaa;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
  .information .content .list h4 {
    padding: 0;
  }
  .information iframe {
    height: 230px;
  }
}/*# sourceMappingURL=style.css.map */