@charset "UTF-8";
#contact-page #read-wrapper {
  padding: 5rem 0 0;
}
#contact-page #contact-business {
  margin: 5rem 0 0;
}
#contact-page #contact-business .lower-sub-title h2::after,
#contact-page #contact-business .lower-sub-title h3::after {
  background-color: #4978a9;
}
#contact-page #contact-business .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6rem auto 0;
}
@media (max-width: 850px) {
  #contact-page #contact-business .content-wrapper {
    flex-direction: column;
    gap: 3rem;
  }
}
#contact-page #contact-business .content-wrapper .content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 49%;
}
@media (max-width: 850px) {
  #contact-page #contact-business .content-wrapper .content-item {
    width: 100%;
  }
}
#contact-page #contact-business .content-wrapper .content-item {
  padding: 3rem;
  text-align: center;
  background-color: #fff;
}
#contact-page #contact-business .content-wrapper .content-item .btn-wrapper {
  margin: 4rem 0 0;
}
@media (max-width: 767px) {
  #contact-page #contact-business .content-wrapper .content-item .btn-wrapper {
    width: 100%;
  }
}
#contact-page #contact-business .content-wrapper .content-item .btn-wrapper a.btn-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35rem;
  height: 9rem;
  padding: 4rem 3rem 4rem 8rem;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #4978a9;
  background-color: #fff;
  border: 1px solid #4978a9;
  border-radius: 1rem 0;
}
@media (max-width: 767px) {
  #contact-page #contact-business .content-wrapper .content-item .btn-wrapper a.btn-contact {
    width: 100%;
    font-size: 1.4rem;
  }
}
#contact-page #contact-business .content-wrapper .content-item .btn-wrapper a.btn-contact:hover {
  color: #fff;
  background-color: #4978a9;
}
#contact-page #contact-business .content-wrapper .content-item .btn-wrapper a.btn-contact:hover::after {
  background-color: #fff;
}
#contact-page #contact-business .content-wrapper .content-item .btn-wrapper a.btn-contact::before {
  position: absolute;
  top: -2rem;
  left: 50%;
  padding: 1rem 3rem;
  font-size: 1.3rem;
  color: #fff;
  white-space: nowrap;
  content: "【事業者様向け】";
  background-color: #4978a9;
  border-radius: 1rem 0;
  transform: translateX(-50%);
}
#contact-page #contact-business .content-wrapper .content-item .btn-wrapper a.btn-contact::after {
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 3.5rem;
  height: 2.6rem;
  content: "";
  background-color: #4978a9;
  mask-image: url("../img/common/icon_mail.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transform: translateY(-50%);
}
#contact-page #contact-general {
  margin: 5rem 0 0;
  scroll-margin-top: 120px;
}
#contact-page #contact-general .lower-sub-title h2::after,
#contact-page #contact-general .lower-sub-title h3::after {
  background-color: #d27373;
}
#contact-page #contact-general .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6rem auto 0;
}
@media (max-width: 850px) {
  #contact-page #contact-general .content-wrapper {
    flex-direction: column;
    gap: 3rem;
  }
}
#contact-page #contact-general .content-wrapper .content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 49%;
}
@media (max-width: 850px) {
  #contact-page #contact-general .content-wrapper .content-item {
    width: 100%;
  }
}
#contact-page #contact-general .content-wrapper .content-item {
  padding: 3rem;
  text-align: center;
  background-color: #fff;
}
#contact-page #contact-general .content-wrapper .content-item .btn-wrapper {
  margin: 4rem 0 0;
}
@media (max-width: 767px) {
  #contact-page #contact-general .content-wrapper .content-item .btn-wrapper {
    width: 100%;
  }
}
#contact-page #contact-general .content-wrapper .content-item .btn-wrapper a.btn-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35rem;
  height: 9rem;
  padding: 4rem 3rem 4rem 8rem;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #d27373;
  background-color: #fff;
  border: 1px solid #d27373;
  border-radius: 1rem 0;
}
@media (max-width: 767px) {
  #contact-page #contact-general .content-wrapper .content-item .btn-wrapper a.btn-contact {
    width: 100%;
    font-size: 1.4rem;
  }
}
#contact-page #contact-general .content-wrapper .content-item .btn-wrapper a.btn-contact:hover {
  color: #fff;
  background-color: #d27373;
}
#contact-page #contact-general .content-wrapper .content-item .btn-wrapper a.btn-contact:hover::after {
  background-color: #fff;
}
#contact-page #contact-general .content-wrapper .content-item .btn-wrapper a.btn-contact::before {
  position: absolute;
  top: -2rem;
  left: 50%;
  padding: 1rem 3rem;
  font-size: 1.3rem;
  color: #fff;
  white-space: nowrap;
  content: "【一般の方向け】";
  background-color: #d27373;
  border-radius: 1rem 0;
  transform: translateX(-50%);
}
#contact-page #contact-general .content-wrapper .content-item .btn-wrapper a.btn-contact::after {
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 3.5rem;
  height: 2.6rem;
  content: "";
  background-color: #d27373;
  mask-image: url("../img/common/icon_mail.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transform: translateY(-50%);
}

/*# sourceMappingURL=contact.css.map */
