@charset "utf-8";

.t_cta {
  max-width: 1536px;
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  bottom: -116px;
  z-index: 3;
}

.t_cta .inner {
  padding: 64px 0;
  width: 90%;
  margin: 0 auto;
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.t_cta .tit-en {
  font-family: var(--forum);
  font-weight: 400;
  font-size: clamp(4.25rem, 3.006rem + 5.31vw, 9.375rem);
  line-height: 1;
  animation: AnimationTitle 5s ease infinite;
  background: linear-gradient(to right, #415a72 0%, #3f80d9 17.14%, #6f82e3 32.68%, #497ccc 52.82%, #f5f5f5 100%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  top: -66px;
}

.t_cta .sec-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.t_cta .sec-head .tit-ja {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
  color: #192633;
}

.t_cta .sec-head .desc p {
  font-weight: 700;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: calc(28 / 16);
  color: #192633;
}

.t_cta .sec-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 441px;
  width: 100%;
}

.t_cta .sec-body .morebtn a {
  border-radius: 10px;
  padding: 30px 20px 36px 49px;
}

.t_cta .sec-body .morebtn a:before {
  top: 0;
  bottom: 0;
  left: -5%;
  min-width: 110%;
  right: 0;
  margin: auto;
}

.t_cta .sec-body .morebtn a .link-text {
  font-size: clamp(1.125rem, 0.913rem + 0.91vw, 2rem);
}

.t_cta .sec-body .tel-link a {
  display: grid;
  grid-template-areas:
    "text num"
    ". time";
  align-items: center;
  justify-content: flex-end;
}

.t_cta .sec-body .tel-link .f-33 {
  font-family: var(--forum);
  font-weight: 400;
  font-size: clamp(1.25rem, 1.053rem + 0.84vw, 2.063rem);
  color: #192633;
}

.t_cta .sec-body .tel-link .f-53 {
  font-family: var(--forum);
  font-weight: 400;
  font-size: clamp(2rem, 1.681rem + 1.36vw, 3.313rem);
  letter-spacing: 0.1em;
  line-height: calc(64 / 53);
  color: #192633;
}

.t_cta .sec-body .tel-link .time {
  font-weight: 700;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  text-align: center;
  color: #192633;
  grid-column: 1/3;
}

.footer {
  background-color: #0d3676;
  position: relative;
}
/*
.footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/system_panel/uploads/images/20260708154948992093.svg) no-repeat bottom/contain;
  max-width: 1270px;
  width: 90%;
  height: 229px;
}
*/

.footer .inner {
  padding: 196px 0 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .f-logo {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 312px;
  width: 30%;
}

.footer .f-logo .logo {
  max-width: 284px;
  width: 100%;
}

.footer .f-logo .desc p {
  font-weight: 700;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  color: #fff;
}

.footer .sec-body {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 109px;
  align-items: flex-end;
}

.footer .f-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  color: #fff;
}

.footer .copy {
  font-weight: 700;
  font-size: clamp(0.625rem, 0.534rem + 0.39vw, 1rem);
  color: #fff;
}

/*
.footer .blank {
  border-top: 1px solid #fff;
  padding-bottom: 269px;
}
*/
@media (max-width: 1500px) {
  .footer .sec-body {
    width: 55%;
  }

  .footer .f-menu {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 20px 4%;
    justify-content: flex-end;
  }
}

@media (max-width: 1180px) {
  .footer .sec-body {
    width: 57%;
  }

  .footer .inner {
    width: 90%;
  }
}

@media (max-width: 1023px) {
  .t_cta {
    width: 80%;
  }

  .t_cta .inner {
    flex-direction: column;
    gap: 38px;
    padding: 56px 0 34px;
  }

  .t_cta .sec-body .morebtn a .link-text {
    margin: 0 auto;
  }

  .t_cta .sec-body .morebtn a {
    padding: 15px 22px;
  }

  .footer .inner {
    padding: 253px 0 10px;
  }

  .footer .f-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer .blank {
    padding-bottom: 88px;
  }

  .footer::before {
    height: 61px;
  }
}

@media (max-width: 768px) {
  .t_cta {
    bottom: -180px;
  }

  .t_cta .tit-en {
    top: -28px;
  }

  .t_cta .sec-head {
    margin-right: auto;
  }

  .footer .inner {
    flex-direction: column;
    gap: 40px;
  }

  .footer .f-logo {
    width: 100%;
  }

  .footer .f-logo .logo {
    max-width: 214px;
  }

  .footer .sec-body {
    width: 100%;
  }

  .footer .f-menu {
    grid-template-columns: repeat(1, 1fr);
  }
}