@charset "UTF-8";
/* ========================================
  トップページ
======================================== */
@layer page {
  .home-access {
    max-width: 1027px;
    padding-bottom: 105px;
    margin-inline: auto;
  }
  @media screen and (width <= 1100px) {
    .home-access {
      max-width: 768px;
    }
  }
  @media screen and (max-width: 767px) {
    .home-access {
      padding-bottom: 10.6666666667vw;
    }
  }
  .home-access__tel {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    color: var(--colorBlue);
    letter-spacing: 0.05em;
  }
  @media screen and (max-width: 767px) {
    .home-access__tel {
      font-size: 4.8vw;
    }
  }
  .home-access__tel a {
    color: currentcolor;
  }
  @media screen and (width <= 1100px) {
    .home-access .c-grid {
      grid-template-columns: 1fr;
    }
  }
  @media screen and (min-width: 768px) {
    .home-attempt {
      max-width: 700px;
    }
  }
  .home-attempt__sttl {
    padding: 0 0.5em;
    background-color: #e6ffd0;
  }
}