@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* sports
  ---------------------------------------------------------------------- */
  .sports {
    padding: 75px 0 55px;
    position: relative;
    background-size: cover;
  }
  .sports::before {
    content: "";
    display: block;
    width: 100%;
    height: 395px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/bg_brick.png);
    background-size: contain;
    z-index: -1;
  }
  .sports::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 395px;
    bottom: 0;
    background: url(../images/bg_sports.jpg) no-repeat;
    background-size: cover;
    z-index: -1;
  }
  .sports__ttl {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.46;
    text-align: center;
    color: #00AF79;
  }
  .sports__img {
    overflow: hidden;
    border-radius: 139px 0px;
  }
  .sports__support {
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 3px;
  }
  .sports__txt {
    font-size: 1.8rem;
    line-height: 1.88;
    text-align: center;
  }
  /* point
  ---------------------------------------------------------------------- */
  .point {
    padding: 65px 0 128px;
    position: relative;
  }
  .point::after {
    content: "";
    padding-top: 60px;
    background: url(../images/deco_point.jpg) no-repeat center;
    background-size: cover;
    background-color: #5AC1DE;
    min-height: 300px;
    height: 23vw;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pointHead__ttl {
    color: #fff;
    font-size: 3rem;
    letter-spacing: 0.14em;
    line-height: 1.46;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }
  .point__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 75px 20px;
    counter-reset: number 0;
  }
  .point__list li {
    width: 48%;
    position: relative;
  }
  .point__list li:nth-of-type(3) {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .point__img {
    position: relative;
    margin-bottom: 15px;
  }
  .point__img::after {
    counter-increment: number 1;
    content: "Point.0" counter(number);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 125px;
    height: 36px;
    position: absolute;
    bottom: -1px;
    left: 0;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 5px 10px 0;
    color: #fff;
    border-radius: 0 13px 0 0;
    color: #00AF79;
    font-family: "Josefin Sans", serif;
    background-color: #fff;
  }
  .point__ttl {
    font-size: 1.8rem;
    text-align: left;
    font-weight: 600;
    line-height: 1.6;
  }
  .point__txt {
    font-size: 1.4rem;
    line-height: 1.78;
  }
  /* contact
  ---------------------------------------------------------------------- */
  .contact {
    padding: 40px 0 57px;
    background-color: #F2F2F2;
    text-align: center;
  }
  .contact__ttl {
    font-size: 2.2rem;
    line-height: 1.68;
    font-weight: 500;
    letter-spacing: 0.14em;
  }
  .contact__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact__tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.4rem;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
  .contact__tel a::before {
    content: "";
    display: block;
    margin-bottom: -5px;
    width: 24px;
    height: 31px;
    background: url(../../../images/icon_tel.svg) no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1000px) {
  #mainvisual .catch img {
    width: 38.6666666667vw;
  }
  /* sports
  ---------------------------------------------------------------------- */
  .sports {
    padding: 10vw 0 10vw;
    position: relative;
  }
  .sports::before {
    content: "";
    display: block;
    width: 100%;
    height: 45vw;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/bg_brick_sp.png);
    background-size: cover;
    z-index: -1;
  }
  .sports::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 45vw;
    bottom: 0;
    background: url(../images/bg_sports_sp.png) no-repeat center;
    background-size: cover;
    z-index: -1;
  }
  .sports__ttl {
    font-size: 4.8vw;
    font-size: max(13px,4.8vw);
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.46;
    text-align: center;
    color: #00AF79;
  }
  .sports__img {
    overflow: hidden;
    border-radius: 18.5333333333vw 0px;
  }
  .sports__support {
    font-size: 4.8vw;
    font-size: max(13px,4.8vw);
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.4vw;
  }
  .sports__txt {
    font-size: 3.4666666667vw;
    font-size: max(13px,3.4666666667vw);
    line-height: 1.88;
    text-align: center;
  }
  /* point
  ---------------------------------------------------------------------- */
  .point {
    padding: 10vw 0 17.3333333333vw;
    position: relative;
  }
  .point::after {
    content: "";
    padding-top: 60px;
    background: url(../images/deco_point_sp.jpg) no-repeat center;
    background-size: cover;
    background-color: #5AC1DE;
    height: 43vw;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pointHead__ttl {
    color: #fff;
    font-size: 4.8vw;
    font-size: max(13px,4.8vw);
    letter-spacing: 0.14em;
    line-height: 1.46;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }
  .point__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10vw;
    counter-reset: number 0;
  }
  .point__list li:nth-of-type(3) {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .point__img {
    position: relative;
    margin-bottom: 15px;
  }
  .point__img::after {
    counter-increment: number 1;
    content: "Point.0" counter(number);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: -1px;
    left: 0;
    font-size: 4.8vw;
    font-size: max(13px,4.8vw);
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 5px 5vw 0 3vw;
    color: #fff;
    border-radius: 0 13px 0 0;
    color: #00AF79;
    font-family: "Josefin Sans", serif;
    background-color: #fff;
  }
  .point__ttl {
    font-size: 4.5333333333vw;
    font-size: max(13px,4.5333333333vw);
    text-align: left;
    font-weight: 600;
    line-height: 1.6;
  }
  .point__txt {
    font-size: 3.4666666667vw;
    font-size: max(13px,3.4666666667vw);
    line-height: 1.78;
  }
  /* contact
  ---------------------------------------------------------------------- */
  .contact {
    padding: 5.3333333333vw 0 7.6vw;
    background-color: #F2F2F2;
    text-align: center;
  }
  .contact__ttl {
    font-size: 3.4666666667vw;
    font-size: max(13px,3.4666666667vw);
    line-height: 1.68;
    font-weight: 500;
    letter-spacing: 0.14em;
  }
  .contact__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact__tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 5.8666666667vw;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
  .contact__tel a::before {
    content: "";
    display: block;
    width: 4.4vw;
    height: 5.3333333333vw;
    margin-bottom: -0.15em;
    background: url(../../../images/icon_tel.svg) no-repeat;
    background-size: contain;
  }
}/*# sourceMappingURL=style.css.map */