@charset "UTF-8";
/**
 * TOP改修用スタイル
 *
 * ビルド（テーマルート）: npm run build:revision
 */
.top_fv {
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.16);
  overflow: visible;
  background-image: url("../images/fv_bg_sp.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 24px 0 32px;
}
@media (min-width: 992px) {
  .top_fv {
    background-image: url("../images/fv_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.top_fv__inner {
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 15px;
}
.top_fv__heading {
  display: flex;
  justify-content: center;
  margin-bottom: 2.8125rem;
}
@media (max-width: 767.98px) {
  .top_fv__heading {
    margin-bottom: 1.71rem;
  }
}
.top_fv__heading img {
  width: 100%;
  max-width: 980px;
  height: auto;
  display: block;
}
.top_fv__panel {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  padding: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .top_fv__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.65fr);
    gap: 0;
    align-items: center;
    padding: 2.4375rem 5rem 3rem;
  }
}
.top_fv__content {
  display: grid;
  gap: 2rem;
  align-content: start;
}
@media (max-width: 767.98px) {
  .top_fv__content {
    gap: 0;
  }
}
.top_fv__cta {
  display: inline-block;
  max-width: 700px;
}
.top_fv__cta img {
  width: 100%;
  height: auto;
  display: block;
}
.top_fv__aside {
  display: grid;
  gap: 12px;
  margin-top: 12px;
  justify-items: center;
}
@media (max-width: 767.98px) {
  .top_fv__aside {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .top_fv__aside {
    margin-top: 0;
    grid-template-columns: 1fr;
    justify-items: end;
  }
}
.top_fv__points img, .top_fv__badges img, .top_fv__awards img {
  width: 100%;
  height: auto;
  display: block;
}
.top_fv__points img {
  max-width: 687px;
}
@media (max-width: 991.98px) {
  .top_fv__panel {
    width: calc(100% + 30px);
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .top_fv__cta, .top_fv__points img {
    max-width: none;
    width: 100%;
  }
}
.top_fv__badges img {
  max-width: 480px;
}
.top_fv__awards img {
  max-width: 450px;
}

.top_onayami .top_onayami_more {
  margin-top: 2.5em;
  padding: 2.5em 0 3em;
  background-color: #f5f5f5;
}
.top_onayami .top_onayami_more__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}
.top_onayami .top_onayami_more__frame {
  padding: 1.5em 1.25em;
  border: 2px solid #890000;
  background-color: #f5f5f5;
}
@media (max-width: 767.98px) {
  .top_onayami .top_onayami_more__frame {
    border: none;
    padding: 0;
  }
}
.top_onayami .top_onayami_more__frame-title {
  position: relative;
  margin: -2.15em auto 1em;
  width: fit-content;
  padding: 0.35em 1.25em;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
  color: #890000;
}
@media (max-width: 767.98px) {
  .top_onayami .top_onayami_more__frame-title {
    font-size: 1rem;
    line-height: 1.125;
    margin: 0;
    padding: 0;
  }
}
.top_onayami .top_onayami_more__wish-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75em;
}
@media (max-width: 767.98px) {
  .top_onayami .top_onayami_more__wish-list {
    gap: 0;
  }
}
.top_onayami .top_onayami_more__wish-item {
  padding: 0.75em 1em;
  background-color: #6f6f6f;
  color: #fff;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 700;
}
.top_onayami .top_onayami_more__frame-note {
  margin: 1em 0 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.125;
}
@media (max-width: 767.98px) {
  .top_onayami .top_onayami_more__frame-note {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
  }
}
.top_onayami .top_onayami_more__headline {
  margin: 1.5em 0 1em;
  padding: 0.9em 1em;
  background-color: #890000;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.175;
}
@media (max-width: 767.98px) {
  .top_onayami .top_onayami_more__headline {
    font-size: 1.3125rem;
    text-align: left;
    line-height: 1.5;
  }
}
.top_onayami .top_onayami_more__lead {
  margin: 2em 0 1.5em;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875;
}
@media (max-width: 767.98px) {
  .top_onayami .top_onayami_more__lead {
    font-size: 0.875rem;
    margin: 2em 0 2.5em;
  }
}
.top_onayami .top_onayami_more__lead--block-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  text-align: left;
}
.top_onayami .top_onayami_more__table-title {
  margin: 0 0 1em;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.125;
}
@media (max-width: 767.98px) {
  .top_onayami .top_onayami_more__table-title {
    text-align: left;
    line-height: 1.5;
  }
}
.top_onayami .top_onayami_more__table-wrap {
  padding-top: 1.5em;
  overflow-x: visible;
  overflow-y: visible;
}
.top_onayami .top_onayami_more__table {
  width: 100%;
  border: none !important;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background-color: #fff;
  overflow: visible;
}
.top_onayami .top_onayami_more__table :where(thead, tbody) :where(th, td) {
  border-width: 0;
  border-style: solid;
}
.top_onayami .top_onayami_more__th {
  padding: 1em 0.75em;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  vertical-align: middle;
}
.top_onayami .top_onayami_more__th--label {
  width: 23.6363636364%;
  background-color: #dddddd;
  border-style: solid;
  border-color: #c1c1c1;
  border-width: 1px 1px 0 1px;
}
.top_onayami .top_onayami_more__th--other {
  width: 38.1818181818%;
  background-color: #dddddd;
  border-style: solid;
  border-color: #c1c1c1;
  border-width: 1px 0 0 0;
}
.top_onayami .top_onayami_more__th--featured {
  width: 38.1818181818%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  vertical-align: bottom;
}
.top_onayami .top_onayami_more__th-featured-inner {
  display: block;
  position: relative;
  z-index: 0;
  margin-top: -1.25em;
  padding: 0.2em 0.75em 0.2em;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.32;
}
.top_onayami .top_onayami_more__th-featured-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2px;
  left: 0;
  background-color: #890000;
  border: 3px solid #890000;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom: none;
  z-index: -1;
}
.top_onayami .top_onayami_more__row-label {
  width: 23.6363636364%;
  padding: 1em 0.75em;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
  border-style: solid;
  border-color: #c1c1c1;
  border-width: 1px 1px 0 1px;
}
.top_onayami .top_onayami_more__cell {
  padding: 1em 0.75em;
  background-color: #fff;
  text-align: left;
  line-height: 1.6;
  vertical-align: top;
}
.top_onayami .top_onayami_more__cell--other {
  border-style: solid;
  border-color: #c1c1c1;
  border-width: 1px 0 0 0;
}
.top_onayami .top_onayami_more__cell--featured {
  border-style: solid;
  border-color: #c1c1c1 #890000 #890000 #890000;
  border-width: 1px 3px 0 3px;
}
.top_onayami .top_onayami_more__table tbody tr:last-child .top_onayami_more__row-label,
.top_onayami .top_onayami_more__table tbody tr:last-child .top_onayami_more__cell--other {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c1c1c1;
}
.top_onayami .top_onayami_more__table tbody tr:last-child .top_onayami_more__cell--featured {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #890000;
}
.top_onayami .top_onayami_more__cell-text {
  display: flex;
  align-items: center;
  gap: 0.35em;
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  .top_onayami .top_onayami_more__cell-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.top_onayami .top_onayami_more__cell-note {
  margin: 0.5em 0 0;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 767.98px) {
  .top_onayami .top_onayami_more__cell-note {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
.top_onayami .top_onayami_more__mark {
  display: inline-block;
  flex: 0 0 1.5em;
  width: 1.5em;
  text-align: center;
  margin-right: 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
.top_onayami .top_onayami_more__mark--ok {
  color: #707070;
}
.top_onayami .top_onayami_more__mark--ng {
  color: #707070;
}
.top_onayami .top_onayami_more__mark--good {
  color: #890000;
}
@media (max-width: 767.98px) {
  .top_onayami .top_onayami_more {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    padding: 2em 1em 2.5em;
  }
  .top_onayami .top_onayami_more__inner {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .top_onayami .top_onayami_more__wish-list {
    grid-template-columns: 1fr;
  }
  .top_onayami .top_onayami_more__wish-item {
    font-size: 0.95rem;
  }
  .top_onayami .top_onayami_more__table-wrap {
    padding-top: 0.75em;
    overflow-x: visible;
  }
  .top_onayami .top_onayami_more__th {
    padding: 0.6em 0.45em;
    font-size: 0.82rem;
    line-height: 1.55;
  }
  .top_onayami .top_onayami_more__th--label {
    width: 23.6363636364%;
  }
  .top_onayami .top_onayami_more__th--other {
    width: 38.1818181818%;
  }
  .top_onayami .top_onayami_more__th--featured {
    width: 38.1818181818%;
    padding: 0;
  }
  .top_onayami .top_onayami_more__row-label {
    width: 23.6363636364%;
  }
  .top_onayami .top_onayami_more__th-featured-inner {
    margin-top: -1.25em;
    padding: 1rem 1rem 1rem;
    font-size: 0.82rem;
    line-height: 1.32;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .top_onayami .top_onayami_more__row-label,
  .top_onayami .top_onayami_more__cell {
    padding: 0.6em 0.45em;
    font-size: 0.82rem;
    line-height: 1.55;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .top_onayami .top_onayami_more__mark {
    flex: 0 0 1.35em;
    width: 1.35em;
    font-size: 1.125rem;
  }
}

.top_kaiketsu {
  padding-top: 0;
  padding-bottom: 2rem;
}
.top_kaiketsu > h2 {
  text-align: center;
}
.top_kaiketsu .top_kaiketsu_lead {
  margin: 0 auto 2em;
  max-width: 850px;
  text-align: left;
  line-height: 1.6875;
}
.top_kaiketsu .top_kaiketsu_cards {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}
@media (min-width: 768px) {
  .top_kaiketsu .top_kaiketsu_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25em;
  }
}
.top_kaiketsu .top_kaiketsu_cards__item {
  height: 100%;
  margin: 0;
}
.top_kaiketsu .top_kaiketsu_card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 189px;
  height: 100%;
  overflow: hidden;
  color: #fff;
}
.top_kaiketsu .top_kaiketsu_card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.top_kaiketsu .top_kaiketsu_card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top_kaiketsu .top_kaiketsu_card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.61);
}
.top_kaiketsu .top_kaiketsu_card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25em 1em;
  text-align: center;
}
.top_kaiketsu .top_kaiketsu_card__title {
  margin: 0;
  padding-bottom: 0.65em;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.68;
}
.top_kaiketsu .top_kaiketsu_card__title::after {
  content: "";
  display: block;
  width: 2.5em;
  height: 1px;
  margin: 0.3em auto 0;
  background-color: #fff;
}
.top_kaiketsu .top_kaiketsu_card__text {
  margin: 0;
  font-size: 1rem;
  line-height: 2.3125;
  text-align: left;
}
@media (max-width: 767.98px) {
  .top_kaiketsu .top_kaiketsu_lead {
    margin-bottom: 1.5em;
    font-size: 0.95rem;
  }
  .top_kaiketsu .top_kaiketsu_card__body {
    padding: 1em 1rem;
  }
  .top_kaiketsu .top_kaiketsu_card__title {
    font-size: 1.3125rem;
  }
  .top_kaiketsu .top_kaiketsu_card__text {
    font-size: 0.875rem;
  }
}

.top_case .top_case_lead {
  margin: 0 auto 2em;
  max-width: 900px;
  text-align: left;
  line-height: 1.9;
}
.top_case .top_case_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2em;
  margin-top: 2em;
}
@media (min-width: 768px) {
  .top_case .top_case_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top_case .top_case_list .top_case_box {
  position: relative;
  margin-bottom: 0;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: opacity 0.2s;
}
.top_case .top_case_list .top_case_box:hover {
  opacity: 0.85;
}
.top_case .top_case_box__link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  text-decoration: none;
}
.top_case .top_case_box__link:focus-visible {
  outline: 2px solid var(--vk-color-primary);
  outline-offset: 2px;
}
.top_case .top_case_list .top_case_inner {
  padding: 0;
  background-image: none !important;
  background-color: #fff;
  margin-bottom: 0;
}
.top_case .top_case_list > p,
.top_case .top_case_box > p,
.top_case .top_case_compare > p:not([class]),
.top_case .top_case_compare__before > p:empty,
.top_case .top_case_compare__after > p:empty,
.top_case .top_case_inner > p:empty {
  display: none;
  margin: 0;
  padding: 0;
}
.top_case .top_case_list .top_case_inner h3 {
  padding: 1em 0.75em;
  text-align: center;
  margin-bottom: 0;
}
.top_case .top_case_compare {
  margin-bottom: 0;
}
.top_case .top_case_compare__before,
.top_case .top_case_compare__after {
  text-align: left;
  padding: 1em 1.25em;
}
.top_case .top_case_compare__label {
  margin: 0 0 0.5em;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.125;
}
.top_case .top_case_compare__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}
.top_case .top_case_compare__before {
  position: relative;
  background-color: #fff;
  padding-bottom: 1.25em;
}
.top_case .top_case_compare__before::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0;
  border-color: #fff transparent transparent;
  transform: translateX(-50%);
}
.top_case .top_case_compare__after {
  background-color: #890000;
  color: #fff;
  padding-top: 1.35em;
}
.top_case .top_case_compare__after .top_case_compare__label {
  color: #fff;
  opacity: 0.9;
}
.top_case .top_case_inner__image {
  line-height: 0;
  aspect-ratio: 364/221;
  overflow: hidden;
  padding: 0 1em;
}
.top_case .top_case_inner__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.top_case .top_case_inner__body {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.top_case .top_case_inner__body > p.top_case_inner_text {
  box-sizing: border-box;
  flex: none;
  background-color: #fff;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
  padding: 1em 1em 0.5em;
  margin-bottom: 0;
  height: 8rem;
  min-height: 8rem;
}
@media (max-width: 767.98px) {
  .top_case .top_case_inner__body > p.top_case_inner_text {
    font-size: 14px;
    height: auto;
    min-height: auto;
  }
}
.top_case .top_case_inner__body > p.top_case_inner_text span {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  color: #000;
  margin-bottom: 0.35em;
}
@media (max-width: 767.98px) {
  .top_case .top_case_inner__body > p.top_case_inner_text span {
    font-size: 14px;
  }
}
.top_case .top_case_inner__tags {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75em;
  list-style-type: none;
  padding: 0 1em 1em;
  margin-bottom: 0;
}
.top_case .top_case_inner__tags li {
  margin: 0;
  width: auto;
}
.top_case .top_case_inner__tags li span {
  background-color: #323232;
  color: #fff;
}
@media (max-width: 767.98px) {
  .top_case .top_case_inner__tags li span {
    font-size: 14px;
    padding: 4px 25px;
  }
}
.top_case .top_case_links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  margin-top: 3.875em;
}
.top_case .top_case_link {
  padding: 0;
  width: 100%;
  max-width: 445px;
}
.top_case .top_case_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
  width: 100%;
  max-width: 445px;
  height: 87px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.625;
  border: 1px solid transparent;
  transition: opacity 0.2s;
}
@media (max-width: 767.98px) {
  .top_case .top_case_link a {
    font-size: 1.42rem;
    height: 67px;
    min-height: 67px;
  }
}
.top_case .top_case_link a:hover {
  opacity: 0.9;
  color: #fff;
}
.top_case .top_case_link--more a {
  background-color: #522929;
  border-color: #522929;
}
.top_case .top_case_link--compare a {
  background-color: #890700;
  border-color: #890700;
}
@media (min-width: 768px) {
  .top_case .top_case_links {
    flex-direction: row;
    justify-content: center;
    gap: 1.25em;
  }
}
@media (max-width: 767.98px) {
  .top_case .top_case_lead {
    margin-bottom: 1.5em;
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .top_case .top_case_inner__body > p.top_case_inner_text {
    height: auto;
    min-height: auto;
  }
}
@media (min-width: 768px) {
  .top_case .top_case_compare {
    min-height: 11rem;
  }
  .top_case .top_case_list .top_case_box h3 {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.75em 0.5em;
  }
  .top_case .top_case_compare__before,
  .top_case .top_case_compare__after {
    padding: 0.85em 0.9em;
  }
  .top_case .top_case_compare__text {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: 0;
  }
  .top_case .top_case_list .top_case_inner > p,
  .top_case .top_case_list .top_case_inner__body > p {
    font-size: 1rem;
    padding: 0.75em 1em 0;
    text-align: left;
  }
  .top_case .top_case_list .top_case_inner > p span,
  .top_case .top_case_list .top_case_inner__body > p span {
    font-size: 14px;
  }
  .top_case .top_case_list .top_case_inner__tags {
    padding: 0 0.5em 0.75em;
  }
  .top_case .top_case_list .top_case_inner__tags li span {
    padding: 8px 12px;
    font-size: 0.85rem;
  }
}
@media (min-width: 992px) {
  .top_case .top_case_inner__body > p.top_case_inner_text {
    height: 5.5rem;
    min-height: 5.5rem;
  }
}

.top_cloud {
  background-color: #fff !important;
}

.top_cloud_head {
  text-align: center;
}

.top_cloud_head > h2 {
  text-align: center;
  margin-bottom: 2rem;
  line-height: 3.5rem;
  padding: 2rem 20px 0;
  color: var(--vk-color-primary);
  position: relative;
  z-index: 1;
}

.top_cloud_head > h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 250px;
  border-bottom: 1px solid var(--vk-color-primary);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.top_cloud_lead {
  margin: 0;
  padding-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875;
  text-align: center;
}

.top_cloud_box {
  margin: 0 calc(50% - 50vw);
  padding: 2em calc(50vw - 50%) 4rem;
  background-color: #f2f2f2;
}

.top_cloud_box p {
  font-size: 1rem;
  line-height: 1.6875;
}

.top_cloud_box .cloud_image {
  max-width: 700px;
  margin: 0 auto;
}
.top_cloud_box .cloud_image picture,
.top_cloud_box .cloud_image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .top_cloud_head > h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0 0 1rem;
    margin-bottom: 1.2rem;
  }
  .top_cloud_head > h2::after {
    width: 180px;
  }
  .top_cloud_lead {
    padding-bottom: 1.2rem;
  }
  .top_cloud_box {
    padding: 1.5em calc(50vw - 50%);
  }
}
.top_reasons .top_reasons_lead {
  margin: 0 auto 2em;
  padding: 0;
  max-width: 720px;
  text-align: center;
  line-height: 1.8;
}
.top_reasons .top_reasons_table-wrap {
  margin: 0 auto 2em;
  padding-top: 1.25em;
  max-width: 1100px;
  overflow-x: visible;
  overflow-y: visible;
}
.top_reasons .top_reasons_table {
  width: 100%;
  border: none !important;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background-color: #fff;
  overflow: visible;
}
.top_reasons .top_reasons_table :where(thead, tbody) :where(th, td) {
  border-width: 0;
  border-style: solid;
}
.top_reasons .top_reasons_table thead,
.top_reasons .top_reasons_table thead tr {
  overflow: visible;
}
.top_reasons .top_reasons_table__head-label {
  width: 23.6363636364%;
  border: 0 !important;
  background-color: #fff !important;
  box-shadow: none;
}
.top_reasons .top_reasons_table__head-other {
  width: 38.1818181818%;
  padding: 1em 0.75em;
  background-color: #dddddd;
  border-style: solid;
  border-color: #c1c1c1;
  border-width: 1px 0 0 1px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  vertical-align: bottom;
}
.top_reasons .top_reasons_table__head-featured {
  width: 38.1818181818%;
  padding: 0;
  border: 0;
  background: transparent;
  vertical-align: bottom;
  overflow: visible;
}
.top_reasons .top_reasons_table__head-featured-inner {
  display: block;
  position: relative;
  z-index: 0;
  margin-top: -1.25em;
  padding: 0.2em 0.75em 0.2em;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.32;
}
.top_reasons .top_reasons_table__head-featured-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2px;
  left: 0;
  background-color: #890000;
  border: 3px solid #890000;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom: none;
  z-index: -1;
}
.top_reasons .top_reasons_table__row-label {
  width: 23.6363636364%;
  padding: 1em 0.5em;
  background-color: #fff;
  border-style: solid;
  border-color: #c1c1c1;
  border-width: 1px 1px 0 1px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  vertical-align: middle;
}
.top_reasons .top_reasons_table__cell-other {
  padding: 1em 0.75em;
  background-color: #fff;
  border-style: solid;
  border-color: #c1c1c1;
  border-width: 1px 0 0 0;
  text-align: left;
  vertical-align: middle;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
}
.top_reasons .top_reasons_table__cell-featured {
  padding: 1em 0.75em;
  background-color: #fff;
  border-style: solid;
  border-color: #c1c1c1 #890000 #890000 #890000;
  border-width: 1px 3px 0 3px;
  text-align: left;
  vertical-align: middle;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
}
.top_reasons tbody tr:last-child .top_reasons_table__row-label,
.top_reasons tbody tr:last-child .top_reasons_table__cell-other {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c1c1c1;
}
.top_reasons tbody tr:last-child .top_reasons_table__cell-featured {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #890000;
}
.top_reasons .top_reasons_table__mark {
  display: inline-block;
  font-weight: 700;
}
.top_reasons .top_reasons_table__mark.is-mid {
  color: #666;
}
.top_reasons .top_reasons_table__mark.is-good {
  color: #890000;
}
.top_reasons .top_reasons_table__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top_reasons .top_reasons_table__list li + li {
  margin-top: 0.5em;
}
.top_reasons .top_reasons_table__text {
  display: flex;
  align-items: flex-start;
  gap: 0.35em;
  margin: 0;
}
.top_reasons .top_reasons_table__mark {
  flex: 0 0 1.1em;
  width: 1.1em;
  text-align: center;
}
.top_reasons .top_reasons_table__note {
  margin: 0.5em 0 0;
  font-size: 1rem;
  line-height: 1.4375;
  counter-reset: #000000;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .top_reasons .top_reasons_table__note {
    font-size: 0.625rem;
  }
}
.top_reasons .top_reasons_footer {
  margin: 0 0 2em;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.125;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .top_reasons .top_reasons_lead {
    margin-bottom: 1.5em;
    font-size: 1rem;
  }
  .top_reasons .top_reasons_table-wrap {
    overflow-x: visible;
    padding-top: 0.75em;
  }
  .top_reasons .top_reasons_table__head-label {
    width: 23.6363636364%;
  }
  .top_reasons .top_reasons_table__head-other {
    width: 38.1818181818%;
  }
  .top_reasons .top_reasons_table__head-featured {
    width: 38.1818181818%;
  }
  .top_reasons .top_reasons_table__row-label {
    width: 23.6363636364%;
  }
  .top_reasons .top_reasons_table__head-featured-inner {
    font-size: 0.82rem;
    line-height: 1.32;
    padding: 1rem 1rem 1rem;
  }
  .top_reasons .top_reasons_table__head-other,
  .top_reasons .top_reasons_table__row-label,
  .top_reasons .top_reasons_table__cell-other,
  .top_reasons .top_reasons_table__cell-featured {
    padding: 0.6em 0.45em;
    font-size: 0.82rem;
    line-height: 1.55;
    word-break: break-word;
    overflow-wrap: anywhere;
    vertical-align: middle;
  }
  .top_reasons .top_reasons_footer {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.top_service .top_service_lead {
  margin: 0 auto 2em;
  max-width: 900px;
  text-align: left;
  line-height: 1.9;
}
.top_service .top_service_cards {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}
@media (min-width: 768px) {
  .top_service .top_service_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em 0.75em;
  }
}
.top_service .top_service_cards__item {
  height: 100%;
  margin: 0;
}
.top_service .top_service_card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 193px;
  height: 100%;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
.top_service .top_service_card:hover {
  opacity: 0.9;
  color: #fff;
}
.top_service .top_service_card:focus-visible {
  outline: 2px solid #890000;
  outline-offset: 2px;
}
.top_service .top_service_card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.top_service .top_service_card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top_service .top_service_card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 13, 0.7);
}
.top_service .top_service_card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.8em 3.125em 2em 1.25em;
}
.top_service .top_service_card__title {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0.65em;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.66;
}
.top_service .top_service_card__title::after {
  content: "";
  display: block;
  width: 2.5em;
  height: 1px;
  margin-top: 0.65em;
  background-color: #fff;
}
.top_service .top_service_card__text {
  display: block;
  font-size: 1rem;
  line-height: 1.6875;
}
.top_service .top_service_card__icon {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  .top_service .top_service_lead {
    margin-bottom: 1.5em;
    font-size: 0.95rem;
  }
  .top_service .top_service_card__body {
    padding: 1.875em 2.5em 1em 0.625em;
  }
  .top_service .top_service_card__title {
    font-size: 1.3125rem;
  }
  .top_service .top_service_card__text {
    font-size: 0.875rem;
  }
}

body.revision-env--test .top_onayami .row > div:nth-child(1) .onayami_box {
  background-image: url(/1021/wp-content/uploads/2024/09/onayami_image01.webp);
}
body.revision-env--test .top_onayami .row > div:nth-child(2) .onayami_box {
  background-image: url(/1021/wp-content/uploads/2024/09/onayami_image02.webp);
}
body.revision-env--test .top_onayami .row > div:nth-child(3) .onayami_box {
  background-image: url(/1021/wp-content/uploads/2024/09/onayami_image03.webp);
}
body.revision-env--test .top_onayami .row > div:nth-child(4) .onayami_box {
  background-image: url(/1021/wp-content/uploads/2024/09/onayami_image04.webp);
}
body.revision-env--test .top_onayami .row > div:nth-child(5) .onayami_box {
  background-image: url(/1021/wp-content/uploads/2024/09/onayami_image05.webp);
}
body.revision-env--test .top_onayami .row > div:nth-child(6) .onayami_box {
  background-image: url(/1021/wp-content/uploads/2024/09/onayami_image06.webp);
}
body.revision-env--test .example .row > div:nth-child(1) .top_example_box {
  background-image: url(/1021/wp-content/uploads/2024/09/example_image01.webp);
}
body.revision-env--test .example .row > div:nth-child(2) .top_example_box {
  background-image: url(/1021/wp-content/uploads/2024/09/example_image02.webp);
}
body.revision-env--test .example .row > div:nth-child(3) .top_example_box {
  background-image: url(/1021/wp-content/uploads/2024/09/example_image03.webp);
}
body.revision-env--test .example .row > div:nth-child(4) .top_example_box {
  background-image: url(/1021/wp-content/uploads/2024/09/example_image04.webp);
}
body.revision-env--test .example .row > div:nth-child(5) .top_example_box {
  background-image: url(/1021/wp-content/uploads/2024/09/example_image05.webp);
}
body.revision-env--test .example .row > div:nth-child(6) .top_example_box {
  background-image: url(/1021/wp-content/uploads/2024/09/example_image06.webp);
}
body.revision-env--test .top_bottom .row > div:nth-child(1) .top_bottom_inner {
  background-image: url(/1021/wp-content/uploads/2024/09/top_bottom01.jpg);
}
body.revision-env--test .top_bottom .row > div:nth-child(2) .top_bottom_inner {
  background-image: url(/1021/wp-content/uploads/2024/09/top_bottom02.jpg);
}
body.revision-env--test .top_bottom .row > div:nth-child(3) .top_bottom_inner {
  background-image: url(/1021/wp-content/uploads/2024/09/top_bottom03.jpg);
}
body.revision-env--test .top_fv {
  background-image: url(/1021/wp-content/themes/1021-theme/revision/images/fv_bg_sp.png);
}
@media (min-width: 992px) {
  body.revision-env--test .top_fv {
    background-image: url(/1021/wp-content/themes/1021-theme/revision/images/fv_bg.png);
  }
}

.top_checksheet {
  overflow: visible;
}
.top_checksheet .top_checksheet__head {
  text-align: center;
}
.top_checksheet .top_checksheet__title {
  text-align: center;
  margin: 0 0 3rem;
  line-height: 3.5rem;
  padding: 2rem 20px;
  color: var(--vk-color-primary, #890000);
  position: relative;
  z-index: 1;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .top_checksheet .top_checksheet__title {
    font-size: 1.3125rem;
    line-height: 1.42;
    padding-top: 0;
  }
}
.top_checksheet .top_checksheet__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 250px;
  border-bottom: 1px solid var(--vk-color-primary, #890000);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.top_checksheet .top_checksheet__lead {
  margin: 0 auto 5.3em;
  max-width: 840px;
  text-align: left;
  line-height: 1.6875;
}
.top_checksheet .top_checksheet__band {
  background-color: #7f7f7f;
  overflow: visible;
}
.top_checksheet .top_checksheet__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2em;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5em 16px;
}
.top_checksheet .top_checksheet__visual {
  flex: 0 0 auto;
}
.top_checksheet .top_checksheet__visual img {
  display: block;
  width: auto;
  max-width: 280px;
  height: auto;
  margin-top: -3.5em;
  margin-bottom: -3.5em;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.25);
}
.top_checksheet .top_checksheet__content {
  flex: 1 1 100%;
  max-width: 640px;
  color: #fff;
}
.top_checksheet .top_checksheet__band-text {
  margin: 0 0 2em;
  font-size: 1.375rem;
  line-height: 2.1;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .top_checksheet .top_checksheet__band-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.top_checksheet .top_checksheet__btn-wrap {
  margin: 0;
}
.top_checksheet .top_checksheet__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  max-width: 640px;
  width: 100%;
  padding: 1em 1.5em;
  background-color: var(--vk-color-primary, #890000);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.625;
  transition: opacity 0.2s;
}
.top_checksheet .top_checksheet__btn:hover {
  opacity: 0.9;
  color: #fff;
}
.top_checksheet .top_checksheet__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .top_checksheet .top_checksheet__inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 2em 50px;
  }
  .top_checksheet .top_checksheet__visual img {
    max-width: 340px;
    margin-top: -4.5em;
    margin-bottom: -4.5em;
  }
}
@media (max-width: 767.98px) {
  .top_checksheet .top_checksheet__lead {
    margin-bottom: 3.5em;
    font-size: 0.95rem;
    text-align: left;
  }
  .top_checksheet .top_checksheet__inner {
    flex-direction: column;
    padding: 2em 0.625em 0.5em;
  }
  .top_checksheet .top_checksheet__visual img {
    max-width: 220px;
    margin-top: -4.5em;
    margin-bottom: 1em;
  }
  .top_checksheet .top_checksheet__btn {
    width: 100%;
    min-width: 0;
    font-size: 1.43rem;
    line-height: 1.35;
    padding: 0.8em 2em 0.8em 1em;
  }
}

.top_faq .top_faq__title {
  margin-bottom: 2em;
  text-align: center;
  color: var(--vk-color-primary, #890000);
  font-weight: 700;
  line-height: 1.5;
}
.top_faq .top_faq__title::after {
  content: "";
  display: block;
  width: 250px;
  max-width: 80%;
  margin: 0.75em auto 0;
  border-bottom: 1px solid var(--vk-color-primary, #890000);
}
.top_faq .top_faq__list {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.top_faq .top_faq__item {
  margin: 0;
}
.top_faq .top_faq__question {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1em 1.25em;
  background-color: #f2f2f2;
  cursor: pointer;
  list-style: none;
}
.top_faq .top_faq__question::-webkit-details-marker {
  display: none;
}
.top_faq .top_faq__question::marker {
  content: "";
}
.top_faq .top_faq__q {
  flex: 0 0 auto;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.625;
}
@media (max-width: 767.98px) {
  .top_faq .top_faq__q {
    font-size: 1rem;
  }
}
.top_faq .top_faq__question-text {
  flex: 1 1 auto;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.625;
  text-align: left;
}
@media (max-width: 767.98px) {
  .top_faq .top_faq__question-text {
    font-size: 1rem;
  }
}
.top_faq .top_faq__icon {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  margin-left: auto;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #333;
  transition: transform 0.2s;
}
.top_faq .top_faq__item[open] .top_faq__icon {
  transform: rotate(180deg);
}
.top_faq .top_faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  padding: 2em 1.25em 1em 3.125em;
  background-color: #fff;
}
.top_faq .top_faq__a {
  flex: 0 0 auto;
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.4375;
}
.top_faq .top_faq__answer-body {
  flex: 1 1 auto;
}
.top_faq .top_faq__answer-body p {
  margin: 0 0 0.75em;
  font-size: 1rem;
  line-height: 2.4375;
}
@media (max-width: 767.98px) {
  .top_faq .top_faq__answer-body p {
    line-height: 1.5;
  }
}
.top_faq .top_faq__answer-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .top_faq .top_faq__list {
    gap: 1.14rem;
  }
  .top_faq .top_faq__question {
    padding: 0.85em 1em;
    gap: 0.75em;
  }
  .top_faq .top_faq__question-text {
    font-size: 0.95rem;
  }
  .top_faq .top_faq__answer {
    padding: 1em;
    gap: 0.75em;
  }
  .top_faq .top_faq__answer-body {
    font-size: 0.95rem;
  }
}

.aboutgroup .top_aboutgroup__text {
  margin: 0 auto 2em;
  max-width: 790px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6875;
}
.aboutgroup .top_features_box > div {
  margin-top: 2rem;
}

@media (max-width: 767.98px) {
  .top_section > h2 span.b_title {
    font-size: 2.875rem;
  }
}
