@charset "utf-8";
body {
  background-color: #F4F8FF;
}
/* ↓↓↓ 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 min(15.625vw,200px);

  @media (max-width: 768px) {
    margin-block: 80px 100px;
  }
}
.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: 25.568181818181817cqw;
    height: fit-content;
    flex-shrink: 0;

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

  .txt {
    flex: 1;
    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;
      line-height: 2;
    }
  }
}
.lead_block .inner .name {
  font-size: 1.893939393939394cqw;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: end;
  margin: 4.545454545454546cqw 0 0 auto;

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

  .post {
    font-size: max(1.4204545454545454cqw,1rem);
    
    @media (max-width: 768px) {
      font-size: 1.5rem;
    }
  }
}
/* ↑↑↑ lead_block ↑↑↑ */