@charset "UTF-8";
.first-section {
  padding-top: 200px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: -200px;
  background: rgb(var(--v-theme-surface));
}
.first-section .sologo-subtitle-1 {
  color: rgb(var(--v-theme-gray));
  margin: 0px 50px 25px;
}

@media (max-width: 599.98px) {
  .first-section {
    margin: 0;
    padding: 0px 10px;
  }
  .first-section .sologo-h1 {
    padding: 0 10px !important;
    font-size: 2.875rem;
    line-height: 1.3;
  }
  .first-section .sologo-subtitle-1 {
    margin: 0 0 70px;
    font-size: 1.25rem;
  }
  .first-section .search-area {
    width: 90%;
  }
  .first-section .search-area .sologo-btn .v-btn__append {
    margin-left: 10px;
  }
}
.logolist-section {
  margin-top: 20px;
}
.logolist-section .tit {
  padding-top: 80px;
  padding-bottom: 20px;
}
.logolist-section .logolist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 30px;
}

@media (max-width: 1279.98px) {
  .logolist-section .logolist {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }
}
@media (max-width: 959.98px) {
  .logolist-section .logolist {
    gap: 20px;
  }
}
@media (max-width: 599.98px) {
  .logolist-section {
    overflow: hidden;
  }
  .logolist-section .logolist {
    margin-top: 24px !important;
  }
}
@media (max-width: 599.98px) {
  .first-section .search-area {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 959.98px) {
  .first-section .search-area {
    width: 75%;
  }
}
.second-section {
  background: rgb(var(--v-theme-surface));
}
.second-section .free-to-try {
  margin-top: 20px;
}
.second-section .info {
  padding-top: 20px;
}
.second-section .info .key-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgb(var(--v-theme-gray));
}
.second-section .info .key-list .panel-title {
  padding: 20px;
  padding-left: 0px;
  padding-top: 18px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}
.second-section .info .key-list .panel-text {
  padding: 0px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.second-section .info .key-list .panel-text .v-expansion-panel-text__wrapper {
  padding: 0px;
}
.second-section .info .key-list li {
  display: flex;
  align-items: center;
}
.second-section .info .key-list li::before {
  content: "•";
  font-size: 0.8em;
  margin-left: 0.4em;
  margin-right: 0.7em;
}
.second-section .info .key-list .v-expansion-panel::after {
  opacity: 0;
}
.second-section .info .key-list .v-expansion-panel-title__overlay {
  background: transparent !important;
  display: none;
}
.second-section .banner {
  padding-top: 20px;
  margin-bottom: -16px;
  max-height: 465px;
  overflow: hidden;
}
.second-section-sm .info, .second-section-xs .info {
  padding-bottom: 0px;
}

.tag-selector .v-chip {
  --v-chip-height: 40px;
  font-size: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 20px;
}
.tag-selector .v-chip.active {
  border-color: rgb(var(--v-theme-gray-dark));
  background: rgb(var(--v-theme-gray-dark));
  color: #fff;
}

@media (max-width: 959.98px) {
  .second-section .info {
    padding-bottom: 0px;
  }
}/*# sourceMappingURL=tag.css.map */