:root {
  --color-black-100: #000;
  --color-black-90: rgb(0 0 0 / 90%);
  --color-gray-100: #fff;
  --color-gray-90: #f9f9f9;
  --color-gray-80: #efefef;
  --color-gray-70: #ccc;
  --color-gray-60: #aaa;
  --color-gray-50: #999;
  --color-gray-40: #797979;
  --color-gray-30: #626262;
  --color-gray-20: #4c4c4c;
  --color-gray-10: #222;
  --color-gray-5: #111;
  --color-red-95: #fcebee;
  --color-red-90: #fae6ea;
  --color-red-80: #eccad1;
  --color-red-70: #e5a6b2;
  --color-red-60: #db8294;
  --color-red-50: #ca596e;
  --color-red-40: #b82f49;
  --color-red-30: #a70524;
  --color-red-25: #8a0720;
  --color-red-20: #86041d;
  --color-red-10: #640316;
  --color-red-5: #43020e;
  --color-primary-90: var(--color-red-90);
  --color-primary-80: var(--color-red-80);
  --color-primary-70: var(--color-red-70);
  --color-primary-60: var(--color-red-60);
  --color-primary-50: var(--color-red-50);
  --color-primary-40: var(--color-red-40);
  --color-primary-30: var(--color-red-30);
  --color-primary-20: var(--color-red-20);
  --color-primary-10: var(--color-red-10);
  --color-primary-5: var(--color-red-5);
  --color-neutral-100: var(--color-gray-100);
  --color-neutral-90: var(--color-gray-90);
  --color-neutral-80: var(--color-gray-80);
  --color-neutral-70: var(--color-gray-70);
  --color-neutral-60: var(--color-gray-60);
  --color-neutral-50: var(--color-gray-50);
  --color-neutral-40: var(--color-gray-40);
  --color-neutral-30: var(--color-gray-30);
  --color-neutral-20: var(--color-gray-20);
  --color-neutral-10: var(--color-gray-10);
  --color-neutral-5: var(--color-gray-5);
  --color-category-blue: var(--color-blue-30);
  --color-category-green: var(--color-green-30);
  --color-category-purple: var(--color-purple-30);
  --color-blue-30: #0564a7;
  --color-green-30: #1e8e38;
  --color-purple-30: #83408a;
  --color-text-black: var(--color-black-100);
  --color-text-default: var(--color-neutral-5);
  --color-text-subtle: var(--color-neutral-40);
  --color-fill-default: var(--color-neutral-100);
  --color-fill-subtle: var(--color-neutral-80);
  --color-fill-dark: var(--color-neutral-10);
  --color-stroke-default: var(--color-gray-75);
  --color-stroke-dark: var(--color-gray-20);
  --color-stroke-brandsubtle: var(--color-primary-50);
  --color-text-brand: var(--color-primary-30);
  --color-fill-brand: var(--color-primary-30);
  --color-tag-blue: var(--color-blue-30);
  --color-tag-green: var(--color-green-30);
  --color-tag-purple: var(--color-purple-30);
  --color-text-light: var(--color-neutral-100);
  --color-fill-subtler: var(--color-neutral-80);
  --color-stroke-light: var(--color-gray-100);
  --color-stroke-subtler: var(--color-gray-50);
  --color-stroke-brand: var(--color-primary-30);
  --color-stroke-subtle: var(--color-gray-70);
  --color-stroke-subtle-2: var(--color-gray-50);
  --color-bluegreen-30: #39809c;
  --color-brown-30: #866431;
  --color-tag-bluegreen: var(--color-bluegreen-30);
  --color-tag-brown: var(--color-brown-30);
  --color-category-bluegreen: var(--color-bluegreen-30);
  --color-category-brown: var(--color-brown-30);
  --color-blue-30-2: #0564a7;
  --color-text-danger: #d00;
  --color-gray-75: #e0e0e0;
  --color-voice-green: #d1eace;
  --color-voice-blue: #d1e6f6;
  --color-voice-purple: #eeddf1;
  --color-voice-pink-01: #fbe0e5;
  --color-voice-pink-02: #f9d8eb;
  --color-voice-blue-02: #c4eaef;
  --color-voice-yellow-01: #f4ebdd;
  --color-voice-yellow-02: #ffdf87;
}

:root {
  --font-family: "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  --second-family: "Rajdhani", sans-serif;
  --font-noto-serif: "Noto Serif JP", sans-serif;
  --font-size-base: 1rem;
}

:root {
  --max-width-xxl: 1512px;
  --max-width-xl: 1210px;
  --max-width-lg: 870px;
}

/**
 * GUTENBERG COLOR FUNCTIONALITY
 * Colors that work with Gutenberg color picker
 */
:root {
  --global-color-black: #000;
  --global-color-dark-gray: #28303d;
  --global-color-gray: #39414d;
  --global-color-light-gray: #f0f0f0;
  --global-color-green: #d1e4dd;
  --global-color-blue: #d1dfe4;
  --global-color-purple: #d1d1e4;
  --global-color-red: #e4d1d1;
  --global-color-orange: #e4dad1;
  --global-color-yellow: #eeeadd;
  --global-color-white: #fff;
  --global-color-white-50: rgb(255 255 255 / 50%);
  --global-color-white-90: rgb(255 255 255 / 90%);
  --global-color-primary: var(--global-color-dark-gray);
  --global-color-secondary: var(--global-color-gray);
  --global-color-primary-hover: var(--global-color-primary);
  --global-color-background: var(--global-color-green);
  --global-color-border: var(--global-color-primary);
}

.content-cms-detail {

  /* Text Colors - High specificity for CMS content */
  .has-black-color[class] {
    color: var(--global-color-black) !important;
  }

  .has-gray-color[class] {
    color: var(--global-color-gray) !important;
  }

  .has-dark-gray-color[class] {
    color: var(--global-color-dark-gray) !important;
  }

  .has-green-color[class] {
    color: var(--global-color-green) !important;
  }

  .has-blue-color[class] {
    color: var(--global-color-blue) !important;
  }

  .has-purple-color[class] {
    color: var(--global-color-purple) !important;
  }

  .has-red-color[class] {
    color: var(--global-color-red) !important;
  }

  .has-orange-color[class] {
    color: var(--global-color-orange) !important;
  }

  .has-yellow-color[class] {
    color: var(--global-color-yellow) !important;
  }

  .has-white-color[class] {
    color: var(--global-color-white) !important;
  }

  /* Background Colors - High specificity for CMS content */
  .has-black-background-color[class] {
    background-color: var(--global-color-black) !important;
  }

  .has-dark-gray-background-color[class] {
    background-color: var(--global-color-dark-gray) !important;
  }

  .has-gray-background-color[class] {
    background-color: var(--global-color-gray) !important;
  }

  .has-light-gray-background-color[class] {
    background-color: var(--global-color-light-gray) !important;
  }

  .has-green-background-color[class] {
    background-color: var(--global-color-green) !important;
  }

  .has-blue-background-color[class] {
    background-color: var(--global-color-blue) !important;
  }

  .has-purple-background-color[class] {
    background-color: var(--global-color-purple) !important;
  }

  .has-red-background-color[class] {
    background-color: var(--global-color-red) !important;
  }

  .has-orange-background-color[class] {
    background-color: var(--global-color-orange) !important;
  }

  .has-yellow-background-color[class] {
    background-color: var(--global-color-yellow) !important;
  }

  .has-white-background-color[class] {
    background-color: var(--global-color-white) !important;
  }

  /* Auto text color for dark backgrounds */
  .has-background:not(.has-text-color).has-black-background-color[class],
  .has-background:not(.has-text-color).has-gray-background-color[class],
  .has-background:not(.has-text-color).has-dark-gray-background-color[class] {
    color: var(--global-color-white) !important;
  }

  /* Auto text color for light/pastel backgrounds */
  .has-background:not(.has-text-color).has-green-background-color[class],
  .has-background:not(.has-text-color).has-blue-background-color[class],
  .has-background:not(.has-text-color).has-purple-background-color[class],
  .has-background:not(.has-text-color).has-red-background-color[class],
  .has-background:not(.has-text-color).has-orange-background-color[class],
  .has-background:not(.has-text-color).has-yellow-background-color[class],
  .has-background:not(.has-text-color).has-white-background-color[class] {
    color: var(--global-color-dark-gray) !important;
  }

  p.has-text-color a {
    color: inherit;
  }

  .alignright {
    margin-left: auto;
  }

  .alignleft {
    margin-right: auto;
  }

  .aligncenter {
    margin-right: auto;
    margin-left: auto;
  }

  .has-text-align-left {
    text-align: left;
  }

  .has-text-align-center {
    text-align: center;
  }

  .has-text-align-right {
    text-align: right;
  }

  .wp-block-custom-button.aligncenter>* {
    margin-right: auto;
    margin-left: auto;
  }

  .wp-block-custom-button.alignright>* {
    margin-left: auto;
  }

  .wp-block-custom-button.alignleft>* {
    margin-right: auto;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    +* {
      margin-top: 0 !important;
    }
  }

  /* wp-block-heading */
  h2.wp-block-heading {
    margin-top: 130px;
    margin-bottom: 40px;
    color: var(--color-text-default);
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 1.5;

    @media (max-width: 896px) {
      font-size: 1.75rem;
    }
  }

  h3.wp-block-heading {
    position: relative;
    padding-bottom: 21px;
    margin-top: 100px;
    margin-bottom: 30px;
    color: var(--color-text-default);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3;

    @media (max-width: 896px) {
      padding-bottom: 22px;
      font-size: 1.375rem;
    }

    &::after {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 70px;
      height: 4px;
      border-radius: 20px;
      background-color: var(--color-stroke-brand);
      content: "";
    }
  }

  h4.wp-block-heading {
    position: relative;
    padding-left: 18px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: var(--color-text-default);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5;

    @media (max-width: 896px) {
      font-size: 1.25rem;
    }

    &::after {
      position: absolute;
      top: 11px;
      left: 0;
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      background-color: var(--color-text-brand);
      content: "";
    }
  }

  h5.wp-block-heading {
    margin-top: 30px;
    margin-bottom: 10px;
    color: var(--color-text-default);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
  }

  h6.wp-block-heading {
    margin-top: 30px;
    margin-bottom: 10px;
    color: var(--color-text-default);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.75;
  }

  h2.wp-block-custom-heading02 {
    margin-top: 130px;
    margin-bottom: 40px;
    color: var(--color-text-default);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;

    @media (max-width: 896px) {
      font-size: 1.5rem;
    }
  }

  h3.wp-block-custom-heading02 {
    position: relative;
    margin-top: 100px;
    margin-bottom: 30px;
    color: var(--color-text-default);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;

    @media (max-width: 896px) {
      font-size: 1.25rem;
    }

    &::after {
      display: none;
    }
  }

  /* wp-block-paragraph */
  .wp-block-paragraph,
  p {
    margin-top: 20px;
    color: var(--color-text-default);
    font-size: 1rem;
    line-height: 1.75;

    &:first-child {
      margin-top: 0 !important;
    }
  }

  *.has-background {
    padding: 20px;
  }

  /* wp-block-paragraph-small */
  p.wp-block-custom-paragraph-small {
    font-size: 0.875rem;
    line-height: 1.86;
  }

  /* wp-block-paragraph-caption */
  p.wp-block-custom-caption {
    color: var(--color-text-subtle);
    font-size: 0.75rem;
    line-height: 1.83;
  }

  /* wp-block-paragraph link */
  * a {
    padding-right: 4px;
    color: var(--color-text-brand);

    >span {
      background-image: linear-gradient(90deg, var(--color-text-brand), var(--color-text-brand));
      background-position: -100% 100%;
      background-repeat: no-repeat;
      background-size: 100% 1px;
      transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    }

    &:hover {
      @media (min-width: 897px) {
        >span {
          background-position: 100% 100%;
          background-size: 0 1px;
        }
      }
    }

    &::after {
      display: inline-block;
      width: 0;
      height: 0;
      border-width: 4px 0 4px 7px;
      border-style: solid;
      border-color: transparent transparent transparent var(--color-text-brand);
      margin-left: 4px;
      content: "";
    }

    &[target="_blank"]::after {
      bottom: 4px;
      width: 9px;
      height: 11px;
      border: none;
      background: url("/assets/images/common/icon-blank-red-01.svg") no-repeat right center;
      background-size: contain;
    }

    &[href$=".pdf"] {
      padding-right: 34px;
    }

    &[href$=".pdf"]::after {
      bottom: 2px;
      width: 28px;
      height: 14px;
      border: none;
      background: url("/assets/images/common/icon-pdf-red-01.svg") no-repeat right center;
      background-size: contain;
    }
  }

  .text-opening {
    margin-bottom: 50px;

    @media (max-width: 896px) {
      margin-bottom: 30px;
    }
  }

  /* wp-block-quote link */
  .wp-block-quote a {
    position: relative;
    padding-right: 14px;
    color: var(--color-text-brand);

    &::after {
      position: absolute;
      right: 0;
      bottom: 6px;
      display: block;
      width: 0;
      height: 0;
      border-width: 7px 4px 0;
      border-style: solid;
      border-color: var(--color-text-brand) transparent transparent transparent;
      content: "";
      font-size: 1rem;
    }

    >span {
      background-image: linear-gradient(90deg, var(--color-text-brand), var(--color-text-brand));
      background-position: -100% 100%;
      background-repeat: no-repeat;
      background-size: 100% 1px;
      transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    }

    &:hover {
      @media (min-width: 897px) {
        >span {
          background-position: 100% 100%;
          background-size: 0 1px;
        }
      }
    }

    &[target="_blank"]::after {
      bottom: 4px;
      width: 9px;
      height: 11px;
      border: none;
      background: url("/assets/images/common/icon-blank-red-01.svg") no-repeat right center;
      background-size: contain;
    }

    &[href$=".pdf"] {
      padding-right: 34px;
    }

    &[href$=".pdf"]::after {
      bottom: 2px;
      width: 28px;
      height: 14px;
      border: none;
      background: url("/assets/images/common/icon-pdf-red-01.svg") no-repeat right center;
      background-size: contain;
    }
  }

  /* wp-block-list */
  ul.wp-block-list {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    gap: 10px;

    &:first-child {
      margin-top: 0 !important;
    }

    >li {
      position: relative;
      padding-left: 24px;
      font-size: 1rem;
      line-height: 1.75;

      &::before {
        position: absolute;
        top: 14px;
        left: 10px;
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: var(--color-text-default);
        content: "";
        transform: translateY(-50%);
      }
    }
  }

  /*  ol.wp-block-list */
  ol.wp-block-list {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    counter-reset: list-counter;
    gap: 10px;

    &:first-child {
      margin-top: 0 !important;
    }

    >li {
      position: relative;
      padding-left: 24px;
      counter-increment: list-counter;
      font-size: 1rem;
      line-height: 1.75;

      &::before {
        position: absolute;
        top: 0;
        left: 0;
        color: var(--color-text-default);
        content: counter(list-counter) ".";
      }
    }
  }

  /* wp-block-custom-button */
  .wp-block-custom-button {
    margin-top: 50px;

    &:first-child {
      margin-top: 0 !important;
    }

    .button {
      position: relative;
      width: 240px;
      border-radius: 5px;
      background-color: var(--color-fill-brand);
      font-weight: 500;
      text-decoration: none;
      transition: all 300ms ease-out;
    }

    a {
      display: flex;
      width: 100%;
      min-height: 60px;
      align-items: center;
      padding: 10px 70px 10px 20px;
      background-image: none;
      color: var(--color-text-light);
      font-size: 0.9375rem;
      font-weight: 500;
    }

    a::before {
      position: absolute;
      top: 0;
      right: 60px;
      display: block;
      width: 1px;
      height: 100%;
      background-color: var(--color-stroke-brandsubtle);
      content: "";
    }

    a::after {
      position: absolute;
      top: 50%;
      right: 25px;
      display: block;
      width: 0;
      height: 0;
      border-width: 4px 0 4px 7px;
      border-style: solid;
      border-color: transparent transparent transparent var(--color-fill-default);
      content: "";
      transform: translateY(-50%);
    }

    .button:hover {
      @media (min-width: 897px) {
        background-color: var(--color-primary-50);
      }
    }

    .button:hover>a::before {
      @media (min-width: 897px) {
        background-color: var(--color-primary-60);
      }
    }
  }

  /* Lazy Block - Explanation List */
  .wp-block-lazyblock-explanation-list {
    margin-top: 50px;

    &:first-child {
      margin-top: 0 !important;
    }
  }

  .list-definition {
    margin-top: 50px;
    color: var(--color-text-default);
    font-size: 1rem;
    line-height: 1.75;

    &:first-child {
      margin-top: 0 !important;
    }

    &+& {
      margin-top: 10px;
    }

    >dt {
      margin-bottom: 4px;
      font-weight: 700;
    }

    >dd {
      padding-left: 20px;
    }
  }

  /* wp-block-custom-company-profile */
  .wp-block-custom-company-profile {
    padding: 40px 0;
    border: solid var(--color-stroke-default);
    border-width: 1px 0;
    margin-top: 50px;

    &:first-child {
      margin-top: 0 !important;
    }

    >p {
      margin-top: 0 !important;
    }

    >p>a {
      padding-right: 0;
      color: var(--color-text-default);
      font-size: 1rem;
      text-decoration: none;

      &::after {
        display: none;
      }
    }
  }

  /* wp-block-table */
  .wp-block-table {
    margin-top: 50px;

    @media (max-width: 896px) {
      margin-top: 46px;
    }

    &:first-child {
      margin-top: 0 !important;
    }

    >table {
      width: 100%;
      table-layout: fixed;

      @media (max-width: 896px) {
        display: block;
      }
    }

    >table>tbody,
    >table>thead {
      @media (max-width: 896px) {
        display: block;
      }
    }

    >table>tbody>tr,
    >table>thead>tr {
      @media (max-width: 896px) {
        display: block;
      }
    }

    >table>tbody>tr:first-child>td,
    >table>thead>tr:first-child>th {
      padding-top: 0;
    }

    >table>tbody>tr:first-child>td:first-child,
    >table>thead>tr:first-child>th:first-child {
      @media (max-width: 896px) {
        padding-top: 0;
      }
    }

    >table>tbody>tr>td,
    >table>thead>tr>th {
      border-bottom: 1px solid var(--color-gray-75);
      color: var(--color-text-default);
      font-size: 1rem;
      line-height: 1.75;
      padding-block: 15px 17px;

      @media (max-width: 896px) {
        display: block;
        width: 100%;
        padding-block: 0 17px;
      }
    }

    >table>thead+tbody>tr:first-child>td:first-child {
      padding-top: 15px;
    }

    >table>tbody>tr>td:first-child,
    >table>thead>tr>th:first-child {
      width: 115px;
      font-weight: 700;

      @media (max-width: 896px) {
        width: 100%;
        padding-block: 15px 5px;
      }
    }

    >table>tbody>tr>td:not(:last-child),
    >table>thead>tr>th:not(:last-child) {
      border-right: 10px solid var(--color-stroke-light);

      @media (max-width: 896px) {
        padding-bottom: 5px;
        border: none;
      }
    }
  }

  /* wp-block-custom-table02 */
  .wp-block-custom-table02 {
    margin-top: 50px;

    @media (max-width: 896px) {
      margin-top: 46px;
    }

    &:first-child {
      margin-top: 0 !important;
    }
  }

  .wp-block-custom-table02>.wp-block-table {
    >table {
      width: 100%;
      border: 1px solid var(--color-gray-75);

      @media (max-width: 896px) {
        display: block;
        border-width: 1px 1px 0;
      }
    }

    >table>thead,
    >table>tbody {
      @media (max-width: 896px) {
        display: block;
      }
    }

    >table>thead>tr,
    >table>tbody>tr {
      @media (max-width: 896px) {
        display: block;
      }
    }

    >table>*:first-child>tr:first-child>th,
    >table>*:first-child>tr:first-child>td {
      padding-top: 16px;
    }

    >table>*:first-child>tr:first-child>td:first-child,
    >table>*:first-child>tr:first-child>th:first-child {
      @media (max-width: 896px) {
        padding-top: 16px;
      }
    }

    >table>tbody>tr>td,
    >table>thead>tr>th {
      padding: 16px 16px 15px;
      border-right: none;
      border-bottom: 1px solid var(--color-gray-75);
      font-size: 1rem;
      line-height: 1.75;

      @media (max-width: 896px) {
        display: block;
        width: 100%;
      }
    }

    >table>thead>tr>th {
      font-weight: 400;
    }

    >table>tbody>tr>td:first-child,
    >table>thead>tr>th:first-child {
      width: 160px;
      background-color: var(--color-fill-subtle);
      font-weight: 400;

      @media (max-width: 896px) {
        width: 100%;
        border: none;
        padding-block: 16px 15px;
      }
    }
  }

  figcaption {
    margin-top: 20px;
  }

  figure {
    margin-top: 50px;
  }

  /* wp-block-image */
  .wp-block-image {
    overflow: hidden;
    margin-top: 50px;

    &:first-child {
      margin-top: 0 !important;
    }

    >img {
      display: block;
      width: auto;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
    }

    >figcaption {
      margin-top: 10px;
      color: var(--color-text-subtle);
      font-size: 0.75rem;
      line-height: 1.83;
    }

    &.is-style-rounded {
      img {
        border-radius: 5px;
      }
    }
  }

  .main-image:has(+ *) {
    margin-bottom: 50px;

    @media (max-width: 896px) {
      margin-bottom: 30px;
    }
  }

  .main-image img {
    max-width: 100%;
    height: auto;
  }

  /* wp-block-quote */
  .wp-block-quote {
    padding: 30px;
    border-radius: 5px;
    margin-top: 50px;
    background-color: var(--color-fill-subtle);

    &:first-child {
      margin-top: 0 !important;
    }

    >h1,
    >h2,
    >h3,
    >h4,
    >h5,
    >h6 {
      margin-bottom: 10px;
    }

    >ul>li {
      padding-left: 0;
    }

    >ul>li::before {
      display: none;
    }

    .wp-block-table>table>tbody>tr>td:not(:last-child),
    .wp-block-table>table>thead>tr>th:not(:last-child) {
      border-right: 10px solid var(--color-fill-subtle);

      @media (max-width: 896px) {
        border: none;
      }
    }
  }

  /* .wp-block-group-is-layout-grid */
  .wp-block-group-is-layout-grid {
    display: grid;
    margin-top: 50px;
    gap: 30px;

    &:first-child {
      margin-top: 0 !important;
    }

    >* {
      margin-top: 0 !important;
    }

    @media (max-width: 896px) {
      gap: 15px;
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .wp-block-columns-is-layout-flex {
    display: flex;
    margin-top: 50px;
    gap: 30px;

    &:first-child {
      margin-top: 0 !important;
    }

    @media (max-width: 896px) {
      flex-direction: column;
      gap: 15px;
    }

    >* {
      width: 100%;
    }

    >*[style*="flex-basis"] {
      flex: 1 0 auto;
    }

    >*[style="flex-basis:50%"] {
      flex: auto;
    }
  }

  .box-iframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-top: 50px;

    &:first-child {
      margin-top: 0 !important;
    }

    >iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
    }
  }

  iframe[src*="https://www.google.com/maps/embed"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  .box-columns-2 {
    display: grid;
    margin-top: 50px;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);

    @media (max-width: 896px) {
      gap: 15px;
    }

    &:first-child {
      margin-top: 0 !important;
    }
  }

  .box-columns-3 {
    display: grid;
    margin-top: 50px;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);

    @media (max-width: 896px) {
      gap: 15px;
      grid-template-columns: repeat(2, 1fr);
    }

    &:first-child {
      margin-top: 0 !important;
    }
  }

  .box-columns-4 {
    display: grid;
    margin-top: 50px;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);

    @media (max-width: 896px) {
      gap: 15px;
      grid-template-columns: repeat(2, 1fr);
    }

    &:first-child {
      margin-top: 0 !important;
    }
  }

  .box-image-info {
    display: flex;
    margin-top: 50px;
    gap: 30px;

    @media (max-width: 896px) {
      flex-direction: column;
      gap: 15px;
    }

    &:first-child {
      margin-top: 0 !important;
    }

    >figure {
      width: 195px;
      flex: 1 0 auto;

      @media (max-width: 896px) {
        width: 52vw;
      }
    }

    >.box {
      width: 100%;
    }
  }

  .box-image-info-large {
    display: flex;
    margin-top: 50px;
    gap: 30px;

    @media (max-width: 896px) {
      flex-direction: column;
      gap: 15px;
    }

    &:first-child {
      margin-top: 0 !important;
    }

    >figure {
      width: 420px;
      flex: 1 0 auto;

      @media (max-width: 896px) {
        width: 100%;
      }
    }

    >.box {
      width: 100%;
    }
  }

  .box-image-info-medium {
    display: flex;
    margin-top: 50px;
    gap: 30px;

    @media (max-width: 896px) {
      flex-direction: column;
      gap: 15px;
    }

    &:first-child {
      margin-top: 0 !important;
    }

    >figure {
      width: 270px;
      flex: 1 0 auto;

      @media (max-width: 896px) {
        width: 100%;
      }
    }

    >.box {
      width: 100%;
    }
  }

  .box-image-info-small {
    display: flex;
    margin-top: 50px;
    gap: 30px;

    @media (max-width: 896px) {
      flex-direction: column;
      gap: 15px;
    }

    &:first-child {
      margin-top: 0 !important;
    }

    >figure {
      width: 195px;
      flex: 1 0 auto;

      @media (max-width: 896px) {
        width: 100%;
      }
    }

    >.box {
      width: 100%;
    }
  }

  *:first-child {
    margin-top: 0 !important;
  }

  a {
    word-break: break-all;
  }
}