@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 ↑↑↑ */
/* ↓↓↓ requirements ↓↓↓ */
.requirements {
  margin: min(9.375vw,120px) auto 0;

  @media (max-width: 768px) {
    margin-top: 80px;
  }
}
.requirements .inner .tab_group {
  width: min(65.69343065693431vw,720px);
  display: flex;
  gap: min(0.2737226277372263vw,3px);
  margin: 0 auto;

  @media (max-width: 768px) {
    width: calc(335/375*100vw);
    gap: 6px;
  }

  .tab {
    position: relative;
    flex: 1;
    height: min(4.927007299270073vw,54px);
    font-size: min(1.6423357664233578vw,1.8rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    border: unset;
    cursor: pointer;
    border-radius: min(0.36496350364963503vw,4px) min(0.36496350364963503vw,4px) 0 0;
    background-color: #AEBDDF;
    transition: background-color ease .3s, color ease .3s;

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

    &.active {
      color: #103585;
      background-color: #fff;

      &::before {
        content: '';
        position: absolute;
        width: min(5.565693430656935vw,61px);
        height: min(0.45620437956204374vw,5px);
        background-color: #AEBDDF;
        translate: -50% 100%;
        bottom: 0;
        left: 50%;

        @media (max-width: 768px) {
          width: calc(53/375*100vw);
          height: 5px;
        }
      }
    }
    
    @media (min-width: 769px) {
      &:hover {
        color: #103585;
        background-color: #fff;
      }
    }
  }
}
.requirements .inner .tab_container {
  background-color: #fff;
  border-radius: min(1.5625vw,20px);
  padding: min(9.375vw,120px) 20px;

  @media (max-width: 768px) {
    border-radius: 14px;
    padding: 64px 20px;
  }
  
  .tab_inner {
    max-width: 1056px;
    display: none;
    container-type: inline-size;
    margin: 0 auto;

    &.active {
      display: block;
    }
  }
}
.requirements .inner .block+.block {
  margin-top: 7.575757575757576cqw;

  @media (max-width: 768px) {
    margin-top: 80px;
  }
}
.requirements .inner .list {
  width: 82.95454545454545cqw;
  display: flex;
  gap: 2.272727272727273cqw;
  flex-direction: column;
  margin-top: 5.303030303030303cqw;
  margin-left: auto;

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

  .unit {
    position: relative;
    display: flex;
    gap: 10px 2.462121212121212cqw;

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

    &:not(:last-of-type) {
      padding-bottom: 2.272727272727273cqw;

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

      &::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #AEBDDF;
        bottom: 0;
        left: 0;
      }
      &::after {
        content: '';
        position: absolute;
        width: 12.31060606060606cqw;
        height: 1px;
        background-color: #103585;
        bottom: 0;
        left: 0;
  
        @media (max-width: 768px) {
          width: 106px;
        }
      }
    }

    .head {
      width: 12.31060606060606cqw;
      font-size: max(1.4204545454545454cqw,1rem);
      font-weight: 700;
      line-height: 1.6;
      letter-spacing: 0.04em;
      color: #103585;
      flex-shrink: 0;

      @media (max-width: 768px) {
        width: 100%;
        font-size: 1.5rem;
      }
    }
    
    .conts {
      flex: 1;
      font-size: max(1.4204545454545454cqw,1rem);
      font-weight: 500;
      line-height: 1.7333333333333334;
      letter-spacing: 0.04em;

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

    .blue {
      color: #103585;
    }

    .indent {
      display: block;
      text-indent: -1em;
      padding-left: 1em;
    }

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

      @media (min-width: 769px) {
        &:hover {
          opacity: 0.7;
          text-decoration: unset;
        }
      }
    }

    .flow {
      display: flex;
      flex-direction: column;
      gap: 0.946969696969697cqw;

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

      .flow_item {
        position: relative;
        width: 100%;
        height: 5.018939393939394cqw;
        font-size: max(1.4204545454545454cqw,1rem);
        font-weight: 700;
        letter-spacing: 0.12em;
        color: #103585;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.3787878787878788cqw;
        background-color: #D5E2FD;

        @media (max-width: 768px) {
          height: 40px;
          font-size: 1.5rem;
          border-radius: 4px;
        }
        
        &:last-of-type {
          color: #fff;
          background-color: #103585;
        }
        
        &:not(:last-of-type)::before {
          content: '';
          position: absolute;
          width: 0.4734848484848485cqw;
          height: 0.946969696969697cqw;
          background-color: #D5E2FD;
          translate: -50% 100%;
          bottom: 0;
          left: 50%;

          @media (max-width: 768px) {
            width: 5px;
            height: 10px;
          }
        }
      }
    }
  }
}
.requirements .inner .box {
  width: 82.95454545454545cqw;
  background-color: #F4F8FF;
  border-radius: 0.946969696969697cqw;
  padding: 4.545454545454546cqw 6.25cqw;
  margin-top: 5.303030303030303cqw;
  margin-left: auto;

  @media (max-width: 768px) {
    width: 100%;
    border-radius: 10px;
    padding: 32px 17px 40px;
    margin-top: 48px;
  }

  .box_list {
    display: flex;
    flex-direction: column;
    gap: 2.272727272727273cqw;

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

    .box_item {
      .head {
        position: relative;
        font-size: 1.7045454545454544cqw;
        font-weight: 700;
        letter-spacing: 0.04em;
        color: #103585;
        padding-left: 1.7045454545454544cqw;

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

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

          @media (max-width: 768px) {
            width: 11px;
            height: 2px;
            top: 14px;
          }
        }
      }

      .txt {
        font-size: max(1.4204545454545454cqw,1rem);
        font-weight: 500;
        line-height: 1.7333333333333334;
        letter-spacing: 0.04em;
        margin-top: 0.946969696969697cqw;

        @media (max-width: 768px) {
          font-size: 1.5rem;
          margin-top: 10px;
        }
      }
    }
  }
}
/* ↑↑↑ requirements ↑↑↑ */
/* ↓↓↓ process ↓↓↓ */
.process {
  padding: 0 20px;
  margin: min(11.71875vw,150px) auto 0;
  
  @media (max-width: 768px) {
    margin-top: 80px;
  }
}
.process .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.process .inner .txt {
  width: 82.95454545454545cqw;
  font-size: max(1.4204545454545454cqw,1rem);
  font-weight: 500;
  line-height: 2.2666666666666666;
  letter-spacing: 0.04em;
  margin: 5.303030303030303cqw 0 0 auto;

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

  .txtlink {
    text-decoration: underline;
    color: #103585;

    @media (min-width: 769px) {
      &:hover {
        opacity: .7;
        text-decoration: unset;
      }
    }
  }
}
/* ↑↑↑ process ↑↑↑ */
/* ↓↓↓ data ↓↓↓ */
.data {
  padding: 0 20px;
  margin: min(11.71875vw,150px) auto min(15.625vw,200px);
  
  @media (max-width: 768px) {
    margin-block: 80px 100px;
  }
}
.data .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.data .inner .table_wrap {
  width: 82.95454545454545cqw;
  margin: 5.303030303030303cqw 0 0 auto;

  @media (max-width: 768px) {
    width: 100%;
    margin-top: 48px;
  }
  
  .table {
    position: relative;
    width: 100%;

    .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.5rem;
          line-height: 1.1;
          text-align: center;
          border-radius: 4px;
          padding: 10px 4px;

          .s_txt {
            font-size: 1.3rem;
          }
        }
      }
    }
    
    .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;
          flex: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0.8522727272727272cqw 0.946969696969697cqw;

          @media (max-width: 768px) {
            min-height: 61px;
            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: 500;
            line-height: 1;
            letter-spacing: 0.04em;

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

              @media (max-width: 768px) {
                font-size: 1.5rem;
              }
            }
          }
        }
      }
    }
  }
}
.data .inner .release {
  font-size: max(1.4204545454545454cqw,1rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: end;
  margin: 1.5151515151515151cqw 0 0 auto;

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