.sec_web_flow {
  padding: 80px 40px 86px;
  background: #fff;

  .wrap { margin: 0 auto; max-width: 1360px; }
  .kicker { margin-bottom: 6px; }
  h2 { color: #0b2344; font-size: 36px; font-weight: 800; line-height: 1.4em; letter-spacing: -.03em; }
  .heading p:last-child { margin-top: 8px; color: #687f99; font-size: 14px; line-height: 1.7em; }

  .steps {
    position: relative;
    margin-top: 41px;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 15px;
    list-style: none;

    &::before { position: absolute; top: 23px; right: 7%; left: 7%; height: 1px; background: #b8d9fd; content: ""; }
    @media (max-width: 1000px) { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 15px; &::before { display: none; } }
    @media (max-width: 600px) { margin-top: 29px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; li:last-child { grid-column: span 2; } }
  }

  .steps li {
    min-width: 0;
    text-align: center;

    .number { position: relative; margin: 0 auto 17px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #1468e5; font-family: var(--font-en); font-size: 13px; font-weight: 700; box-shadow: 0 0 0 5px #fff; }
    h3 { color: #12365f; font-size: 15px; font-weight: 800; line-height: 1.5em; }
    p { margin-top: 5px; color: #7890a9; font-size: 12px; line-height: 1.6em; }
    @media (max-width: 600px) { padding: 17px 12px; border: 1px solid #dbe9fa; border-radius: 8px; background: #f8fbff; .number { margin-bottom: 10px; width: 40px; height: 40px; box-shadow: none; } h3 { font-size: 13px; } p { font-size: 11px; } }
  }

  .note {
    margin-top: 33px;
    padding: 17px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid #dceafb;
    border-radius: 8px;
    background: #f7fbff;

    p { max-width: 820px; color: #627a95; font-size: 12px; line-height: 1.8em; }
    .link_ptn_3 { flex-shrink: 0; font-size: 12px; }
    @media (max-width: 800px) { align-items: flex-start; flex-direction: column; gap: 10px; }
  }

  @media (max-width: 800px) { padding: 65px 28px 70px; }
  @media (max-width: 600px) { padding: 56px 18px 59px; h2 { font-size: 28px; } }
}
