@charset "utf-8";
body {
  background-color: #F4F8FF;
}

.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;
  height: 500px;
  display: block;
  overflow: clip;
  border-radius: min(0.78125vw,10px);
  margin: min(1.875vw,24px) -20px 0;

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

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

    @media (max-width: 768px) {
      height: 100%;
    }
  }
}
/* ↑↑↑ fv ↑↑↑ */
/* ↓↓↓ message ↓↓↓ */
.message {
  padding: 0 20px;
  margin: min(9.375vw,120px) auto 0;

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

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

  .txt_group {
    flex: 1;

    .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: normal;
      line-break: strict;

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

    .name {
      font-size: 1.893939393939394cqw;
      font-weight: 500;
      letter-spacing: 0.04em;
      text-align: end;
      margin-top: 3.0303030303030303cqw;

      @media (max-width: 768px) {
        font-size: 2rem;
        margin-top: 32px;
      }

      .post {
        font-size: max(1.4204545454545454cqw,1rem);

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

  .img {
    width: 45.45454545454545cqw;
    height: fit-content;
    display: block;
    border-radius: 0.946969696969697cqw;
    overflow: clip;
    flex-shrink: 0;

    @media (max-width: 768px) {
      width: 100%;
      border-radius: 10px;
    }
  }
}
/* ↑↑↑ message ↑↑↑ */
/* ↓↓↓ bg_wrap ↓↓↓ */
.bg_wrap {
  background-color: #fff;
  border-radius: min(1.5625vw,20px);
  padding: min(9.375vw,120px) 20px;
  margin: min(11.71875vw,150px) auto 0;

  @media (max-width: 768px) {
    border-radius: 14px;
    padding-block: 64px;
    margin-top: 80px;
  }
}
.bg_wrap .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.bg_wrap .strategy {
  .txt_flex {
    display: flex;
    gap: 24px 2.272727272727273cqw;
    margin-top: 5.303030303030303cqw;
    
    @media (max-width: 768px) {
      flex-direction: column;
      margin-top: 48px;
    }

    .head {
      flex: 1;
      font-size: 2.272727272727273cqw;
      font-weight: 700;
      letter-spacing: 0.04em;
  
      @media (max-width: 768px) {
        font-size: 2rem;
        line-height: 1.6;
      }
    }
  
    .txt {
      width: 45.45454545454545cqw;
      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: normal;
      line-break: strict;
      flex-shrink: 0;
  
      @media (max-width: 768px) {
        width: 100%;
        font-size: 1.5rem;
        line-height: 2;
      }
    }
  }

  .box_ttl {
    font-size: 2.272727272727273cqw;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-top: 7.575757575757576cqw;
    
    @media (max-width: 768px) {
      font-size: 2rem;
      margin-top: 64px;
    }

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

  .box_flex {
    display: flex;
    gap: 16px 2.272727272727273cqw;
    margin-top: 1.5151515151515151cqw;

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

    .box {
      flex: 1;
      background-color: #F4F8FF;
      border-radius: 0.946969696969697cqw;
      padding: 3.0303030303030303cqw;

      @media (max-width: 768px) {
        border-radius: 10px;
        padding: 24px 17px;
      }

      .box_head {
        font-size: 1.7045454545454544cqw;
        font-weight: 700;
        letter-spacing: 0.04em;
        color: #103585;

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

      .box_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: normal;
        line-break: strict;
        margin-top: 1.5151515151515151cqw;

        @media (max-width: 768px) {
          font-size: 1.5rem;
          line-height: 2;
          margin-top: 16px;
        }
      }
    }
  }
}
.bg_wrap .system {
  margin-top: 14.204545454545455cqw;

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

  .list {
    width: 82.95454545454545cqw;
    display: flex;
    flex-direction: column;
    gap: 3.0303030303030303cqw;
    margin-top: 5.303030303030303cqw;
    margin-left: auto;

    @media (max-width: 768px) {
      width: 100%;
      gap: 32px;
      margin-top: 48px;
    }

    .item {
      position: relative;
      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: normal;
      line-break: strict;
      padding-left: 2.178030303030303cqw;

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

      &::before {
        content: '';
        position: absolute;
        width: 1.0416666666666665cqw;
        height: 2px;
        background-color: #103585;
        top: 1.6098484848484849cqw;
        left: 0;

        @media (max-width: 768px) {
          width: 11px;
          top: 17px;
        }
      }
    }
  }

  .flex {
    display: flex;
    gap: 24px 2.272727272727273cqw;
    margin-top: 11.363636363636363cqw;

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

    .head {
      font-size: 2.272727272727273cqw;
      font-weight: 700;
      letter-spacing: 0.04em;
      flex: 1;

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

    .img_wrap {
      position: relative;
      width: 82.95454545454545cqw;
      height: fit-content;
      display: block;
      flex-shrink: 0;

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

      .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;
        }
      }

      .img {
        position: relative;
        width: 100%;
        display: block;

        @media (max-width: 768px) {
          width: 818px;

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

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

  @media (max-width: 768px) {
    margin-top: 80px;
  }
}
.improvement .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.improvement .inner .block {
  &.-pc {
    display: flex;
    gap: 0 9.090909090909092cqw;
    margin-top: 5.303030303030303cqw;
  }
  &.-sp {
    display: none;
  }
  
  @media (max-width: 768px) {
    &.-sp {
      display: block;
      margin-top: 48px;
    }
    &.-pc {
      display: none;
    }
  }

  .img {
    width: 45.45454545454545cqw;

    &+.img {
      margin-top: 3.787878787878788cqw;
    }

    @media (max-width: 768px) {
      width: 100%;
      margin-top: 40px;

      &+.list {
        margin-top: 64px;
      }
    }

    figcaption {
      font-size: max(1.231060606060606cqw,1rem);
      font-weight: 700;
      text-align: center;
      color: #103585;
      margin-top: 1.5151515151515151cqw;

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

  .list {
    display: flex;
    flex-direction: column;
    gap: 3.0303030303030303cqw;

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

    .item {
      position: relative;
      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: normal;
      line-break: strict;
      padding-left: 2.178030303030303cqw;

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

      &::before {
        content: '';
        position: absolute;
        width: 1.0416666666666665cqw;
        height: 2px;
        background-color: #103585;
        top: 1.6098484848484849cqw;
        left: 0;

        @media (max-width: 768px) {
          width: 11px;
          top: 17px;
        }
      }
    }
  }
}
/* ↑↑↑ improvement ↑↑↑ */
/* ↓↓↓ goal ↓↓↓ */
.goal {
  padding: 0 20px;
  margin: min(11.71875vw,150px) auto min(15.625vw,200px);

  @media (max-width: 768px) {
    margin-block: 80px 100px;
  }
}
.goal .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.goal .inner .lead {
  width: 45.45454545454545cqw;
  font-size: max(1.4204545454545454cqw,1rem);
  font-weight: 500;
  line-height: 2.2666666666666666;
  letter-spacing: 0.04em;
  margin-top: 5.303030303030303cqw;

  @media (max-width: 768px) {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 48px;
  }
}
.goal .inner .table_wrap {
  position: relative;
  width: 82.95454545454545cqw;
  margin: 6.0606060606060606cqw auto 0;

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

  .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: 876px;

        &::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 {
          flex: 1;
          font-size: max(1.5151515151515151cqw,1rem);
          font-weight: 700;
          letter-spacing: 0.04em;
          color: #103585;
          background-color: #D5E2FD;
          border-radius: 0.3787878787878788cqw;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0.946969696969697cqw;

          @media (max-width: 768px) {
            font-size: 1.6rem;
            border-radius: 4px;
            padding: 10px;
          }
        }
      }
      
      .body {
        display: flex;
        flex-direction: column;
        gap: 0.3787878787878788cqw;
        margin-top: 0.3787878787878788cqw;

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

        .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;
            text-align: center;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0.8522727272727272cqw 0.946969696969697cqw;

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

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

              @media (max-width: 768px) {
                height: 40px;
                left: -2px;
              }
            }

            .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;
                }
              }
            }
          }
        }
      }
    }
  }
  
  .scrollhint {
    position: absolute;
    width: 106px;
    height: auto;
    aspect-ratio: 106/91;
    opacity: 0;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
  }
}
/* ↑↑↑ goal ↑↑↑ */