@charset "UTF-8";
@media (min-width: 768px) {
  .link-item li a {
    border-bottom: none;
  }
  .link-item li a:first-of-type::after {
    display: none;
  }
}
.contact-section {
  width: 90%;
  max-width: 500px;
  margin: 40px auto 0 auto;
}
.contact-section .contact-content {
  margin-bottom: 80px;
}
.contact-section .contact-content h2 {
  position: relative;
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
  color: #254DA7;
  margin-bottom: 45px;
  margin-top: 80px;
}
.contact-section .contact-content h2::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #254DA7 0%, #254DA7 28%, #D9E6EE 28%, #D9E6EE 100%);
}
.contact-section .contact-content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #254DA7;
  padding-left: 10px;
  position: relative;
  margin-bottom: 20px;
}
.contact-section .contact-content h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  background: #254DA7;
}
.contact-section .contact-content p {
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 15px;
}
.contact-section .contact-content span {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.contact-section .contact-content img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.contact-section .contact-content li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
.contact-section .contact-content ul {
  list-style: none;
}
.contact-section .contact-content ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
.contact-section .contact-content ul li a {
  color: #254DA7;
}
.contact-section .contact-content ul li::before {
  content: "・";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 100%;
  color: #333;
  font-weight: 500;
}
.contact-section .contact-content .g-map {
  display: block;
  width: 100%;
  height: 411px;
  margin-top: 30px;
}
.contact-section .contact-content .text {
  margin-bottom: 30px !important;
}
.contact-section .contact-content .privacy-content {
  margin-bottom: 30px;
}
.contact-section .contact-content .privacy-content h5 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-section .contact-content .privacy-content .last-text {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .contact-section {
    margin-top: 140px;
    max-width: 1200px;
  }
  .contact-section .contact-content h2 {
    font-size: 40px;
    line-height: 57px;
    margin-bottom: 80px;
  }
  .contact-section .contact-content h2::before {
    bottom: -40px;
    background: linear-gradient(90deg, #254DA7 0%, #254DA7 7%, #D9E6EE 7%, #D9E6EE 100%);
  }
  .contact-section .contact-content h3 {
    font-size: 30px;
    line-height: 43px;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .contact-section .contact-content p {
    font-size: 16px;
    line-height: 32px;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .contact-section .contact-content li {
    padding-left: 30px;
  }
  .contact-section .contact-content span {
    padding-left: 30px;
    font-size: 14px;
    line-height: 40px;
  }
  .contact-section .contact-content li {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
  }
  .contact-section .contact-content .g-map {
    height: 680px;
    margin-top: 60px;
  }
  .contact-section .contact-content img {
    margin: 0 auto 40px 0;
    max-width: 1000px;
  }
  .contact-section .contact-content .privacy-content h5 {
    padding-left: 30px;
  }
}
.footer-section {
  margin-top: 100px;
}

@media (min-width: 768px) {
  .footer-section {
    margin-top: 170px;
  }
}/*# sourceMappingURL=contact.css.map */