@media screen and (min-width: 768px) {
  .about .lead__text {
    margin-top: 26px;
  }
  .about .lead .content__inner {
    padding-bottom: 54px;
    border-bottom: 1px dashed #B3C7D3;
  }
  .about .content__text {
    margin-top: 28px;
  }
  .about .point {
    margin-top: 28px;
  }
  .about .what {
    padding-top: 100px;
  }
  .about .why {
    padding-block: 100px;
  }
  .about .why__note {
    margin-top: 28px;
    padding: 20px;
    border: 1px solid #D01A1A;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    text-align: center;
    color: #D01A1A;
  }
  .about .why .cards {
    margin-top: 28px;
  }
  .about .why .card__textbox {
    margin-top: 16px;
  }
  .about .how {
    padding-block: 100px;
  }
  .about .how__btnbox {
    margin-top: 28px;
    width: 410px;
  }
  .about .how__btnbox .btn__text {
    font-size: 1rem;
  }
  .about .how__btnbox .btn__icon {
    width: 26px;
    height: 26px;
  }
  .about .how__btnbox .btn__icon::after {
    width: 10px;
    height: 10px;
  }
  .about .videos {
    margin-top: 28px;
  }
  .about .flow {
    padding-block: 100px;
  }
  .about .steps {
    margin-top: 28px;
    display: grid;
    row-gap: 32px;
  }
  .about .step {
    position: relative;
  }
  .about .step__num {
    display: grid;
    row-gap: 5px;
    place-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 5.6875rem;
    height: 5.6875rem;
    border-radius: 50%;
    background-color: #2296F0;
  }
  .about .step__num-text {
    padding: 4px 6px 5px;
    border-radius: 30px;
    background-color: #0064B2;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #fff;
  }
  .about .step__num-digit {
    font-family: "Montserrat Alternates", "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
  .about .step__list {
    margin-left: 46px;
    padding: 21px 21px 21px 72px;
    border-radius: 18px;
    background-color: #fff;
  }
  .about .step__ttl {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .about .step__text {
    margin-top: 6px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .about .contact {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .about .lead__text {
    margin-top: 26px;
  }
  .about .lead .content__inner {
    padding-top: 0;
    padding-bottom: 44px;
    border-bottom: 1px dashed #B3C7D3;
  }
  .about .content__inner {
    padding-top: 60px;
  }
  .about .content__text {
    margin-top: 28px;
  }
  .about .point {
    margin-top: 28px;
  }
  .about .why {
    padding-bottom: 60px;
  }
  .about .why__note {
    margin-top: 28px;
    padding: 26px 20px 24px;
    border: 1px solid #D01A1A;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    text-align: center;
    color: #D01A1A;
  }
  .about .why .cards {
    margin-top: 28px;
  }
  .about .why .card__textbox {
    margin-top: 16px;
  }
  .about .how {
    padding-bottom: 60px;
  }
  .about .how__btnbox {
    margin-top: 28px;
  }
  .about .how__btnbox .btn__text {
    font-size: 1rem;
  }
  .about .how__btnbox .btn__icon {
    width: 26px;
    height: 26px;
  }
  .about .how__btnbox .btn__icon::after {
    width: 10px;
    height: 10px;
  }
  .about .videos {
    margin-top: 28px;
  }
  .about .flow {
    padding-bottom: 60px;
  }
  .about .steps {
    margin-top: 28px;
    display: grid;
    row-gap: 16px;
  }
  .about .step {
    position: relative;
    padding-top: 60px;
  }
  .about .step__num {
    display: grid;
    row-gap: 5px;
    place-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 5.6875rem;
    height: 5.6875rem;
    border-radius: 50%;
    background-color: #2296F0;
  }
  .about .step__num-text {
    padding: 4px 6px 5px;
    border-radius: 30px;
    background-color: #0064B2;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #fff;
  }
  .about .step__num-digit {
    font-family: "Montserrat Alternates", "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
  .about .step__list {
    padding: 50px 20px 20px;
    border-radius: 18px;
    background-color: #fff;
    text-align: center;
  }
  .about .step__ttl {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #007FCC;
  }
  .about .step__text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .about .contact {
    margin-top: 60px;
  }
}/*# sourceMappingURL=style.css.map */