@charset "UTF-8";
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes vibration {
  0% {
    transform: translate(0) rotate(0deg);
  }
  21% {
    transform: translate(0) rotate(0deg);
  }
  22% {
    transform: translate(0) rotate(-2deg);
  }
  23% {
    transform: translateY(-0.1rem) rotate(0deg);
  }
  24% {
    transform: translateY(-0.1rem) rotate(2deg);
  }
  25% {
    transform: translate(0.1rem) rotate(-1deg);
  }
  26% {
    transform: translateY(0.1rem) rotate(0deg);
  }
  27% {
    transform: translate(0) rotate(2deg);
  }
  28% {
    transform: translate(0) rotate(0deg);
  }
  100% {
    transform: translate(0) rotate(0deg);
  }
}
@keyframes clatter {
  0%, 50% {
    transform: rotate(0deg);
  }
  62.5%, 87.5% {
    transform: rotate(1deg) translateY(-3px);
  }
  75%, 100% {
    transform: rotate(0deg);
  }
}
.contact-content {
  padding-top: 104px;
  padding-bottom: 140px;
  position: relative;
}
@media (max-width: 428px) {
  .contact-content {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
.contact-content--ttl {
  color: #0E7EC3;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1875;
  padding-bottom: 10px;
  border-bottom: 5px solid #AED6EF;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  .contact-content--ttl {
    font-size: 24px;
    line-height: 1.4583333333;
    padding-bottom: 1px;
    border-width: 3px;
  }
}
.contact-content--desc {
  line-height: 1.45;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 428px) {
  .contact-content--desc {
    margin-top: 30px;
    font-size: 16px;
  }
}
.contact-content--list {
  width: 730px;
  margin: 40px auto 0;
}
@media (max-width: 428px) {
  .contact-content--list {
    width: 100%;
    margin-top: 18px;
  }
}
.contact-content--item {
  font-size: 16px;
  line-height: 1.6;
  padding-left: 1.4em;
  position: relative;
}
@media (max-width: 428px) {
  .contact-content--item {
    font-size: 13px;
  }
}
.contact-content--item:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.contact-content--wrap {
  margin-top: 60px;
  border-radius: 30px;
  background-color: #fff;
  padding: 60px 130px;
}
@media (max-width: 428px) {
  .contact-content--wrap {
    margin-top: 60px;
    border-radius: 20px;
    padding: 20px 15px;
  }
}
.contact-content--link {
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  border-radius: 60px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background-color: #0E7EC3;
  position: relative;
}
@media (max-width: 428px) {
  .contact-content--link {
    margin-top: 39px;
    width: 309px;
    height: 58px;
  }
}
.contact-content--link:before {
  content: "";
  display: block;
  width: 9px;
  aspect-ratio: 11/17;
  background-image: url(../../img/icon/icon-arrow-white.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 428px) {
  .contact-content--link:before {
    width: 8px;
  }
}
.contact-content--link:hover:before {
  right: 14px;
}
@media (max-width: 428px) {
  .contact-content--link:hover:before {
    right: 18px;
  }
}

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