@charset "utf-8";

.cta {
  .w1344 {
    padding: 80rem 0 56rem;

    .sec-title {
      position: relative;
      padding-top: 74rem;
      align-items: center;
      margin-bottom: 80rem;

      .desc {
        margin-top: 40rem;
        text-align: center;
      }
    }

    .sec-title::before {
      content: "";
      background: url(/system_panel/uploads/images/20251014172827784906.png) no-repeat center/100% auto;
      width: 142rem;
      height: 66rem;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      margin: auto;
    }

    .btns {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40rem;

      .item {
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16rem;
        min-height: 240rem;
        position: relative;
        transition: all .4s ease;

        a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }

        .circle {
          max-width: 320rem;
          width: 100%;
          margin: 0 auto;
          background-color: #FFF;
          display: flex;
          border-radius: 50px;
          height: 80rem;
          align-items: center;
          justify-content: flex-start;
          padding: 0 26rem 0 31rem;
          position: relative;

          .icon {
            margin-right: 16rem;
          }

          .arrow {
            width: 24px;
            height: auto;
            margin-left: auto;
          }

          p {
            font-family: var(--font-main);
            font-weight: bold;
            font-size: max(14px, 20rem);
            letter-spacing: 0.08em;
          }
        }

        .circle::after {
          content: "";
          position: absolute;
          inset: 0;
          width: 316rem;
          height: 76rem;
          border-radius: 50px;
          margin: auto;
        }

        .btn-ttl {
          display: flex;
          justify-content: center;
          align-items: center;
          line-height: 1;
          font-family: var(--font-main);
          font-weight: 600;
          font-size: max(14px, 18rem);
          letter-spacing: 0.08em;
          text-align: center;
          color: #fff;
        }

        .btn-ttl::before, .btn-ttl::after {
          width: 1px;
          height: 24px;
          content: "";
          background-color: #FFF;
        }

        .btn-ttl::before {
          margin-right: 0.5em;
          transform: rotate(-30deg);
        }

        .btn-ttl::after {
          margin-left: 0.5em;
          transform: rotate(30deg);
        }
      }

      .item:hover {
        filter: opacity(60%);
        transition: all .4s ease;
      }

      .item.line {
        background: #4cc764;

        .circle {
          .icon {
            width: 42rem;
          }

          p {
            color: #4dc764;
          }
        }

        .circle::after {
          border: 1px solid #4cc764;
        }
      }

      .item.mail {
        background: #0368b4;

        .circle {
          .icon {
            width: 42rem;
          }

          p {
            color: #0368b4;
          }
        }

        .circle::after {
          border: 1px solid #0368b4;
        }


      }

      .item.tel {
        background: #01a0ea;

        .column {
          display: flex;
          align-items: flex-end;
          gap: 6px;

          img {
            width: 32rem;
            margin-bottom: 5px;
          }

          p {
            font-family: var(--font-main);
            font-weight: bold;
            font-size: 36rem;
            letter-spacing: 0.04em;
            color: #fff;
          }
        }

        .time {
          font-family: var(--font-main);
          font-weight: 600;
          font-size: 16px;
          letter-spacing: 0.04em;
          text-align: center;
          color: #fff;
        }
      }
    }
  }
}

@media (max-width: 1023px) {
  .cta {
    .w1344 {
      padding: 80rem 0 0;

      .sec-title {
        padding-top: 45rem;
        margin-bottom: 24rem;
      }

      .sec-title::before {
        width: 92rem;
        height: 42rem;
      }

      .btns {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 8rem;

        .item {
          gap: 8rem;
          min-height: 146rem;

          .circle {
            max-width: 272rem;
            height: 68rem;
            padding: 0 22rem 0 26rem;

            .arrow {
              width: 20rem;
            }

            p {
              font-size: 16rem;
            }

          }

          .circle::after {
            width: 268rem;
            height: 64rem;
          }

          .btn-ttl {
            font-size: 14rem;
          }

          .btn-ttl::before, .btn-ttl::after {
            height: 21rem;
          }
        }

        .item.line {
          .circle {
            .icon {
              width: 35rem;
            }
          }
        }

        .item.mail {
          .circle {
            .icon {
              width: 35rem;
            }
          }
        }

        .item.tel {
          .column {
            img {
              width: 27rem;
            }

            p {
              font-size: 32rem;
            }
          }

          .time {
            font-size: 14px;
          }
        }
      }
    }
  }
}

.footer {
  background: url(/system_panel/uploads/images/f-bg.jpg) no-repeat top/100% auto, #01A0EA;
  padding-bottom: 16rem;

  .w1344 {
    padding: 102rem 0 80rem;
    display: flex;
    justify-content: space-between;

    .col-left {
      display: flex;
      flex-direction: column;

      .f_logo {
        display: block;
        width: 80rem;
        margin-bottom: 16rem;
        transition: all .4s ease;

        img {
          width: 100%;
          height: auto;
        }
      }

      .f_logo:hover {
        filter: opacity(60%);
        transition: all .4s ease;
      }

      .text {
        .address {
          font-family: var(--font-main);
          font-weight: 500;
          font-size: 14px;
          letter-spacing: 0.08em;
          line-height: 24px;
          text-align: left;
          color: #fff;
        }

        .column {
          display: flex;
          gap: 16rem;

          p {
            font-family: var(--font-main);
            font-weight: bold;
            font-size: max(16px, 18rem);
            letter-spacing: 0.08em;
            line-height: 38px;
            text-align: left;
            color: #fff;
          }

          a {
            transition: all .4s ease;
          }

          a:hover {
            filter: opacity(60%);
            transition: all .4s ease;
          }
        }

        .snslink {
          display: flex;
          gap: 24rem;
          margin-top: 80rem;



          a {
            transition: all .4s ease;

            img {
              width: 40rem;
              height: auto;
            }
          }

          a:hover {
            filter: opacity(60%);
            transition: all .4s ease;
          }
        }

      }
    }

    .col-right {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      gap: 0 140rem;

      .menu-list {
        display: flex;
        flex-direction: column;
        gap: 32rem;
      }

      .menu-item {
        font-family: var(--font-main);
        font-weight: 600;
        font-size: max(16px, 18rem);
        letter-spacing: 0.08em;
        color: #fff;
        transition: all .4s ease;
      }

      .menu-item:hover {
        filter: opacity(60%);
        transition: all .4s ease;
      }
    }
  }

  .copy {
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;

  }
}

@media (max-width: 1023px) {
  .footer {
    background-image: url(/system_panel/uploads/images/f-bg_sp.jpg);
    padding-bottom: 28rem;

    .w1344 {
      padding: 122rem 0 24rem;
      flex-direction: column-reverse;
      gap: 80rem;


      .col-left {
        width: 82%;
        margin: 0 auto;

        .f_logo {
          width: 66rem;
          margin-bottom: 0;
        }

        .text {
          display: flex;
          flex-wrap: wrap;
          gap: 0 24rem;
          align-items: center;
          justify-content: center;

          .column {
            width: 100%;
            justify-content: center;
          }
        }
      }

      .col-right {
        grid-template-columns: 1fr;
        gap: 32rem 0;

        .menu-item {
          text-align: center;
          font-size: 16rem;
        }
      }
    }
  }
}