@charset "utf-8";

body {
  overflow-x: clip;
  position: relative;
  background-color: #F0F0F0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 6.25vw 6.25vw;

  @media (max-width: 768px) {
    background-size: 80px 80px;
  }
}

/* ↓↓↓ fv ↓↓↓ */
.fv {
  margin-top: min(80px, 6.25vw);
  height: min(640px, 50vw);
  overflow-x: clip;
  @media (max-width: 768px) {
    margin-top: 64px;
    height: fit-content;
    padding-inline: 24px;
  }
  .inner {
    position: relative;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    container-type: inline-size;
    @media (max-width: 768px) {
      max-width: 100%;
    }
    .fv-ttl-group {
      position: relative;
      margin: 4.6875cqw 0 0 9.6875cqw;
      z-index: 1;
      @media (max-width: 768px) {
        margin: 56px 0 0;
      }
    }
    .text {
      width: 18.75cqw;
      font-size: 1.171875cqw;
      letter-spacing: 0.1em;
      line-height: 1.8666666;
      text-align: justify;
      word-break: break-all;
      margin: 3.125cqw 0 0 9.6875cqw;
      @media (max-width: 768px) {
        width: 100%;
        font-size: 1.5rem;
        margin: 32px 0 0;
      }
    }
    .image {
      position: absolute;
      bottom: 4.6875cqw;
      right: 9.6875cqw;
      width: 60cqw;
      display: block;
      @media (max-width: 768px) {
        position: relative;
        bottom: unset;
        right: unset;
        width: 327px;
        margin: 32px auto 0;
      }
    }
    div[class*="deco"] {
      position: absolute;
    }
    .deco01 {
      top: -6.25cqw;
      left: 25.234374999999996cqw;
      width: 10.9375cqw;
      @media (max-width: 768px) {
        top: -54px;
        left: 86px;
        width: 99px;
      }
    }
    .deco02 {
      top: 4.375cqw;
      right: 46.25cqw;
      width: 3.75cqw;
      @media (max-width: 768px) {
        top: 50px;
        right: 76px;
        width: 34px;
      }
    }
    .deco03 {
      top: 4.765625cqw;
      right: 27.5cqw;
      width: 7.8125cqw;
      @media (max-width: 768px) {
        top: unset;
        bottom: 142px;
        right: 3px;
        width: 56px;
      }
    }
    .deco04 {
      top: 11.328125cqw;
      right: 11.484375cqw;
      width: 2.5cqw;
      @media (max-width: 768px) {
        top: 50px;
        right: 23px;
        width: 16px;
      }
    }
    .deco05 {
      top: 18.28125cqw;
      left: 0;
      width: 7.8125cqw;
      @media (max-width: 768px) {
        top: unset;
        bottom: 98px;
        left: -31px;
        width: 57px;
        z-index: -1;
      }
    }
    .deco06 {
      bottom: 9.296875cqw;
      right: -4.53125cqw;
      width: 21.09375cqw;
      @media (max-width: 768px) {
        translate: 120px 0;
        bottom: 26px;
        left: 50%;
        width: 110px;
      }
    }
    .deco07 {
      bottom: -10.15625cqw;
      left: 4.453125cqw;
      width: 15.625cqw;
      @media (max-width: 768px) {
        bottom: -54px;
        left: -32px;
        width: 124px;
        z-index: -1;
      }
    }
  }
}
/* ↑↑↑ fv ↑↑↑ */
/* ↓↓↓ lead_block ↓↓↓ */
.lead_block {
  position: relative;
  max-width: 1280px;
  container-type: inline-size;
  margin: min(9.375vw,120px) auto 0;

  @media (max-width: 768px) {
    padding-inline: 26px;
    margin-top: 100px;
  }
  
  .deco {
    position: absolute;
    width: 2.5cqw;
    top: 6.796874999999999cqw;
    right: 5.234375cqw;

    @media (max-width: 768px) {
      display: none;
    }
  }
}
.lead_block .inner {
  width: 80.625cqw;
  margin: 0 auto;

  @media (max-width: 768px) {
    width: 100%;
  }

  .ttl-group {
    width: 53.125cqw;
    margin: unset;

    @media (max-width: 768px) {
      width: 100%;
    }
  }
  .txt {
    width: 53.125cqw;
    font-size: max(1.171875cqw,1rem);
    font-weight: 400;
    line-height: 1.8666666666666667;
    letter-spacing: 0.04em;
    text-align: justify;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
    margin-top: 3.125cqw;

    @media (max-width: 768px) {
      width: 100%;
      font-size: 1.5rem;
      margin-top: 40px;
    }
  }
}
/* ↑↑↑ lead_block ↑↑↑ */
section[class*="box"] {
  position: relative;
  max-width: 1280px;
  container-type: inline-size;
  margin: min(3.125cqw,40px) auto 0;

  @media (max-width: 768px) {
    padding-inline: 26px;
    margin-top: 40px;
  }

  .box01 {
    margin-top: 5.078125cqw;

    @media (max-width: 768px) {
      margin-top: 56px;
    }
  }

  .inner {
    position: relative;
    width: 80.625cqw;
    background-color: #fff;
    border-radius: 20px;
    padding: 4.6875cqw 6.875000000000001cqw 4.375cqw;
    margin: 0 auto;

    @media (max-width: 768px) {
      width: 100%;
      padding: 44px 23px 32px;
    }

    &::before {
      content: '';
      position: absolute;
      translate: -50% 0;
      top: 0;
      left: 50%;
      width: 20.625cqw;
      height: 0.3125cqw;
      background-image: var(--grad01);
      background-repeat: no-repeat;
      background-size: 100%;

      @media (max-width: 768px) {
        width: 210px;
        height: 4px;
      }
    }
  }

  .box_ttl {
    font-size: 2.1875cqw;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    color: #052275;

    @media (max-width: 768px) {
      font-size: 2rem;
    }
  }

  .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 3.125cqw 5cqw;
    margin-top: 3.75cqw;

    @media (max-width: 768px) {
      margin-top: 16px;
      gap: 40px 0;
    }

    @media (max-width: 768px) {
      flex-direction: column;
    }

    .txt {
      flex: 1;
      font-size: max(1.171875cqw,1rem);
      font-weight: 400;
      line-height: 1.8666666666666667;
      letter-spacing: 0.1em;
      text-align: justify;
      overflow-wrap: anywhere;
      word-break: normal;
      line-break: strict;
      
      @media (max-width: 768px) {
        font-size: 1.5rem;
      }

      .-bold {
        font-weight: 700;
        color: var(--color-navy);
      }

      .-indent {
        display: block;
        padding-left: 0.6em;
        text-indent: -0.6em;
        @media (max-width: 768px) {
          white-space: unset;
        }
      }

      &:has(.-indent) {
        flex: unset;
        width: 100%;
      }
    }
    .img {
      width: 27.500000000000004cqw;
      height: fit-content;
      border-radius: 20px;
      border: 1px solid #052275;
      overflow: clip;
      flex-shrink: 0;

      @media (max-width: 768px) {
        width: 100%;
        order: 2;
      }
    }
  }
  .lead {
    font-size: max(1.171875cqw,1rem);
    font-weight: 400;
    line-height: 1.8666666666666667;
    letter-spacing: 0.04em;
    text-align: justify;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
    margin-top: 3.75cqw;
    
    @media (max-width: 768px) {
      font-size: 1.5rem;
      margin-top: 16px;
    }
  }

  .block {
    margin-top: 3.125cqw;

    @media (max-width: 768px) {
      margin-top: 32px;
    }

    .block_head {
      font-size: 1.40625cqw;
      font-weight: 700;
      letter-spacing: 0.04em;
      color: #fff;
      background-color: #052275;
      border-radius: 8px;
      padding: 0.625cqw 1.875cqw;

      @media (max-width: 768px) {
        font-size: 1.8rem;
        padding: 8px 16px;
      }
    }

    .txt {
      font-size: max(1.171875cqw,1rem);
      font-weight: 400;
      line-height: 1.8666666666666667;
      letter-spacing: 0.04em;
      text-align: justify;
      overflow-wrap: anywhere;
      word-break: normal;
      line-break: strict;
      margin-top: 1.25cqw;

      @media (max-width: 768px) {
        font-size: 1.5rem;
        margin-top: 16px;
      }
    }
  }
  .inner_box {
    background-color: #F0F0F0;
    border-radius: 8px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0 2.5cqw;
    grid-template-areas:
    "img head"
    "img txt"; 
    padding: 2.5cqw 4.375cqw 2.5cqw 3.125cqw;
    margin-top: 1.953125cqw;
    
    @media (max-width: 768px) {
      grid-template-rows: auto 1fr;
      gap: 0 16px;
      grid-template-areas: 
      "img head"
      "txt txt";
      padding: 16px;
      margin-top: 24px;
    }

    &+.inner_box {
      margin-top: 1.25cqw;

      @media (max-width: 768px) {
        margin-top: 16px;
      }
    }

    .img {
      grid-area: img;
      width: 13.750000000000002cqw;
      height: fit-content;
      border-radius: 8px;
      overflow: clip;

      @media (max-width: 768px) {
        width: 110px;
      }
    }
    
    .inner_head {
      grid-area: head;
      align-self: flex-end;
      font-size: max(1.328125cqw,1rem);
      font-weight: 700;
      letter-spacing: 0.04em;
      color: #052275;

      @media (max-width: 768px) {
        align-self: center;
        font-size: 1.5rem;
      }
    }
    .inner_txt {
      grid-area: txt;
      align-self: flex-start;
      font-size: max(1.171875cqw,1rem);
      font-weight: 400;
      line-height: 1.8666666666666667;
      letter-spacing: 0.04em;
      text-align: justify;
      overflow-wrap: anywhere;
      word-break: normal;
      line-break: strict;
      margin-top: 1.25cqw;

      @media (max-width: 768px) {
        font-size: 1.5rem;
        margin-top: 16px;
      }
    }
  }
  .example {
    width: 100%;
    padding: 1.875cqw;
    background-color: #F0F0F0;
    border-radius: 8px;

    @media (max-width: 768px) {
      padding: 24px;
    }

    .example_head {
      font-size: 1.328125cqw;
      font-weight: 700;
      margin-bottom: 0.9375cqw;
      color: var(--color-navy);
      @media (max-width: 768px) {
        font-size: 17px;
        margin-bottom: 12px;
      }
    }

    .example_txt {
      font-size: max(1.171875cqw, 1rem);
      font-weight: 400;
      line-height: 1.8666666666666667;
      letter-spacing: 0.1em;
      text-align: justify;
      overflow-wrap: anywhere;
      word-break: normal;
      line-break: strict;
      @media (max-width: 768px) {
        font-size: 1.5rem;
      }
    }
  }
  .voice {
    margin-top: 3.125cqw;

    @media (max-width: 768px) {
      margin-top: 40px;
    }

    .voice_head {
      position: relative;
      font-size: max(1.171875cqw,1rem);
      font-weight: 700;
      letter-spacing: 0.04em;
      padding-left: 1.5625cqw;

      @media (max-width: 768px) {
        font-size: 1.5rem;
        padding-left: 20px;
      }

      &::before {
        content: '';
        position: absolute;
        width: 0.9375cqw;
        height: auto;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: #052275;
        top: 0.46875cqw;
        left: 0;

        @media (max-width: 768px) {
          width: 12px;
          top: 6px;
        }
      }
    }

    .voice_flex {
      display: flex;
      gap: 2.5cqw;
      margin-top: 1.25cqw;

      @media (max-width: 768px) {
        gap: 20px;
        margin-top: 20px;
      }

      .icon {
        width: 7.5cqw;
        flex-shrink: 0;

        @media (max-width: 768px) {
          width: 64px;
        }

        img {
          width: 100%;
          height: fit-content;
          aspect-ratio: 1/1;
        }

        figcaption {
          font-size: max(1.171875cqw,1rem);
          font-weight: 400;
          letter-spacing: 0.04em;
          text-align: center;
          margin-top: 0.546875cqw;

          @media (max-width: 768px) {
            font-size: 1.3rem;
            margin-top: 8px;
          }
        }
      }

      .voice_txt {
        position: relative;
        height: fit-content;
        font-size: max(1.171875cqw,1rem);
        line-height: 1.8666666666666667;
        letter-spacing: 0.04em;
        text-align: justify;
        overflow-wrap: anywhere;
        word-break: normal;
        line-break: strict;
        background-color: #F0F0F0;
        border-radius: 8px;
        padding: 1.875cqw;

        @media (max-width: 768px) {
          font-size: 1.5rem;
          padding: 16px;
        }

        &::before {
          content: '';
          position: absolute;
          width: 1.25cqw;
          height: auto;
          aspect-ratio: 16/12;
          background-image: url(../img/diversity/voice_txt_deco.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          translate: -100% 0;
          top: 1.875cqw;
          left: 0;

          @media (max-width: 768px) {
            width: 16px;
            top: 16px;
          }
        }
      }
    }
  }
}
/* ↓↓↓ other ↓↓↓ */
.other {
  margin-block: min(120px, 9.375cqw) min(160px, 12.5cqw);
  @media (max-width: 768px) {
    margin-block: 72px 80px;
    padding-inline: 26px;
  }
  .inner {
    max-width: 1280px;
    margin: 0 auto;
    container-type: inline-size;
    @media (max-width: 768px) {
      max-width: 100%;
    }
    .content {
      width: 75cqw;
      margin: 0 auto;
      @media (max-width: 768px) {
        width: 100%;
      }
      .container {
        display: flex;
        gap: 1.875cqw;
        margin-top: 3.125cqw;
        @media (max-width: 768px) {
          flex-direction: column;
          gap: 8px;
          margin-top: 40px;
        }
        .card {
          position: relative;
          width: 17.34375cqw;
          aspect-ratio: 222/266;
          border: 1px solid var(--color-navy);
          border-radius: 12px;
          overflow: hidden;
          @media (max-width: 768px) {
            width: 100%;
            height: 160px;
            aspect-ratio: unset;
          }
          &:not([href]) {
            .arrow-wrap {
              display: none;
            }
            @media (min-width: 769px) {
              &:hover {
                .image {
                  scale: 1.0;
                }
              }
            }
          }
          .image {
            position: absolute;
            top: -1px;
            left: -1px;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            z-index: -1;
            transition: scale 300ms ease;
            @media (max-width: 768px) {
              img {
                width: 100%;
                height: auto;
                object-position: center center;
                display: block;
              }
            }
          }
          .head {
            font-size: 1.25cqw;
            font-weight: 700;
            color: #fff;
            letter-spacing: 0.1em;
            padding: 0.9375cqw 0 0 0.9375cqw;
            @media (max-width: 768px) {
              font-size: 1.6rem;
              padding: 12px 0 0 12px;
            }
          }
          .arrow-wrap {
            position: absolute;
            bottom: -1px;
            right: -1px;
            width: 3.75cqw;
            aspect-ratio: 1/1;
            border-radius: 20px 0 0 0;
            border: 1px solid var(--color-navy);
            overflow: hidden;
            @media (max-width: 768px) {
              width: 48px;
            }
            &::before {
              content: '';
              position: absolute;
              top: -1px;
              left: -1px;
              width: calc(100% + 2px);
              height: calc(100% + 2px);
              background: var(--grad02);
            }
            &::after {
              content: '';
              position: absolute;
              top: -1px;
              left: -1px;
              width: calc(100% + 2px);
              height: calc(100% + 2px);
              background-color: var(--color-navy);
              transition: opacity 300ms ease;
            }
            .arrow {
              display: block;
              position: absolute;
              top: 36%;
              left: 50%;
              translate: -50% 0%;
              width: 1.71875cqw;
              height: 1.015625cqw;
              z-index: 2;
              mask-image: url(../img/about/other-arrow.svg);
              mask-repeat: no-repeat;
              mask-size: cover;
              background-color: #fff;
              transition: background-color 300ms ease;
              @media (max-width: 768px) {
                width: 22px;
                height: 13px;
              }
            }
          }
          @media (min-width: 768px) {
            &:hover {
              .image {
                scale: 1.1;
              }
              .arrow-wrap {
                &::after {
                  opacity: 0;
                }
              }
            }
          }
        }
      }
    }
  }
}
/* ↑↑↑ other ↑↑↑ */
/* ↓↓↓ foot_btn ↓↓↓ */
.foot_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.625cqw;
  aspect-ratio: 264/64;
  font-size: 1.171875cqw;
  font-weight: 700;
  color: var(--color-navy);
  margin: 3.75cqw auto 0; 
  border-radius: 9999px;
  border: 1px solid #fff;
  background-color: #fff;
  transition: background-color 300ms ease, color 300ms ease;
  @media (max-width: 768px) {
    width: 264px;
    font-size: 1.5rem;
    margin-top: 40px;
  }
  &::before,&::after {
    content: '';
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    left: 1.25cqw;
    width: 0.9375cqw;
    height: 0.9375cqw;
    border-radius: 50%;
    @media (max-width: 768px) {
      width: 12px;
      height: 12px;
      left: 16px;
    }
  }
  &::before {
    background-color: #fff;
  }
  &::after {
    background-image: var(--grad02);
    transition: opacity 300ms ease;
  }
  .ex-link {
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    right: 1.25cqw;
    width: 1.484375cqw;
    height: 1.171875cqw;
    mask-image: url(../img/business/ex-link.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    background-color: var(--color-navy);
    transition: background-color 300ms ease;
    @media (max-width: 768px) {
      right: 16px;
      width: 19px;
      height: 15px;
    }
  }
  @media (min-width: 769px) {
    &:hover {
      background-color: var(--color-navy);
      color: #fff;
      &::after {
        opacity: 0;
      }
      .ex-link {
        background-color: #fff;
      }
    }
  }
}
/* ↑↑↑ foot_btn ↑↑↑ */