@charset "UTF-8";
/* ▼▼▼ お客様サポート 一覧
======================================================*/
.support .ttl_wrap {
  margin-top: 32px;
}
@media screen and (min-width: 768px), print {
  .support .ttl_wrap {
    margin-top: 60px;
  }
}

.service_list {
  margin-top: 60px;
}

.service_list_inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .service_list_inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service_card {
  width: 100%;
  padding: 16px;
  background: var(--Background-Secondary);
  border-radius: 20px;
}
.service_card_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
}
.service_card_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--Background-Tertiary);
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.service_card_icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service_card_title {
  font-weight: 500;
  font-size: var(--Heading-H5);
  color: var(--Object-Primary);
}
.service_card .arrow_btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}

/* ▼▼▼ 保守・サービス体制／品質保証、保証・アフターサービス
======================================================*/
.mb4 {
  margin-bottom: 4px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb48 {
  margin-bottom: 48px;
}

.note {
  padding-left: 1em;
  text-indent: -1em;
}

#maintenance #wrapper {
  background-color: var(--Background-Secondary);
}
#maintenance #service, #maintenance #quality, #maintenance #path, #maintenance .ttl_wrap {
  background-color: var(--Background-Primary);
}
#maintenance .ttl_wrap {
  margin: 0;
  padding: 32px 0;
}
@media screen and (min-width: 768px), print {
  #maintenance .ttl_wrap {
    padding: 60px 0;
  }
}

.heading_title_blue {
  padding: 8px 16px;
  border-radius: var(--Corner-Radius-X-Small, 4px);
  background: var(--Brand-color-Primary);
  color: var(--Object-Primary-Reverse);
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px), print {
  .heading_title_blue {
    padding: 16px 24px;
    font-size: 28px;
    margin-bottom: 48px;
  }
}

.support_maintenance .ttl_wrap {
  margin: 32px 0;
}
@media screen and (min-width: 768px), print {
  .support_maintenance .ttl_wrap {
    margin: 60px 0;
  }
}
.support_maintenance .mainte_section {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px), print {
  .support_maintenance .mainte_section {
    padding-bottom: 80px;
  }
}
.support_maintenance .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px), print {
  .support_maintenance .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.support_maintenance .flex .txt_link_out {
  margin-top: 27px;
}
.support_maintenance .flex .txt_link_out::after {
  content: "";
  display: inline-block;
  padding-left: 8px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_arrow_outward.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: invert(74%) sepia(54%) saturate(7484%) hue-rotate(176deg) brightness(98%) contrast(95%);
          filter: invert(74%) sepia(54%) saturate(7484%) hue-rotate(176deg) brightness(98%) contrast(95%);
}
.support_maintenance .flex_image {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px), print {
  .support_maintenance .flex_image {
    max-width: 420px;
    width: 100%;
    overflow: hidden;
  }
}
.support_maintenance .flex_image img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--Line-Primary);
  background: var(--Object-Primary-Reverse);
}
@media screen and (min-width: 768px), print {
  .support_maintenance .flex_imgmin .flex_image {
    max-width: 300px;
  }
}
.support_maintenance .content_title {
  font-weight: 500;
  font-size: var(--Heading-H3);
  margin-bottom: 24px;
}
.support_maintenance .content_subtitle {
  font-weight: 500;
  font-size: var(--Heading-H4);
  margin-bottom: 16px;
}
.support_maintenance .content_text {
  line-height: 1.6;
  color: var(--Object-Primary);
}
.support_maintenance .content_note {
  margin-top: 16px;
  font-size: var(--Body-X-Small);
}
.support_maintenance .heading_h3_blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 16px 24px;
  background-color: var(--Background-Tertiary);
  border-radius: 4px;
  font-weight: 500;
  font-size: var(--Heading-H3);
  color: var(--Object-Primary);
  margin-bottom: 16px;
}
.support_maintenance .text {
  margin-bottom: 16px;
}
.support_maintenance .list_dot {
  margin-bottom: 16px;
}
.support_maintenance .bg_white {
  border-radius: 20px;
  background: var(--Background-Secondary);
  padding: 16px 24px;
}
@media screen and (min-width: 768px), print {
  .support_maintenance .bg_white {
    padding: 32px;
  }
}
.support_maintenance .note_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px), print {
  .support_maintenance .note_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
.support_maintenance .note_flex_image {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px), print {
  .support_maintenance .note_flex_image {
    max-width: 480px;
    width: 100%;
  }
}
.support_maintenance .note_flex_box .note_flex_text {
  font-size: var(--Heading-H6);
  font-weight: 500;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--Line-Primary);
  margin-bottom: 24px;
}
.support_maintenance .list_number {
  counter-reset: list-counter;
}
.support_maintenance .list_number_item {
  position: relative;
  padding-left: 45px;
  counter-increment: list-counter;
}
@media screen and (min-width: 768px), print {
  .support_maintenance .list_number_item {
    padding-left: 57px;
  }
}
.support_maintenance .list_number_item::before {
  content: "0" counter(list-counter);
  position: absolute;
  left: 6px;
  top: 6px;
  font-family: Montserrat;
  font-size: var(--Label-Small);
  font-weight: 500;
  color: var(--Object-Primary-Reverse);
  z-index: 2;
}
.support_maintenance .list_number_item::after {
  content: "";
  position: absolute;
  background-color: var(--Brand-color-Primary);
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 1;
}
.support_maintenance .list_number_item:not(:last-child) {
  margin-bottom: 12px;
}
.support_maintenance .list_number_title {
  font-size: var(--Heading-H6);
  font-weight: 500;
  margin-bottom: 4px;
}
.support_maintenance .list_number_text {
  margin-bottom: 4px;
}
.support_maintenance .contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  background: var(--Background-Quaternary);
  border: 1px solid var(--Brand-color-Primary);
  width: 100%;
  padding: 32px 26px;
  border-radius: 20px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 768px), print {
  .support_maintenance .contact_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.support_maintenance .contact_wrap_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: var(--Heading-H6);
  font-weight: 500;
  color: var(--Object-Primary);
}
@media screen and (min-width: 768px), print {
  .support_maintenance .contact_wrap_text {
    font-size: var(--Heading-H4);
    color: var(--Brand-color-Primary);
  }
}
.support_maintenance .contact_wrap .gradient_btn {
  width: 100%;
  max-width: none;
  padding: 16px 16px 18px;
}
@media screen and (min-width: 768px), print {
  .support_maintenance .contact_wrap .gradient_btn {
    width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.support_maintenance .bg_blue {
  border-radius: 10px;
  background: var(--Background-Primary-Base);
  padding: 16px 16px 4px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px), print {
  .support_maintenance .bg_blue {
    padding: 48px 48px 16px;
  }
}
.support_maintenance .content_wrap {
  margin-bottom: 32px;
}
.support_maintenance .content_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 16px;
  background: var(--Object-Primary-Reverse);
  border-radius: 10px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px), print {
  .support_maintenance .content_card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 24px 16px;
  }
}
.support_maintenance .content_card_title {
  font-weight: 500;
  font-size: var(--Heading-H4);
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}
.support_maintenance .content_card_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--Brand-color-Primary);
  border-radius: 10px;
}
.support_maintenance .content_card_image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 768px), print {
  .support_maintenance .content_card_image {
    max-width: 184px;
  }
}
.support_maintenance .table_maintenance {
  margin-top: 16px;
  width: 100%;
}
.support_maintenance .table_maintenance tbody tr th {
  background-color: var(--Background-Tertiary);
  border: 1px solid var(--Line-Primary);
  border-right: none;
  padding: 16px;
  font-weight: 500;
  font-size: var(--Label-Medium);
  vertical-align: middle;
  width: 100px;
}
.support_maintenance .table_maintenance tbody tr td {
  background-color: var(--Background-Secondary);
  border: 1px solid var(--Line-Primary);
  padding: 16px;
  font-size: var(--Label-Medium);
  vertical-align: middle;
}
.support_maintenance .table_maintenance tbody tr:nth-child(2) th {
  border-top: none;
}
.support_maintenance .table_maintenance tbody tr:nth-child(2) td {
  border-top: none;
}

.quality_inner {
  border-radius: 24px 24px 0 0;
  background: var(--Object-Primary-Reverse);
  padding: 32px 0 4px;
}
@media screen and (min-width: 768px), print {
  .quality_inner {
    border-radius: 80px 80px 0 0;
    padding: 60px 0 4px;
  }
}

.warranty_section {
  padding-bottom: 48px;
}

.quality_badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 8px;
  background: var(--Background-Secondary);
  border-radius: 4px;
  margin-top: 16px;
}
@media screen and (min-width: 768px), print {
  .quality_badges {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: 10px;
  }
}
.quality_badges_item {
  padding: 8px 8px;
  background: var(--Background-Tertiary);
  border-radius: 4px;
  font-weight: 500;
  font-size: var(--Heading-H4);
  color: var(--Brand-color-Primary);
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .quality_badges_item {
    padding: 16px 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
  }
}
.quality_badges_item_primary {
  background: var(--Background-Tertiary);
  padding: 8px;
}
@media screen and (min-width: 768px), print {
  .quality_badges_item_primary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.quality_badges_item_text {
  display: block;
  text-align: center;
  padding: 6px 10px;
  background: var(--Brand-color-Primary);
  border-radius: 4px;
  color: var(--Object-Primary-Reverse);
  width: 100%;
}
.quality_badges_icon {
  width: 34px;
  height: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.quality_badges_icon.equal {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px), print {
  .quality_badges_icon.equal {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.period_title_blue {
  border-radius: 10px 10px 0 0;
  background-color: var(--Object-Tertiary);
  text-align: center;
  color: var(--Object-Primary-Reverse);
  padding: 8px;
  font-weight: 500;
  font-size: var(--Heading-H3);
}

.period_bg {
  border-radius: 0px 0px 10px 10px !important;
}

.period {
  overflow-x: auto;
  margin-bottom: 10px;
  padding-bottom: 16px;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .period {
    padding-bottom: 0;
  }
}
.period::-webkit-scrollbar {
  height: 4px;
}
.period::-webkit-scrollbar-track {
  background: #E6E6E6;
}
.period::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #109CF3;
}
.period::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 16px;
  width: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .period::after {
    display: none;
  }
}
.period_inner {
  width: 866px;
}
@media screen and (min-width: 768px), print {
  .period_inner {
    width: 100%;
  }
}
.period_title {
  font-weight: 500;
  font-size: var(--Heading-H3);
  margin-bottom: 10px;
}
.period_text {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px), print {
  .period_text {
    text-align: right;
  }
}

.support_table_inner {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 8px;
}
.support_table_th {
  width: 100px;
  padding: 16px;
  background-color: var(--Background-Tertiary);
  border: 1px solid var(--Line-Primary);
  vertical-align: middle;
  font-weight: 500;
  font-size: var(--Label-Medium);
}
@media screen and (min-width: 768px), print {
  .support_table_th {
    width: 300px;
  }
}
.support_table_td {
  width: calc(100% - 100px);
  padding: 16px;
  background-color: var(--Background-Secondary);
  border: 1px solid var(--Line-Primary);
  font-size: var(--Label-Medium);
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  .support_table_td {
    width: calc(100% - 300px);
  }
}
.support_table_note {
  font-size: var(--Caption-X-Small);
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
.support_table_icon_text {
  font-size: var(--Label-Medium);
  line-height: 1.6;
  position: relative;
  padding-left: 44px;
}
.support_table_icon_text::before {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 25px;
  background-image: url(../img/support/warranty/icon_6year.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
}
.support_table .txt_link {
  color: var(--Brand-color-Primary);
  text-decoration: underline;
}

.price {
  overflow-x: auto;
  margin-bottom: 16px;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px), print {
  .price {
    padding-bottom: 0;
  }
}
.price::-webkit-scrollbar {
  height: 4px;
}
.price::-webkit-scrollbar-track {
  background: #E6E6E6;
}
.price::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #109CF3;
}
.price_inner {
  background: var(--Object-Primary-Reverse);
  padding: 16px;
  width: 866px;
}
@media screen and (min-width: 768px), print {
  .price_inner {
    width: 100%;
  }
}
.price_title {
  font-weight: 500;
  font-size: var(--Heading-H4);
  margin-bottom: 8px;
}

#regulation .list_num {
  margin-bottom: 0;
}

#repair {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px), print {
  #repair {
    margin-bottom: 60px;
  }
}

.repair_wrap {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 4px;
  padding: 16px;
  background: var(--Object-Primary-Reverse);
  border-radius: 10px;
}
.repair_label {
  font-weight: 500;
  font-size: var(--Label-Small);
  line-height: 1.6em;
}
.repair_title {
  font-weight: 500;
  font-size: var(--Heading-H3);
  line-height: 1.4em;
}
.repair_text {
  font-size: var(--Body-X-Small);
  line-height: 1.6em;
  color: var(--Object-Disabled);
}

.guarantee {
  overflow-x: auto;
  margin-bottom: 16px;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px), print {
  .guarantee {
    padding-bottom: 0;
  }
}
.guarantee::-webkit-scrollbar {
  height: 4px;
}
.guarantee::-webkit-scrollbar-track {
  background: #E6E6E6;
}
.guarantee::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #109CF3;
}
.guarantee_inner {
  width: 720px;
}
@media screen and (min-width: 768px), print {
  .guarantee_inner {
    width: 100%;
  }
}

.guarantee_points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px), print {
  .guarantee_points {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.guarantee_points_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
  padding: 24px;
  background: var(--Background-Secondary);
  border-radius: 20px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .guarantee_points_item {
    width: calc(100% - 48px);
  }
}
.guarantee_points_item_badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 4px;
  width: 33px;
  background: var(--Brand-color-Primary);
  border-radius: 100vmax;
  color: var(--Object-Primary-Reverse);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: var(--Label-X-Small);
  margin-bottom: 8px;
}
.guarantee_points_item_title {
  font-weight: 500;
  font-size: var(--Heading-H4);
  color: var(--Object-Primary);
}
.guarantee_points_item_text {
  font-weight: 400;
  line-height: 1.6;
  color: var(--Object-Primary);
}

.bold_500 {
  font-weight: 500;
}

.highlight {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #FFF01C;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}

.case_study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 40px;
}
@media screen and (min-width: 768px), print {
  .case_study {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 72px;
  }
}
.case_study_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 16px;
  padding: 24px;
  background: var(--Background-Secondary);
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.case_study_box_before {
  position: relative;
}
.case_study_box_before::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background: var(--Brand-color-Primary);
  clip-path: polygon(50% 80%, 0% 0%, 100% 0%);
}
@media screen and (min-width: 768px), print {
  .case_study_box_before::after {
    bottom: auto;
    left: auto;
    right: -48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(90% 50%, 0% 0%, 0% 100%);
  }
}
.case_study_box_title {
  font-weight: 500;
  font-size: var(--Heading-H4);
  color: var(--Object-Primary);
  width: 100%;
  padding: 8px 16px 10px;
  background: var(--Background-Tertiary);
  border-radius: 4px;
}
@media screen and (min-width: 768px), print {
  .case_study_box_title {
    padding: 8px 24px 10px;
  }
}
.case_study_box_title_blue {
  background: var(--Brand-color-Primary);
  color: var(--Object-Primary-Reverse);
}
.case_study_box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 8px;
}
.case_study_box_item {
  font-weight: 500;
  font-size: var(--Heading-H5);
}
.case_study_box_note {
  font-size: var(--Heading-H5);
}
.case_study_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 8px;
}
.case_study_underline_large {
  font-size: 23px;
}
.case_study_underline_small {
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .case_study_underline_small {
    font-size: 16px;
  }
}
.case_study_annotation {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
.case_study_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.case_study_list_item {
  font-size: var(--Body-X-Small);
  color: var(--Object-Primary);
  position: relative;
  padding-left: 1em;
  line-height: 1.9;
}
.case_study_list_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: var(--Object-Primary);
  border-radius: 50%;
}
.case_study_list_highlight {
  font-weight: 500;
}
.case_study_caption_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.case_study_caption_list_item {
  font-size: var(--Body-X-Small);
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.case_study_caption_mark {
  padding-right: 2px;
}