@charset "utf-8";
body {
  background-color: #F4F8FF;
}
main {
  overflow: clip;
}
.conts_ttl {
  position: relative;
  font-size: 3.0303030303030303cqw;
  font-weight: 700;
  line-height: 1.4545454545454546;
  letter-spacing: 0.05em;
  color: #103585;
  padding-left: 3.2196969696969697cqw;
  padding-bottom: 2.272727272727273cqw;

  @media (max-width: 768px) {
    font-size: 2.2rem;
    padding-left: 22px;
    padding-bottom: 16px;
  }

  &::before {
    content: '';
    position: absolute;
    width: 1.5151515151515151cqw;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #103585;
    top: 1.893939393939394cqw;
    left: 0;

    @media (max-width: 768px) {
      width: 12px;
      top: 13px;
    }
  }

  &::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #D5E2FD;
    bottom: 0;
    left: 0;
  }
}
/* ↓↓↓ fv ↓↓↓ */
.fv {
  padding: min(13.359375000000002vw,171px) 20px 0;
  margin: 0 auto;

  @media (max-width: 768px) {
    padding-top: 112px;
  }
}
.fv .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.fv .inner .ttl {
  .en {
    font-size: 6.0606060606060606cqw;
    font-family: var(--text-poppins);
    font-weight: 600;
    line-height: 1.0476190476190477;
    letter-spacing: 0;
    color: #103585;

    @media (max-width: 768px) {
      font-size: 4.2rem;
    }
  }

  .ja {
    position: relative;
    font-size: 1.893939393939394cqw;
    font-weight: 700;
    letter-spacing: 0.05em;
    display: block;
    padding-left: 1.5151515151515151cqw;
    margin-top: 1.7045454545454544cqw;

    @media (max-width: 768px) {
      font-size: 1.5rem;
      padding-left: 14px;
      margin-top: 0;
    }

    &::before {
      content: '';
      position: absolute;
      width: 0.7575757575757576cqw;
      height: auto;
      aspect-ratio: 1/1;
      border-radius: 50%;
      background-color: #103585;
      top: 1.1363636363636365cqw;
      left: 0;

      @media (max-width: 768px) {
        width: 8px;
        top: 8px;
      }
    }
  }
}
.fv .inner .breadcrumbs {
  margin-top: 11.363636363636363cqw;

  @media (max-width: 768px) {
    margin-top: 64px;
  }

  .list {
    display: flex;
    gap: 3.0303030303030303cqw;

    @media (max-width: 768px) {
      gap: 24px;
    }

    .item {
      position: relative;
      font-size: 1.231060606060606cqw;
      font-weight: 500;
      letter-spacing: 0.05em;

      @media (max-width: 768px) {
        font-size: 1.2rem;
      }

      +.item::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: rgba(16, 53, 133,.5);
        translate: -100% 0;
        top: 0;
        left: -1.5151515151515151cqw;
        
        @media (max-width: 768px) {
          left: -12px;
        }
      }

      .link {
        color: rgba(16, 53, 133,.5);
        transition: color ease .3s;

        @media (min-width: 769px) {
          &:hover {
            color: rgba(16, 53, 133);
          }
        }
      }
    }
  }
}
.fv .img {
  width: auto;
  max-height: 500px;
  display: block;
  overflow: clip;
  border-radius: min(0.78125vw,10px);
  margin: min(1.875vw,24px) -20px 0;

  @media (max-width: 768px) {
    max-height: 360px;
    border-radius: 0 8px 8px 0;
    margin-top: 14px;
  }

  img {
    object-fit: cover;
    object-position: center;

    @media (max-width: 768px) {
      height: 100%;
    }
  }
}
/* ↑↑↑ fv ↑↑↑ */
/* ↓↓↓ intro ↓↓↓ */
.intro {
  padding: 0 20px;
  margin: min(9.375vw,120px) auto 0;
  @media (max-width: 768px) {
    margin-top: 80px;
  }
}
.intro .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
  @media (max-width: 768px) {
    width: 100%;
  }
}
.intro .inner .txt {
  width: 82.95454545454545cqw;
  font-size: max(1.4204545454545454cqw,1rem);
  font-weight: 500;
  line-height: 2.2666666666666666;
  letter-spacing: 0.04em;
  text-align: justify;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
  
   @media (max-width: 768px) {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
  }
}
/* ↑↑↑ intro ↑↑↑ */
/* ↓↓↓ declaration ↓↓↓ */
.declaration {
  padding: 0 20px;
  margin: min(9.375vw,120px) auto 0;
  
  @media (max-width: 768px) {
    margin-top: 80px;
  }
}
.declaration .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
  @media (max-width: 768px) {
    width: 100%;
  }
}
.declaration .inner .txt {
  width: 82.95454545454545cqw;
  font-size: max(1.4204545454545454cqw,1rem);
  font-weight: 500;
  line-height: 2.2666666666666666;
  letter-spacing: 0.04em;
  text-align: justify;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
  margin-top: 5.303030303030303cqw;

  @media (max-width: 768px) {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 48px;
  }

  .-blue {
    color: var(--color-blue);
  }
}
.declaration .inner .box {
  position: relative;
  margin: 5.303030303030303cqw auto 0;
  @media (max-width: 768px) {
    margin-top: 64px;
  }
}
.declaration .inner .box .block {
  &+.block {
    margin-top: 3.787878787878788cqw;

    @media (max-width: 768px) {
      margin-top: 32px;
    }
  }
}
.declaration .inner .box .head {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7045454545454544cqw;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: var(--color-blue);
  border-radius: 4px;
  padding: 0.8522727272727272cqw 2.272727272727273cqw;

  @media (max-width: 768px) {
    font-size: 1.5rem;
    padding: 6px 16px;
  }
}
.declaration .inner .box .block_txt {
  font-size: max(1.4204545454545454cqw,1rem);
  font-weight: 500;
  line-height: 2.2666666666666666;
  letter-spacing: 0.04em;
  text-align: justify;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
  margin-top: 2.272727272727273cqw;
  
  @media (max-width: 768px) {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 16px;
  }

  .-indent {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    @media (max-width: 768px) {
      margin-bottom: 12px;
    }
    &:last-of-type {
      margin-bottom: 0;
    }
  }
}
.declaration .inner .box .name_wrap {
  width: fit-content;
  margin-left: auto;
  margin-top: 2.272727272727273cqw;

  @media (max-width: 768px) {
    margin-top: 32px;
  }
}
.declaration .inner .box .name_wrap .day {
  font-size: max(1.4204545454545454cqw,1rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: justify;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
  text-align: right;

  @media (max-width: 768px) {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
  }
}
.declaration .inner .box .name_wrap .company {
  font-size: max(1.4204545454545454cqw,1rem);
  font-weight: 500;
  line-height: 2.2666666666666666;
  letter-spacing: 0.04em;
  text-align: justify;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
  text-align: right;

  @media (max-width: 768px) {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
  }
}
.declaration .inner .box .name_wrap .name {
  font-size: max(1.893939393939394cqw,1rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: justify;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
  text-align: right;

  @media (max-width: 768px) {
    width: 100%;
    font-size: 2.0rem;
    line-height: 2;
  }
}
.declaration .inner .box .name_wrap .name .post {
  font-size: max(1.4204545454545454cqw,1rem);

  @media (max-width: 768px) {
    font-size: 1.5rem;
  }
}
/* ↑↑↑ declaration ↑↑↑ */
/* ↓↓↓ data ↓↓↓ */
.data {
  padding: 0 20px;
  margin: min(11.71875vw,150px) auto 0;
  @media (max-width: 768px) {
    margin-top: 80px;
  }
}
.data .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
  @media (max-width: 768px) {
    width: 100%;
  }
}
.data .inner .txt {
  width: 82.95454545454545cqw;
  font-size: max(1.4204545454545454cqw,1rem);
  font-weight: 500;
  line-height: 2.2666666666666666;
  letter-spacing: 0.04em;
  text-align: justify;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
  margin-top: 5.303030303030303cqw;

  @media (max-width: 768px) {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 48px;
  }

  .-blue {
    color: var(--color-blue);
  }
}
.data .inner .-indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.data .inner .table_wrap+.txt{
  margin-top: 7.575757575757576cqw;

  @media (max-width: 768px) {
    margin-top: 32px;
  }
}
.data .inner .table_wrap {
  width: 81.5340909090909cqw;
  margin: 7.575757575757576cqw 0 0 auto;

  @media (max-width: 768px) {
    width: 100%;
    margin-top: 64px;
  }
}
.data .inner .scroll_wrap {
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;

  @media (max-width: 768px) {
    width: auto;
    padding: 0 20px 24px;
    margin-inline: -20px;
  }

  &::-webkit-scrollbar {
    display: none;
  }

  .simplebar-track.simplebar-horizontal {
    width: calc(100% - 20px*2);
    height: 4px !important;
    background: #E8E8E8;
    border-radius: 9999px;
    left: 20px;
  }
  .simplebar-scrollbar {
    height: 100%;
    background: #678DDE;
    border-radius: 9999px;
    border: unset;
  }
  .simplebar-scrollbar.simplebar-visible:before {
    background: #678DDE;
  }

  .table {
    position: relative;
    width: 100%;

    @media (max-width: 768px) {
      width: min(calc(618/375*100vw),800px);

      &::before {
        content: '';
        position: absolute;
        width: 20px;
        height: auto;
        aspect-ratio: 1/1;
        translate: 100% 0;
        top: 0;
        right: 0;
      }
    }

    .head {
      display: flex;
      gap: 0.3787878787878788cqw;

      @media (max-width: 786px) {
        gap: 4px;
      }

      .head_txt {
        font-size: max(1.4204545454545454cqw,1rem);
        font-weight: 700;
        letter-spacing: 0.04em;
        color: #fff;
        background-color: #103585;
        border-radius: 0.3787878787878788cqw 0.3787878787878788cqw 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.946969696969697cqw;

        @media (max-width: 768px) {
          font-size: 1.5rem;
          border-radius: 4px 4px 0 0;
          padding: 10px;
        }

        &.head_cell {
          width: 31.25cqw;

          @media (max-width: 768px) {
            width: min(90.44776119402985cqw,400px);
          }
        }
        &:not(.head_cell) {
          flex: 1;
        }
      }
    }
    
    .body {
      display: flex;
      flex-direction: column;
      gap: 0.3787878787878788cqw;
      margin-top: 0.946969696969697cqw;

      @media (max-width: 768px) {
        gap: 4px;
        margin-top: 10px;
      }

      .group {
        display: flex;
        gap: 0.3787878787878788cqw;
        background-color: #fff;
        border-radius: 0.3787878787878788cqw;

        @media (max-width: 768px) {
          gap: 4px;
          border-radius: 4px;
        }

        .body_txt {
          position: relative;
          min-height: 5.776515151515151cqw;
          font-size: max(1.4204545454545454cqw,1rem);
          font-weight: 500;
          line-height: 1.4666666666666666;
          letter-spacing: 0.04em;
          display: flex;
          align-items: center;
          padding: 0.8522727272727272cqw 1.1363636363636365cqw;

          @media (max-width: 768px) {
            min-height: 61px;
            font-size: 1.5rem;
            padding: 9px 10px;
          }

          &.head_cell {
            width: 31.25cqw;
            
            @media (max-width: 768px) {
              width: min(90.44776119402985cqw,400px);
            }
          }
          &:not(.head_cell) {
            flex: 1;
            justify-content: center;
          }

          &+.body_txt::before {
            content: '';
            position: absolute;
            width: 1px;
            height: calc(100% - 1.7992424242424243cqw);
            background-color: #D5E2FD;
            translate: -100% -50%;
            top: 50%;
            left: -0.1893939393939394cqw;

            @media (max-width: 768px) {
              height: calc(100% - 18px);
              left: -2px;
            }
          }

          sup {
            font-size: 1rem;
          }

          .num {
            font-size: 2.272727272727273cqw;
            font-weight: 700;
            line-height: 1;
            letter-spacing: 0.04em;
            color: #103585;

            @media (max-width: 768px) {
              font-size: 2.4rem;
            }
            
            .unit {
              font-size: max(1.4204545454545454cqw,1rem);

              @media (max-width: 768px) {
                font-size: 1.5rem;
              }
            }
          }

          .link {
            color: #103585;
            text-decoration: underline;
            transition: opacity ease .3s;

            &:hover {
              opacity: 0.7;
              text-decoration: unset;
            }
          }
        }
      }
    }
  }
}

.data .inner .scrollhint {
  position: absolute;
  width: 106px;
  height: auto;
  aspect-ratio: 106/91;
  opacity: 0;
  pointer-events: none;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
/* ↑↑↑ data ↑↑↑ */
/* ↓↓↓ certification ↓↓↓ */
.certification {
  padding: 0 20px;
  margin: min(11.71875vw,150px) auto 0;

  @media (max-width: 768px) {
    margin-top: 80px;
  }
}
.certification .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.certification .inner .flex {
  display: flex;
  gap: 64px 8.522727272727272cqw;
  align-items: flex-start;
  margin-top: 5.303030303030303cqw;

  @media (max-width: 768px) {
    flex-direction: column;
    margin-top: 48px;
  }

  .txt {
    flex: 1;
    font-size: max(1.4204545454545454cqw,1rem);
    font-weight: 500;
    line-height: 2.2666666666666666;
    text-align: justify;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
    letter-spacing: 0.04em;

    @media (max-width: 768px) {
      font-size: 1.5rem;
      line-height: 2;
    }
  }

  .img {
    width: 42.61363636363637cqw;
    display: block;
    flex-shrink: 0;

    @media (max-width: 768px) {
      width: 100%;
    }
  }
}
/* ↑↑↑ certification ↑↑↑ */
/* ↓↓↓ promotion ↓↓↓ */
.promotion {
  padding: 0 20px;
  margin: min(11.71875vw,150px) auto 0;

  @media (max-width: 768px) {
    margin-top: 80px;
  }
}
.promotion .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.promotion .inner .txt {
  font-size: max(1.4204545454545454cqw,1rem);
  font-weight: 500;
  line-height: 2.2666666666666666;
  text-align: justify;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  letter-spacing: 0.04em;

  @media (max-width: 768px) {
    font-size: 1.5rem;
    line-height: 2;
  }

  .flex_txt {
    display: flex;

    .flex_head {
      flex-shrink: 0;
    }

    .flex_conts {
      flex: 1;
    }
  }
}
.promotion .inner .conts_ttl+.txt {
  width: 82.95454545454545cqw;
  margin-top: 5.303030303030303cqw;

  @media (max-width: 768px) {
    width: 100%;
    margin-top: 48px;
  }
}
.promotion .inner .box {
  background-color: #fff;
  border-radius: 1.893939393939394cqw;
  padding: 5.303030303030303cqw 6.25cqw;
  margin-top: 7.575757575757576cqw;

  @media (max-width: 768px) {
    border-radius: 14px;
    padding: 32px 17px 39px;
    margin-top: 64px;
  }

  .flex {
    display: flex;
    gap: 32px 5.492424242424242cqw;

    @media (max-width: 768px) {
      flex-direction: column;
    }

    .schedule {
      width: 22.348484848484848cqw;
      flex-shrink: 0;

      @media (max-width: 768px) {
        width: 100%;
      }
    }

    .goal {
      flex: 1;
    }

    .head {
      width: fit-content;
      font-size: max(1.4204545454545454cqw,1rem);
      font-weight: 700;
      letter-spacing: 0.04em;
      color: #fff;
      background-color: #103585;
      border-radius: 0.3787878787878788cqw;
      display: block;
      padding: 0.3787878787878788cqw 1.5151515151515151cqw;

      @media (max-width: 768px) {
        font-size: 1.5rem;
        border-radius: 4px;
        padding: 6px 16px;
      }

      &+.txt {
        margin-top: 2.272727272727273cqw;

        @media (max-width: 768px) {
          margin-top: 16px;
        }
      }
    }

    .-blue {
      font-weight: 700;
      color: #103585;
    }
  }

  .img_block {
    border-top: 1px solid #AEBDDF;
    padding-top: 3.787878787878788cqw;
    margin-top: 3.787878787878788cqw;

    @media (max-width: 768px) {
      padding-top: 24px;
      margin-top: 48px;
    }

    .img {
      width: 52.36742424242424cqw;
      margin: 0 auto;

      @media (max-width: 768px) {
        width: 100%;
      }
    }
  }
}
/* ↑↑↑ promotion ↑↑↑ */
/* ↓↓↓ development ↓↓↓ */
.development {
  padding: 0 20px;
  margin: min(11.71875vw,150px) auto min(15.625vw,200px);

  @media (max-width: 768px) {
    margin-block: 80px 100px;
  }
}
.development .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.development .inner .txt {
  width: 82.95454545454545cqw;
  font-size: max(1.4204545454545454cqw,1rem);
  font-weight: 500;
  line-height: 2.2666666666666666;
  text-align: justify;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  letter-spacing: 0.04em;
  margin-top: 5.303030303030303cqw;

  @media (max-width: 768px) {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 48px;
  }
}
.development .inner .img {
  width: 100%;
  display: block;
  border-radius: 1.893939393939394cqw;
  overflow: clip;
  margin-top: 7.575757575757576cqw;

  @media (max-width: 768px) {
    border-radius: 10px;
    margin-top: 64px;
  }
}
/* ↑↑↑ development ↑↑↑ */