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

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

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

  .copy {
    width: 34.090909090909086cqw;
    height: fit-content;
    flex-shrink: 0;

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

  .txt {
    flex: 1;
    font-size: 1.7045454545454544cqw;
    font-weight: 500;
    line-height: 2.2222222222222223;
    letter-spacing: 0.04em;

    @media (max-width: 768px) {
      font-size: 1.5rem;
      line-height: 2.1333333333333333;
      text-align: justify;
    }
  }
}
/* ↑↑↑ lead_block ↑↑↑ */
/* ↓↓↓ slider ↓↓↓ */
.slider {
  margin: min(8.984375vw,115px) auto 0;

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

  .splide__slide {
    width: min(35.15625vw,450px);

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

    .img {
      width: 100%;
      display: block;
    }
  }
}
/* ↑↑↑ slider ↑↑↑ */
/* ↓↓↓ philosophy ↓↓↓ */
.philosophy {
  background-color: #fff;
  border-radius: 0 0 min(1.5625vw,20px) min(1.5625vw,20px);
  padding: min(9.375vw,120px) 20px min(9.375vw,120px);

  @media (max-width: 768px) {
    border-radius: 0 0 14px 14px;
    padding-block: 64px;
  }
}
.philosophy .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.philosophy .inner .flex {
  display: flex;
  gap: 40px 10.795454545454545cqw;
  margin-top: 5.303030303030303cqw;

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

  .img {
    width: 48.86363636363637cqw;
    height: fit-content;
    display: block;
    flex-shrink: 0;

    @media (max-width: 768px) {
      width: calc(260/375*100vw);
      margin: 0 auto;
    }
  }

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

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

    .item {
      &:not(:last-of-type) {
        border-bottom: 1px solid #AEBDDF;
        padding-bottom: 3.0303030303030303cqw;

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

      .head {
        font-size: 1.7045454545454544cqw;
        font-weight: 700;
        line-height: 1.3333333333333333;
        letter-spacing: 0.04em;
        color: #103585;

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

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

        @media (max-width: 768px) {
          font-size: 1.5rem;
          margin-top: 16px;
        }
      }
    }
  }
}
/* ↑↑↑ philosophy ↑↑↑ */
/* ↓↓↓ motto ↓↓↓ */
.motto {
  padding: 0 20px;
  margin: min(11.71875vw,150px) auto 0;

  @media (max-width: 768px) {
    margin-top: 64px;
  }
}
.motto .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}

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

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

  .item {
    &:not(:last-of-type) {
      border-bottom: 1px solid #AEBDDF;
      padding-bottom: 3.0303030303030303cqw;

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

    .num {
      font-size: 4.545454545454546cqw;
      font-family: var(--text-poppins);
      font-weight: 500;
      letter-spacing: 0.04em;
      color: #D5E2FD;

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

    .head {
      font-size: 1.7045454545454544cqw;
      font-weight: 700;
      line-height: 1.3333333333333333;
      letter-spacing: 0.04em;
      color: #103585;

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

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

      @media (max-width: 768px) {
        font-size: 1.5rem;
        margin-top: 16px;
      }
    }
  }
}
/* ↑↑↑ motto ↑↑↑ */
/* ↓↓↓ emblem ↓↓↓ */
.emblem {
  padding: 0 20px;
  margin: min(11.71875vw,150px) auto 0;

  @media (max-width: 768px) {
    margin-top: 64px;
  }
}
.emblem .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.emblem .inner .flex {
  width: 93.75cqw;
  display: flex;
  gap: 40px 10.795454545454545cqw;
  align-items: center;
  margin: 5.303030303030303cqw 0 0 auto;

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

  .img {
    width: 34.090909090909086cqw;
    height: fit-content;
    flex-shrink: 0;

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

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

    @media (max-width: 768px) {
      width: calc(300/375*100vw);
      font-size: 1.5rem;
      line-height: 1.7333333333333334;
      text-align: center;
    }

    .blue {
      color: #103585;
    }
  }
}
/* ↑↑↑ emblem ↑↑↑ */
/* ↓↓↓ terminology ↓↓↓ */
.terminology {
  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: 64px;
  }
}
.terminology .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.terminology .inner .lead {
  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: normal;
  line-break: strict;
  margin-top: 5.303030303030303cqw;
  
  @media (max-width: 768px) {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 48px;
  }
}
.terminology .inner .list {
  width: 82.95454545454545cqw;
  display: flex;
  flex-direction: column;
  gap: 1.5151515151515151cqw;
  margin: 7.575757575757576cqw 0 0 auto;

  @media (max-width: 768px) {
    width: auto;
    gap: 16px;
    margin-top: 48px;
    margin-right: -20px;
  }

  .item {
    background-color: #F4F8FF;
    border-radius: 0.946969696969697cqw;
    padding: 3.0303030303030303cqw;

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

    .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: 2px;
        background-color: #103585;
        top: 1.231060606060606cqw;
        left: 0;

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

    .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;
        margin-top: 16px;
      }
    }
  }
}
/* ↑↑↑ terminology ↑↑↑ */
/* ↓↓↓ vision ↓↓↓ */
.vision {
  padding: 0 20px;
  margin: min(11.71875vw,150px) auto min(15.625vw,200px);

  @media (max-width: 768px) {
    margin-block: 64px 100px;
  }
}
.vision .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.vision .inner .flex {
  display: flex;
  gap: 40px 10.795454545454545cqw;
  margin-top: 5.303030303030303cqw;

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

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

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

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

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

    .item {
      &:not(:last-of-type) {
        border-bottom: 1px solid #AEBDDF;
        padding-bottom: 3.0303030303030303cqw;

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

      .head {
        font-size: 1.7045454545454544cqw;
        font-weight: 700;
        line-height: 1.3333333333333333;
        letter-spacing: 0.04em;
        color: #103585;

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

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

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