@charset "UTF-8";
.first-section {
  padding-top: 284px;
  padding-bottom: 0px;
  margin-top: -200px;
  background: rgb(var(--v-theme-surface));
}
.first-section .sologo-subtitle-1 {
  color: rgb(var(--v-theme-gray));
  margin: 0px 50px 70px;
}
.first-section .search-area {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 600px) and (max-width: 959.98px) {
  .first-section .search-area {
    width: 75%;
  }
  .first-section .sologo-h1 {
    padding: 0 !important;
  }
}
@media (max-width: 599.98px) {
  .first-section {
    margin: 0;
    padding: 20px 10px;
  }
  .first-section .sologo-h1 {
    padding: 0 !important;
  }
  .first-section .sologo-subtitle-1 {
    margin: 0 0 40px;
    font-size: 1rem;
  }
  .first-section .search-area {
    width: 100%;
  }
  .first-section .search-area .sologo-btn .v-btn__append {
    margin-left: 10px;
  }
}
.second-section {
  background: rgb(var(--v-theme-surface));
  height: 740px;
  margin-top: 20px;
  overflow: hidden;
}
.second-section.reverse {
  height: 700px;
}
.second-section.reverse .col-1 {
  order: 100;
}
.second-section.reverse .col-2 {
  order: -100;
}
.second-section .info {
  padding-top: 40px;
  padding-bottom: 40px;
}
.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 .info dl.features dt {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 700;
}
.second-section .info dl.features dt h3 {
  font-size: 1em;
}
.second-section .info dl.features dt h3 a {
  text-decoration: none;
  color: inherit;
}
.second-section .info dl.features dd {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #6e6e6e;
  margin-bottom: 1em;
}

@media (max-width: 959.98px) {
  .second-section {
    height: auto;
  }
  .second-section.reverse .col-1 {
    order: -100;
  }
  .second-section.reverse .col-2 {
    order: 100;
  }
  .second-section .info {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .second-section .sologo-parallax {
    height: 60vh !important;
  }
}
.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;
}

.logolist-section {
  margin-top: 20px;
  padding-bottom: 40px;
  background: rgb(var(--v-theme-surface));
}
.logolist-section .tit {
  padding-top: 80px;
  padding-bottom: 20px;
}
.logolist-section .v-chip {
  margin-bottom: 8px;
}
.logolist-section .logolist {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

@media (max-width: 1279.98px) {
  .logolist-section .logolist {
    gap: 30px;
  }
}
@media (max-width: 959.98px) {
  .logolist-section {
    padding-bottom: 30px;
  }
  .logolist-section .tit {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .logolist-section .logolist {
    gap: 20px;
  }
  .logolist-section .logolist :nth-child(n+7) {
    display: none;
  }
}
.review-section .review-item {
  width: 284px;
}

@media (max-width: 1439.98px) {
  .review-section .review-item {
    width: 322.6666666667px;
  }
}
@media (max-width: 1279.98px) {
  .review-section .review-item {
    width: calc((100vw - 72px - 104px - 96px) / 3);
  }
}
@media (max-width: 959.98px) {
  .review-section .review-item {
    width: calc((100vw - 32px - 32px - 80px) / 2);
  }
}
@media (max-width: 768px) {
  .review-section .review-item {
    width: calc((100vw - 32px - 16px - 80px) / 1);
  }
}
.v-card .more-link {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.v-card .more-link:hover {
  color: #333333;
}/*# sourceMappingURL=index.css.map */