@charset "utf-8";
.slick-dots {
  bottom: 8%;
}
.slick-initialized .slick-slide {
  display: block;
}
.wrapper.img-hover img:hover {
  transform: scale(1.1);
  transition: 1s;
}
.da__works-body {
  margin: 30px -1% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sketchfab-embed-wrapper {
  flex-basis: calc(33.333% - 40px);
  max-width: 400px;
  box-sizing: border-box;
  margin: 10px;
  height: 0;
  padding-top: calc(33.333% - 40px);
  position: relative;
}
.sketchfab-embed-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .sketchfab-embed-wrapper {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 100%;
    margin: 2% 5%;
  }
}
.dcd__msg__note {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  width: 90%;
  padding: 10px;
  margin: 10px auto;
  list-style-type: none;
}
.note-embed {
  border: 0;
  display: block;
  width: calc(50% - 20px);
  padding: 0;
  margin: 10px;
  height: 230px;
  position: static;
  visibility: visible;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.note-embed:hover {
  transform: scale(1.03);
}
@media (max-width: 640px) {
  .note-embed {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    height: auto;
  }
}
.tel-box {
  display: flex;
  justify-content: center;
  align-content: center;
}
.tel-box-left {
  width: 20%;
}
.tel-box-right {
  width: 80%;
  padding-left: 0.5em;
}
.telsize {
  font-size: 35px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .telsize {
    font-size: 25px;
  }
}
.top__access__wrapper {
  display: flex;
  margin: 0 0 60px;
  padding: 0 0 40px;
}
.top__access__box {
  width: 50%;
  color: #333;
}
.top__access__title {
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.4em;
}
.top__access__head {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
.top__access__text {
  font-size: 14px;
  line-height: 1.8em;
  margin: 0 0 20px;
}
@media (max-width: 640px) {
  .top__access__box {
    width: 100%;
    color: #333;
  }
}
.top__access__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border: solid 0.5px #333;
  border-radius: 100px;
  width: 200px;
  height: 40px;
  margin: 20px auto 0;
  background: white;
}
.da__hero_logo3 img {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.da__hero_logo3_mb img {
  display: none;
}
.da__hero_logo img {
  display: block;
  margin: 0 auto;
  opacity: 50%;
  pointer-events: none;
}
@media (max-width: 769px) {
  .card-center {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .card-center {
    padding: 10px;
  }
}
