.title {
  width: 100%;
  padding: 78px 0 78px 0;
  max-height: 216px;
  background-image: url(../imgs/contact/title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .title {
    padding: 30px 0 30px 0;
    max-height: 120px;
  }
}
.title h1 {
  color: #fff;
  text-align: center;
  font-family: "montserrat", sans-serif;
  font-size: 3.125rem;
  line-height: 3.8125rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .title h1 {
    font-size: 1.875rem;
  }
}

.contact-info {
  width: 520px;
  margin: 0 auto;
  padding: 100px 0 90px 0;
}
@media screen and (max-width: 430px) {
  .contact-info {
    width: 90%;
    max-width: 400px;
    padding: 54px 0 110px 0;
  }
}
.contact-info h2 {
  color: #003299;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 430px) {
  .contact-info h2 {
    font-size: 1.25rem;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 300px) {
  .contact-info h2 {
    font-size: 1.125rem;
  }
}
.contact-info__mail {
  width: 100%;
  padding: 0.875rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #003299;
  border-radius: 10px;
  margin-bottom: 28px;
}
@media screen and (max-width: 430px) {
  .contact-info__mail {
    padding: 18px 15px;
    margin-bottom: 15px;
  }
}
.contact-info__mail li {
  color: #003299;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (max-width: 430px) {
  .contact-info__mail li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 300px) {
  .contact-info__mail li {
    font-size: 0.75rem;
  }
}
.contact-info__mail li:last-child {
  width: 85%;
}
.contact-info__mail li img {
  max-width: 317px;
}
.contact-info__tel {
  width: 100%;
  padding: 0.875rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #003299;
  border-radius: 10px;
  margin-bottom: 28px;
}
@media screen and (max-width: 430px) {
  .contact-info__tel {
    padding: 18px 15px;
    margin-bottom: 15px;
  }
}
.contact-info__tel li {
  color: #003299;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 430px) {
  .contact-info__tel li {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 300px) {
  .contact-info__tel li {
    font-size: 1rem;
  }
}
.contact-info__tel li:last-child {
  width: 82%;
  margin-top: -0.625rem;
}
.contact-info__tel li span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 430px) {
  .contact-info__tel li span {
    font-size: 0.625rem;
  }
}
.contact-info__fax {
  width: 100%;
  padding: 0.875rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #003299;
  border-radius: 10px;
}
@media screen and (max-width: 430px) {
  .contact-info__fax {
    padding: 18px 15px;
    margin-bottom: 15px;
  }
}
.contact-info__fax li {
  color: #003299;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 430px) {
  .contact-info__fax li {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 300px) {
  .contact-info__fax li {
    font-size: 1rem;
  }
}
.contact-info__fax li:last-child {
  width: 82%;
  margin-top: -0.625rem;
}
.contact-info__fax li span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 430px) {
  .contact-info__fax li span {
    font-size: 0.625rem;
  }
}
.contact-info .icon {
  width: 45px;
}
@media screen and (max-width: 430px) {
  .contact-info .icon {
    width: 9%;
  }
}
.contact-info .sp-privacy {
  display: none;
}
@media screen and (max-width: 960px) {
  .contact-info .sp-privacy {
    display: block;
    padding-top: 20px;
  }
}
.contact-info .sp-privacy p {
  font-family: "montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
}
.contact-info .sp-privacy p a {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 300px) {
  .contact-info .sp-privacy p {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=contact.css.map */