/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.cta_content {
  padding: 40px 0 113px;
}
.cta_desc {
  margin-bottom: 40px;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
.cta_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 30px;
}
.cta_box:not(:last-child) {
  margin-bottom: 30px;
}
.cta_box__tel {
  padding: 30px 20px;
}
.cta_box__mail {
  padding: 30px 20px;
}
.cta_tel__ttl {
  color: #000;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.cta_tel__num {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #2C4198;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.05em;
}
.cta_tel__num::before {
  content: "";
  margin-top: 0.15em;
  width: 21px;
  aspect-ratio: 25/31;
  background: url("../images/common/icon_tel.svg") center/100% auto no-repeat;
}
.cta_tel__desc {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}
.cta_mail__btn {
  margin-bottom: 5px;
  padding: 10px 20px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 345px;
  min-height: 60px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background: #2C4198;
  border-radius: 100px;
}
.cta_mail__btn::before {
  content: "";
  width: 30px;
  aspect-ratio: 32/25;
  background: url("../images/common/icon_mail.svg") center/100% auto no-repeat;
}
.cta_mail__desc {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta_content {
    padding: 42px 0 236px;
  }
  .cta_desc {
    margin-bottom: 44px;
    font-size: 1.25rem;
  }
  .cta_box__tel {
    padding: 50px 50px 40px;
  }
  .cta_box__mail {
    padding: 50px 50px 46px;
  }
  .cta_tel__num {
    margin-bottom: 18px;
    gap: 8px;
    font-size: 2.6875rem;
  }
  .cta_tel__num::before {
    margin-top: 0.3em;
    width: 25px;
  }
  .cta_tel__desc {
    font-size: 0.875rem;
  }
  .cta_mail__btn {
    padding: 15px 20px 10px;
    min-height: 75px;
    max-width: 450px;
    gap: 20px;
    font-size: 1.25rem;
  }
  .cta_mail__btn::before {
    width: 32px;
  }
  .cta_mail__desc {
    font-size: 0.875rem;
  }
}
/*# sourceMappingURL=maps/contact.css.map */
