main {
  background-color: #EDF4F7;
}

/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  padding-top: min(260px, 20.3125vw);
  @media (max-width: 768px) {
    padding-top: 196px;
  }
  .fv-inner {
    max-width: 1280px;
    margin: 0 auto;
    container-type: inline-size;
    @media (max-width: 768px) {
      max-width: 100%;
    }

    .ttl-wrap {
      margin-left: 10cqw;
      @media (max-width: 768px) {
        margin-left: 32px;
      }
      .en {
        position: relative;
        font-size: 1.09375cqw;
        font-family: var(--text-lato);
        font-weight: 700;
        color: #0090BA;
        letter-spacing: 0.08em;
        padding-left: 1.7968749999999998cqw;
        @media (max-width: 768px) {
          font-size: 1.4rem;
          padding-left: 23px;
        }
        &::after {
          content: '';
          position: absolute;
          translate: 0 -50%;
          top: 50%;
          left: 0;
          width: 1.25cqw;
          height: 0.859375cqw;
          background: url(../img/selling-point/en-deco.svg) no-repeat;
          background-size: 1.25cqw 0.859375cqw;
          @media (max-width: 768px) {
            width: 16px;
            height: 11px;
            background-size: 16px 11px;
          }
        }
      }
      .ttl {
        font-size: 3.125cqw;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.08em;
        margin-top: 0.625cqw;
        @media (max-width: 768px) {
          font-size: 2.4rem;
          margin-top: 8px;
        }
      }
    }

    .image {
      width: 90.625cqw;
      margin: 7.8125cqw 0 0 auto;

      @media (max-width: 768px) {
        width: 93.6cqw;
        margin: 48px 0 0 auto;
      }
    }
  }
}
/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ intro ↓↓↓ */
.intro {
  margin-top: min(120px, 9.375vw);
  @media (max-width: 768px) {
    margin-top: 80px;
    padding: 0 24px;
  }
  .intro-inner {
    max-width: 1280px;
    margin: 0 auto;
    container-type: inline-size;
    @media (max-width: 768px) {
      max-width: 100%;
    }

    .txt {
      width: 53.75cqw;
      font-size: 1.25cqw;
      line-height: 1.75;
      letter-spacing: 0.18em;
      text-align: justify;
      word-break: break-all;
      margin: 0 auto;
      @media (max-width: 768px) {
        width: 100%;
        font-size: 1.6rem;
      }
    }
  }
}
/* ↑↑↑ intro ↑↑↑ */

/* ↓↓↓ content-box ↓↓↓ */
.content-box {
  margin-top: min(120px, 9.375vw);
  @media (max-width: 768px) {
    margin-top: 76px;
  }
  .content-box_inner {
    max-width: 1280px;
    margin: 0 auto;
    container-type: inline-size;
    @media (max-width: 768px) {
      max-width: 100%;
    }

    .container {
      display: flex;
      flex-wrap: wrap;
      gap: 3.75cqw 1.875cqw;
      width: 81.5625cqw;
      margin: 0 auto;

      @media (max-width: 768px) {
        flex-direction: column;
        gap: 32px;
        width: 86.93333333333332cqw;
      }

      .block {
        background-image: linear-gradient(180deg, transparent 0%, transparent 1.875cqw, #fff 1.875cqw, #fff 100%);
        @media (max-width: 768px) {
          background-image: linear-gradient(180deg, transparent 0%, transparent 24px, #fff 24px, #fff 100%);
        }
        .bubble {
          position: relative;
          width: fit-content;
          margin: 0 auto;
          background-color: #0064B4;
          border-radius: 50px;
          padding: 0.3125cqw 1.875cqw 0.703125cqw;
          @media (max-width: 768px) {
            padding: 8px 24px 10px;
          }
          &::after {
            content: '';
            position: absolute;
            translate: -50% 0;
            bottom: -0.703125cqw;
            left: 50%;
            width: 0.9375cqw;
            height: 0.78125cqw;
            background: url(../img/selling-point/triangle.svg) no-repeat;
            background-size: 0.9375cqw 0.78125cqw;
            @media (max-width: 768px) {
              bottom: -9px;
              width: 12px;
              height: 10px;
              background-size: 12px 10px;
            }
          }
          .bubble-txt {
            font-size: 1.5625cqw;
            font-weight: 600;
            color: #fff;
            text-align: center;
            letter-spacing: 0.08em;
            @media (max-width: 768px) {
              font-size: 1.8rem;
            }
            .-small {
              font-size: 1.25cqw;
              @media (max-width: 768px) {
                font-size: 1.6rem;
              }
            }
          }
        }
        .txt {
          font-size: 1.25cqw;
          line-height: 1.75;
          letter-spacing: 0.15em;
          text-align: justify;
          word-break: break-all;
          @media (max-width: 768px) {
            font-size: 1.6rem;
            letter-spacing: 0.08em;
          }
          + .txt {
            margin-top: 1.5625cqw;
            @media (max-width: 768px) {
              margin-top: 20px;
            }
          }
        }
        .link-txt {
          font-size: 1.25cqw;
          line-height: 1.75;
          letter-spacing: 0.08em;
          color: #0090BA;
          text-decoration-line: underline;
          text-decoration-color: #0090BA;
          text-decoration-thickness: 1px;
          transition: opacity 300ms ease;
          @media (max-width: 768px) {
            font-size: 1.6rem;
          }
          @media (min-width: 769px) {
            &:hover {
              opacity: 0.5;
            }
          }
        }
        &.block02 {
          width: 100%;
          padding: 0 5.078125cqw 3.75cqw 6.796874999999999cqw;
          background-image: linear-gradient(180deg, transparent 0%, transparent 2.5cqw, #fff 2.5cqw, #fff 100% );
          @media (max-width: 768px) {
            background-image: linear-gradient(180deg, transparent 0%, transparent 32px, #fff 32px, #fff 100%);
          }
          @media (max-width: 768px) {
            width: 100%;
            padding: 0 20px 32px;
          }

          .image-wrap {
            display: flex;
            gap: 4.6875cqw;
            align-items: center;
            margin-top: 3.28125cqw;
            @media (max-width: 768px) {
              flex-direction: column;
              gap: 0;
            }
            .image {
              width: 30.234375000000004cqw;
              @media (max-width: 768px) {
                width: 285px;
                margin: 42px auto 24px;
              }
              picture {
                display: block;
                width: 100%;
              }
            }
          }

          .txt-wrap {
            width: 34.765625cqw;
            margin-block: 3.75cqw;
            @media (max-width: 768px) {
              width: 100%;
              margin-block: 0 24px;
            }
          }
        }
        &.block03 {
          width: calc((100% - 3.75cqw) / 3);
          padding: 0 1.875cqw;

          @media (max-width: 768px) {
            width: 100%;
            padding: 0 20px;
          }

          .txt-image {
            width: 22.1875cqw;
            margin-block: 1.875cqw 3.125cqw;
            @media (max-width: 768px) {
              width: 248px;
              margin: 18px auto 16px;
            }
            picture {
              display: block;
              width: 100%;
            }
          }

          .image {
            width: 22.1875cqw;
            margin-top: 1.25cqw;
            @media (max-width: 768px) {
              width: 256px;
              margin: 16px auto 0;
            }
            picture {
              display: block;
              width: 100%;
            }
          }
        }
        &.block04 {
          .bubble {
            .bubble-txt {
              line-height: 1.2;
            }
          }
          position: relative;
          width: calc((100% - 3.75cqw) / 3);
          padding: 0 1.875cqw 1.875cqw;

          @media (max-width: 768px) {
            width: 100%;
            padding: 0 20px 32px;
          }

          .txt-image {
            width: 22.1875cqw;
            margin-block: 1.40625cqw;
            @media (max-width: 768px) {
              width: 286px;
              margin: 18px auto 24px;
            }
            picture {
              display: block;
              width: 100%;
            }
          }

          .image {
            width: 15.625cqw;
            margin: 1.25cqw auto 0;
            @media (max-width: 768px) {
              width: 200px;
              margin: 16px auto 0;
            }
            picture {
              display: block;
              width: 100%;
            }
          }
        }
        &.block05 {
          .bubble {
            .bubble-txt {
              line-height: 1.2;
            }
          }
          width: calc((100% - 3.75cqw) / 3);
          padding: 0 2.5cqw 2.734375cqw;

          @media (max-width: 768px) {
            width: 100%;
            padding: 0 29px 32px; 
          }

          .image {
            width: 20.9375cqw;
            margin: 2.03125cqw auto 0;
            @media (max-width: 768px) {
              width: 268px;
              margin: 26px auto 0;
            }
            picture {
              display: block;
              width: 100%;
            }
          }
        }
        &.block06 {
          width: calc((100% - 1.875cqw) / 2);
          padding: 0 1.875cqw 1.875cqw;

          @media (max-width: 768px) {
            width: 100%;
            padding: 0 5px 32px;
          }

          .image {
            width: 36.09375cqw;
            margin: 5.15625cqw auto 4.921875cqw;
            @media (max-width: 768px) {
              width: 315px;
              margin: 18px auto 0;
            }
            picture {
              display: block;
              width: 100%;
            }
          }

          .attention {
            width: fit-content;
            margin: 0 0 0 auto;
            font-size: 0.9375cqw;
            letter-spacing: 0.04em;
            @media (max-width: 768px) {
              margin: 0 11px 0 auto;
              font-size: 1.2rem;
            }
          }
        }
        &.block07 {
          .bubble {
            padding: 0.3125cqw 1.875cqw;
            @media (max-width: 768px) {
              padding: 8px 24px;
            }
            .bubble-txt {
              display: flex;
              gap: 0.3125cqw;
              align-items: center;
              @media (max-width: 768px) {
                gap: 4px;
              }
              .-large {
                font-size: 2.5cqw;
                font-family: var(--text-lato);
                line-height: 1.2;
                @media (max-width: 768px) {
                  font-size: 2.8rem;
                }
              }
              .-small {
                padding-top: 0.3125cqw;
                @media (max-width: 768px) {
                  padding-top: 4px;
                }
              }
            }
          }
          width: calc((100% - 1.875cqw) / 2);
          padding: 0 3.75cqw 3.125cqw;

          @media (max-width: 768px) {
            width: 100%;
            padding: 0 20px 32px;
          }

          .txt-image {
            width: 23.671875cqw;
            margin: 1.40625cqw auto 0;
            @media (max-width: 768px) {
              width: 263px;
              margin: 18px auto 0;
            }
            picture {
              display: block;
              width: 100%;
            }
          }

          .image {
            width: 32.34375cqw;
            margin: 1.875cqw auto;
            @media (max-width: 768px) {
              width: 263px;
              margin: 18px auto 24px;
            }
            picture {
              display: block;
              width: 100%;
            }
          }
        }
        &.block08 {
          width: calc((100% - 3.75cqw) / 3);
          padding: 0 1.875cqw 3.125cqw;

          @media (max-width: 768px) {
            width: 100%;
            padding: 0 20px 32px;
          }

          .txt-image {
            width: 22.1875cqw;
            margin: 1.40625cqw auto 1.875cqw;
            @media (max-width: 768px) {
              width: 284px;
              margin: 18px auto 24px;
            }
            picture {
              display: block;
              width: 100%;
            }
          }

          .image {
            width: 14.0625cqw;
            margin: 6.25cqw auto 0;
            @media (max-width: 768px) {
              width: 140px;
              margin: 16px auto 0;
            }
            picture {
              display: block;
              width: 100%;
            }
          }
        }
        &.block09 {
          width: calc((100% - 3.75cqw) / 3);
          padding: 0 1.875cqw 3.125cqw;
          @media (max-width: 768px) {
            width: 100%;
            padding: 0 20px 32px;
          }

          .txt-image {
            width: 22.1875cqw;
            margin: 0.78125cqw auto 1.875cqw;
            @media (max-width: 768px) {
              width: 284px;
              margin: 0 auto 24px;
            }
            picture {
              display: block;
              width: 100%;
            }
          }

          .image {
            width: 14.0625cqw;
            margin: 3.4375cqw auto 0;
            @media (max-width: 768px) {
              width: 140px;
              margin: 16px auto 0;
            }
            picture {
              display: block;
              width: 100%;
            }
          }
        }
        &.block10 {
          width: calc((100% - 3.75cqw) / 3);
          padding: 0 1.875cqw 2.5cqw;

          @media (max-width: 768px) {
            width: 100%;
            padding: 0 20px 32px;
          }

          .txt-image {
            width: 18.28125cqw;
            margin: 0.78125cqw auto 1.875cqw;
            @media (max-width: 768px) {
              width: 255px;
              margin: -5px auto 24px;
            }
            picture {
              display: block;
              width: 100%;
            }
          }

          .image {
            width: 22.1875cqw;
            margin: 0 auto 1.875cqw;
            @media (max-width: 768px) {
              width: 286px;
              margin: 24px auto;
            }
            picture {
              display: block;
              width: 100%;
            }
          }
        }
      } 
    }
  }
}
/* ↑↑↑ content-box ↑↑↑ */

/* ↓↓↓ staff-box ↓↓↓ */
.staff-box {
  margin-top: min(124px, 9.6875cqw);

  @media (max-width: 768px) {
    margin-top: 100px;
  }
  .staff-box_inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    container-type: inline-size;
    @media (max-width: 768px) {
      margin-top: 100px;
    }

    .bubble {
      position: absolute;
      translate: -50% 0;
      top: -1.25cqw;
      left: 50%;
      width: fit-content;
      margin: 0 auto;
      background-color: #0064B4;
      border-radius: 50px;
      padding: 0.3125cqw 1.875cqw;
      z-index: 1;
      @media (max-width: 768px) {
        top: -20px;
        padding: 8px 24px;
      }
      &::after {
        content: '';
        position: absolute;
        translate: -50% 0;
        bottom: -0.703125cqw;
        left: 50%;
        width: 0.9375cqw;
        height: 0.78125cqw;
        background: url(../img/selling-point/triangle.svg) no-repeat;
        background-size: 0.9375cqw 0.78125cqw;
        @media (max-width: 768px) {
          bottom: -9px;
          width: 12px;
          height: 10px;
          background-size: 12px 10px;
        }
      }
      .bubble-txt {
        font-size: 1.5625cqw;
        font-weight: 600;
        color: #fff;
        text-align: center;
        letter-spacing: 0.08em;
        @media (max-width: 768px) {
          font-size: 1.8rem;
        }
        .-small {
          font-size: 1.25cqw;
          @media (max-width: 768px) {
            font-size: 1.6rem;
          }
        }
      }
    }
    .slidearea {
      position: relative;
      width: 81.5625cqw;
      margin: 0 auto;
      padding: 5cqw 3.75cqw 2.5cqw;
      background-color: #FFF09F;
      @media (max-width: 768px) {
        width: 100%;
        padding: 57px 24px 40px;
      }
      &::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 21.5625cqw;
        height: 9.921875cqw;
        background: url(../img/selling-point/staff-deco.png) no-repeat;
        background-size: cover;
        @media (max-width: 768px) {
          width: 276px;
          height: 127px;
        }
      }
      .splide {
        width: 100%;
        padding-bottom: 6.25cqw;
        @media (max-width: 768px) {
          padding-bottom: 72px;
        }
        .splide__slide {
          display: flex;
          gap: 2.34375cqw;
          @media (max-width: 768px) {
            flex-direction: column;
            gap: 32px;
          }

          .icon-wrap {
            width: 13.4375cqw;
            @media (max-width: 768px) {
              display: flex;
              align-items: center;
              gap: 16px;
              width: 100%;
            }
            .icon {
              width: 9.375cqw;
              height: 9.375cqw;
              margin: 0 auto;
              @media (max-width: 768px) {
                width: 100px;
                height: 100px;
                margin: 0;
              }
            }
            .name-wrap {
              .position {
                font-size: 1.25cqw;
                font-weight: 600;
                text-align: center;
                letter-spacing: 0.06em;
                line-height: 1.5;
                margin-top: 1.25cqw;
                color: #0064B4;
                @media (max-width: 768px) {
                  font-size: 1.6rem;
                  text-align: justify;
                  margin-top: 0;
                }
              }
              .name {
                width: fit-content;
                font-size: 1.09375cqw;
                font-weight: 600;
                line-height: 1.3;
                letter-spacing: 0.08em;
                padding: 0.15625cqw 0.625cqw;
                margin: 0.3125cqw auto 0;
                color: #0064B4;
                background-color: #fff;
                border-radius: 12px;
                @media (max-width: 768px) {
                  width: fit-content;
                  font-size: 1.4rem;
                  padding: 2px 8px;
                  margin: 8px 0 0;
                }
              }
            }
          }

          .comment {
            position: relative;
            width: 58.28124999999999cqw;
            font-size: 1.25cqw;
            padding: 3.125cqw;
            text-align: justify;
            word-break: break-all;
            line-height: 1.7;
            letter-spacing: 0.08em;
            background-color: #fff;
            border-radius: 8px;
            @media (max-width: 768px) {
              width: 100%;
              height: 100%;
              font-size: 1.6rem;
              padding: 24px;
            }

            &::after {
              content: '';
              position: absolute;
              top: 5.3125cqw;
              left: -1.171875cqw;
              width: 1.25cqw;
              height: 1.25cqw;
              background: url(../img/selling-point/triangle-white.svg) no-repeat;
              background-size: cover;

              @media (max-width: 768px) {
                content: '';
                position: absolute;
                translate: -50% 0;
                top: -15px;
                left: 50%;
                width: 20px;
                height: 16px;
                background: url(../img/selling-point/triangle-white_sp.svg) no-repeat;
                background-size: cover;
              }
            }

            .-marker {
              background: #B3DFF0;
              box-decoration-break: clone;
              -webkit-box-decoration-break: clone;
            }
          }
        }
        .splide__pagination {
          width: fit-content;
          display: flex;
          gap: 1.25cqw;
          margin: 0 auto;
          @media (max-width: 768px) {
            gap: 8px;
          }
        }

        .splide__pagination__page {
          position: relative;
          width: 3.125cqw;
          height: 3.125cqw;
          border-radius: 50%;
          background-color: transparent;
          margin: 0;
          opacity: 1;
          transition: background-color 300ms ease;
          @media (max-width: 768px) {
            width: 40px;
            height: 40px;
          }
        }

        .splide__pagination__page.is-active {
          background-color: #fff;
          transform: scale(1);
        }

        .splide__pagination__page::before {
          content: attr(data-num);
          position: absolute;
          inset: 0;
          display: grid;
          place-items: center;
          color: #0064B4;
          font-size: 1.5625cqw;
          font-weight: 700;
          font-family: var(--text-lato);
          @media (max-width: 768px) {
            font-size: 2.0rem;
          }
        }

        .splide__arrows {
          display: block;
          position: absolute;
          width: 25.624999999999996cqw;
          height: 4.375cqw;
          translate: -50% 0;
          bottom: 0;
          left: 50%;
          z-index: 1;
          @media (max-width: 768px) {
            width: 296px;
            height: 56px;
          }
          .splide__arrow {
            align-items: center;
            background-color: #14B1E0;
            border: 1px solid #14B1E0;
            width: 4.375cqw;
            height: 4.375cqw;
            opacity: 1;
            transition: background-color 300ms ease;
            @media (max-width: 768px) {
              width: 56px;
              height: 56px;
            }
            &::after {
              content: '';
              position: absolute;
              translate: 0 -50%;
              top: 50%;
              left: 1.71875cqw;
              width: 0.859375cqw;
              height: 0.859375cqw;
              mask: url(../img/selling-point/arrow.svg) no-repeat;
              mask-size: cover;
              background-color: #fff;
              transition: background-color 300ms ease;
              @media (max-width: 768px) {
                left: 22px;
                width: 11px;
                height: 11px;
              }
            }
            &.splide__arrow--next {
              &::after {
                scale: -1 1;
                left: unset;
                right: 1.71875cqw;
                @media (max-width: 768px) {
                  right: 22px;
                }
              }
            }
            @media (min-width: 769px) {
              &:hover {
                background-color: #fff;
                &::after {
                  background-color: #14B1E0;
                }
              }
            }
          }
        }
      }
    }
  }
}
/* ↑↑↑ staff-box ↑↑↑ */

/* ↓↓↓ other-box ↓↓↓ */
.other-box {
  margin-top: min(120px, 9.375vw);
  padding-block: min(100px, 7.8125vw) min(244px, 19.0625vw);
  background-color: #B3DFF0;
  @media (max-width: 768px) {
    margin-top: 0;
    padding: 85px 24px 260px;
  }
  .other-box_inner {
    max-width: 1280px;
    margin: 0 auto;
    container-type: inline-size;
    @media (max-width: 768px) {
      max-width: 100%;
    }

    .bubble {
      position: relative;
      width: fit-content;
      margin: 0 auto;
      background-color: #0064B4;
      border-radius: 50px;
      padding: 0.3125cqw 1.875cqw;
      @media (max-width: 768px) {
        padding: 8px 24px;
      }
      &::after {
        content: '';
        position: absolute;
        translate: -50% 0;
        bottom: -0.703125cqw;
        left: 50%;
        width: 0.9375cqw;
        height: 0.78125cqw;
        background: url(../img/selling-point/triangle.svg) no-repeat;
        background-size: 0.9375cqw 0.78125cqw;
        @media (max-width: 768px) {
          bottom: -9px;
          width: 12px;
          height: 10px;
          background-size: 12px 10px;
        }
      }
      .bubble-txt {
        font-size: 1.5625cqw;
        font-weight: 600;
        color: #fff;
        text-align: center;
        letter-spacing: 0.08em;
        @media (max-width: 768px) {
          font-size: 1.8rem;
        }
        .-small {
          font-size: 1.25cqw;
          @media (max-width: 768px) {
            font-size: 1.6rem;
          }
        }
      }
    }

    .txt-image {
      width: 32.5cqw;
      margin: 1.71875cqw auto 0;
      @media (max-width: 768px) {
        width: 322px;
        margin: 14px auto 0;
      }
      picture {
        display: block;
        width: 100%;
      }
    }
    .content {
      width: 67.65625cqw;
      margin: 2.5cqw auto 0;
      @media (max-width: 768px) {
        width: 100%;
        margin: 32px auto 0;
      }
      .head {
        position: relative;
        width: fit-content;
        font-size: 1.09375cqw;
        font-family: var(--text-lato);
        font-weight: 700;
        font-style: italic;
        color: #0064B4;
        margin: 0 auto;
        padding: 1.7968749999999998cqw 3.515625cqw 0.625cqw;
        z-index: 0;
        @media (max-width: 768px) {
          font-size: 1.4rem;
          padding: 23px 45px 8px;
        }
        
        &::before {
          content: '';
          position: absolute;
          translate: -50% 0;
          top: 0;
          left: 50%;
          width: 12.03125cqw;
          height: 12.03125cqw;
          border-radius: 50%;
          background-color: #FFDD28;
          z-index: -1;
          @media (max-width: 768px) {
            width: 154px;
            height: 154px;
          }
        }

        &::after {
          content: '';
          position: absolute;
          translate: -50% 0;
          top: 0.78125cqw;
          left: 50%;
          width: 1.484375cqw;
          height: 0.78125cqw;
          background: url(../img/selling-point/other-deco.svg) no-repeat;
          background-size: cover;
          @media (max-width: 768px) {
            top: 10px;
            width: 19px;
            height: 10px;
          }
        }
      }
      .block {
        position: relative;
        width: 67.65625cqw;
        padding: 2.65625cqw 5.078125cqw;
        background-color: #fff;
        border-bottom: 2px solid #FFDD28;
        z-index: 1;
        @media (max-width: 768px) {
          width: 100%;
          padding: 14px 14px 32px;
        }
        .image01 {
          width: 29.296875cqw;
          margin: 0 auto;
          @media (max-width: 768px) {
            width: 298px;
          }
          picture {
            display: block;
            width: 100%;
          }
        }
        .txt-wrap {
          position: relative;
          display: flex;
          gap: 1.875cqw;
          margin-top: 1.25cqw;
          padding-top: 2.5cqw;
          @media (max-width: 768px) {
            flex-direction: column;
            gap: 24px;
            margin: 16px 10px 0;
            padding-top: 24px  0;
          }
          &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-image: repeating-linear-gradient(90deg, #b3dff0, #b3dff0 4px, transparent 4px, transparent 8px);
            background-position: left top;
            background-repeat: repeat-x;
            background-size: 100% 1px;
          }
          .txt {
            width: 34.765625cqw;
            font-size: 1.25cqw;
            letter-spacing: 0.15em;
            line-height: 1.75;
            text-align: justify;
            word-break: break-all;
            @media (max-width: 768px) {
              width: 100%;
              font-size: 1.6rem;
            }
          }
          .image02 {
            width: 20.234375cqw;
            @media (max-width: 768px) {
              width: 259px;
              margin: 0 auto;
            }
            picture {
              display: block;
              width: 100%;
            }
          }
        }
      }
    }
  }
}
/* ↑↑↑ other-box ↑↑↑ */

@media (max-width: 768px) {
  footer {
    .link-box {
      margin: -180px auto 0;
    }
  }
}