/* type
======================================= */
.type__inner {
  padding-top: 5em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .type__inner {
    padding-top: 3.75em;
    padding-bottom: 2.5rem;
  }
}
.type__table {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 2.5em 0;
  margin-bottom: 3.125em;
  position: relative;
  overflow: scroll;
}
@media (max-width: 768px) {
  .type__table {
    margin-bottom: 1.875em;
  }
}
.type__table::before {
  content: "";
  display: block;
  width: 25%;
  min-width: 250px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 6px solid #007CCF;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .type__table::before {
    min-width: 200px;
  }
}
.type__table table {
  min-width: 1000px;
}
@media (max-width: 768px) {
  .type__table table {
    min-width: 800px;
  }
}
.type__table table th {
  width: 25%;
  border-bottom: 1px solid #EAEEF2;
  border-right: 1px dashed #EAEEF2;
}
.type__table table th:last-child {
  border-right: none;
}
.type__table table th .name {
  font-size: 0.875em;
  font-weight: 500;
  color: #007CCF;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 1em;
  margin-bottom: 1em;
}
.type__table table th .name span {
  font-size: 2.5rem;
  line-height: 1.4;
}
.type__table table th .name img {
  width: 100%;
  max-width: 252px;
  height: auto;
}
.type__table table th .text {
  text-align: left;
  font-weight: 500;
  padding: 1.25em;
}
@media (max-width: 768px) {
  .type__table table th .text {
    padding: 1em;
    font-size: 0.875em;
  }
}
.type__table table th .text.--blue {
  background-color: #007CCF;
  color: #fff;
}
.type__table table td {
  text-align: center;
  padding: 1.5em 0.5em;
  border-right: 1px dashed #EAEEF2;
}
@media (max-width: 768px) {
  .type__table table td {
    padding: 1em 0.5em;
  }
}
.type__table table td:last-child {
  border-right: none;
}
.type__table table td .title {
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .type__table table td .title {
    font-size: 0.875em;
  }
}
.type__table table td .shortcode-star-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.52vw;
}
.type__table table td .dashicons::before {
  font-size: clamp(1.25em, 2vw, 2.3rem);
}
.type__table table td .text {
  font-size: 1.5rem;
  color: #007CCF;
  font-weight: 600;
}
@media (max-width: 768px) {
  .type__table table td .text {
    font-size: 1rem;
  }
}
.type__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.25%;
}
@media (max-width: 768px) {
  .type__btns {
    flex-direction: column;
    gap: 1.875em;
  }
}

/* features
======================================= */
.features__inner {
  padding-top: 3.75em;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .features__inner {
    padding-top: 3.75em;
    padding-bottom: 2.5rem;
  }
}
.features__list {
  margin-bottom: 5em;
}
.features__item {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .features__item {
    flex-direction: column;
  }
}
.features__item:nth-child(n+2) {
  margin-top: 5em;
}
@media (max-width: 768px) {
  .features__item:nth-child(n+2) {
    margin-top: 3em;
  }
}
.features__item:nth-child(2n) .features__item-inner {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .features__item:nth-child(2n) .features__item-inner {
    flex-direction: column;
  }
}
.features__item-inner {
  display: flex;
  margin-bottom: 3.125em;
}
@media (max-width: 1024px) {
  .features__item-inner {
    flex-direction: column;
    margin-bottom: 1.875em;
  }
}
.features__item-btns {
  display: flex;
  justify-content: center;
  gap: 6.25%;
}
@media (max-width: 768px) {
  .features__item-btns {
    flex-direction: column;
    align-items: center;
    gap: 1.875em;
  }
}
.features__image, .features__right {
  width: 50%;
}
@media (max-width: 1024px) {
  .features__image, .features__right {
    width: 100%;
  }
}
.features__right {
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
@media (max-width: 768px) {
  .features__right {
    padding: 1.75rem 1.25rem;
  }
}
.features__heading {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .features__heading {
    margin-bottom: 1.5rem;
  }
}
.features__heading::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: #49A3BA;
  border-radius: 50%;
}
.features__catch {
  font-size: 1.5em;
  margin-bottom: 1.5rem;
  line-height: 1.667;
}
@media (max-width: 1024px) {
  .features__catch {
    font-size: 1.25em;
  }
}
.features__text {
  font-weight: 500;
}
.features__list {
  margin-top: 1.5em;
}
.features__btn {
  margin: auto;
}

.voice__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .voice__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* faq
======================================= */
.faq__inner {
  padding-top: 3.75em;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .faq__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5em;
  }
}
.faq__container {
  background-color: #fff;
  padding: 5em 1.25em;
  border-radius: 10px;
  margin-bottom: 3.125em;
}
@media (max-width: 768px) {
  .faq__container {
    padding: 2.5rem 1.25rem;
  }
}
.faq__list {
  max-width: 879px;
  margin: auto;
}
.faq__item {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #007CCF;
  cursor: pointer;
  overflow: hidden;
}
.faq__item:nth-child(n+2) {
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .faq__item:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.faq__item.is-open .faq__item-question {
  background-color: #007CCF;
}
.faq__item.is-open .faq__item-question-text {
  color: #fff;
}
.faq__item.is-open .faq__item-question-btn {
  background-color: #fff;
  transform: rotate(180deg);
}
.faq__item.is-open .faq__item-question-btn::before {
  border-right: 2px solid #007CCF;
  border-bottom: 2px solid #007CCF;
}
@media (max-width: 768px) {
  .faq__item.is-open .faq__item-question-btn::before {
    transform: translate(-1px, -1px) rotate(45deg);
  }
}
.faq__item-question-text {
  font-weight: 600;
  color: #007CCF;
  line-height: 1.6875;
  padding: 1.375rem 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .faq__item-question-text {
    font-size: 0.875em;
    padding: 1em;
  }
}
.faq__item-question-btn {
  display: block;
  width: 29.5px;
  height: 29.5px;
  flex-shrink: 0;
  background-color: #007CCF;
  border: 1px solid #007CCF;
  border-radius: 15px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .faq__item-question-btn {
    width: 24px;
    height: 24px;
  }
}
.faq__item-question-btn::before {
  position: absolute;
  top: 7px;
  left: 9px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .faq__item-question-btn::before {
    top: 6px;
    left: 7.5px;
    width: 8px;
    height: 8px;
  }
}
.faq__item-answer {
  display: none;
  padding: 2.5em 1.875em;
}
@media (max-width: 768px) {
  .faq__item-answer {
    font-size: 0.875em;
    padding: 1em;
  }
}
.faq__btn {
  margin: 3.125em auto 0;
}
@media (max-width: 768px) {
  .faq__btn {
    margin-top: 1.875em;
  }
}
