#page-contact .section-map .background-image img, #page-contact .section-map .background-image, #page-contact .section-map .background-link, #page-contact .section-contact .flex-wrapper .right-items .item-link, #page-contact .section-hero .background img, #page-contact .section-hero .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-contact .section-map a.background-image, #page-contact .section-map a.background-link, #page-contact .section-contact .flex-wrapper .right-items a.item-link, #page-contact .section-hero a.background {
  text-indent: -999px;
  overflow: hidden;
}

#page-contact .section-map button.background-image, #page-contact .section-map button.background-link, #page-contact .section-contact .flex-wrapper .right-items button.item-link, #page-contact .section-hero button.background {
  text-indent: -999px;
  overflow: hidden;
}

#page-contact {
  position: relative;
  padding-top: 80px;
  z-index: 2;
}
#page-contact .section-hero {
  position: relative;
  padding: 105rem 0;
}
#page-contact .section-hero .background {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
#page-contact .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-contact .section-hero .wrapper {
  padding-left: 80rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .wrapper {
    padding-left: 0;
  }
}
#page-contact .section-hero .wrapper-title {
  color: #e1ff76;
  font-size: 40rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .wrapper-title {
    font-size: 35rem;
  }
}
#page-contact .section-hero .wrapper-description {
  margin-top: 15rem;
}
#page-contact .section-hero .wrapper-description p {
  color: white;
  font-size: 24rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .wrapper-description p {
    font-size: 16rem;
    line-height: 1.2;
  }
}
#page-contact .section-contact {
  padding: 30rem 0 60rem;
}
#page-contact .section-contact .flex-wrapper {
  padding: 0 80rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper {
    padding: 0;
    flex-direction: column;
  }
}
#page-contact .section-contact .flex-wrapper .left {
  width: 650rem;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .left {
    width: 100%;
  }
}
#page-contact .section-contact .flex-wrapper .left-form .form-grid {
  margin-bottom: 20rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 28rem;
  grid-row-gap: 20rem;
}
@media (max-width: 767px) {
  #page-contact .section-contact .flex-wrapper .left-form .form-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-contact .section-contact .flex-wrapper .left-form .field-group {
  position: relative;
  width: 100%;
}
#page-contact .section-contact .flex-wrapper .left-form .field-group .field {
  width: 100%;
  padding: 0 20rem 1rem;
  background-color: #f3f3f5;
  height: 39rem;
  color: #595959;
  font-size: 16rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  border: none;
  border-radius: 7px;
}
#page-contact .section-contact .flex-wrapper .left-form .field-group .field::-moz-placeholder {
  color: #595959;
}
#page-contact .section-contact .flex-wrapper .left-form .field-group .field::placeholder {
  color: #595959;
}
#page-contact .section-contact .flex-wrapper .left-form .field-group textarea.field {
  padding: 14rem 19rem;
  height: 110rem;
  resize: none;
}
#page-contact .section-contact .flex-wrapper .left-form .field-group select.field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#page-contact .section-contact .flex-wrapper .left-form .field-group svg {
  position: absolute;
  top: 15rem;
  right: 15rem;
  display: inline-block;
  z-index: 2;
}
#page-contact .section-contact .flex-wrapper .left-form .form-submit {
  margin-top: 20rem;
}
#page-contact .section-contact .flex-wrapper .left-form .form-submit button {
  padding: 0 24rem;
}
#page-contact .section-contact .flex-wrapper .left-flex {
  margin-top: 50rem;
  display: flex;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .left-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #page-contact .section-contact .flex-wrapper .left-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-contact .section-contact .flex-wrapper .left-flex .social {
  display: flex;
  align-items: center;
}
#page-contact .section-contact .flex-wrapper .left-flex .social span {
  margin-right: 12rem;
  color: #143086;
  font-size: 20rem;
  font-weight: 400;
  letter-spacing: -0.04em;
}
#page-contact .section-contact .flex-wrapper .left-flex .social ul {
  display: flex;
  align-items: center;
}
#page-contact .section-contact .flex-wrapper .left-flex .social ul li:not(:last-child) {
  margin-right: 20rem;
}
#page-contact .section-contact .flex-wrapper .left-flex .social ul li a svg path {
  fill: #143086;
  transition-property: fill;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-contact .flex-wrapper .left-flex .social ul li a:hover svg path {
  fill: black;
}
#page-contact .section-contact .flex-wrapper .left-flex .certification {
  margin-left: 80rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #page-contact .section-contact .flex-wrapper .left-flex .certification {
    margin-left: 0;
    margin-top: 30rem;
  }
}
#page-contact .section-contact .flex-wrapper .left-flex .certification span {
  margin-right: 12rem;
  color: #143086;
  font-size: 18rem;
  font-weight: 400;
  letter-spacing: -0.04em;
}
#page-contact .section-contact .flex-wrapper .left-flex .certification ul {
  display: flex;
  align-items: center;
}
#page-contact .section-contact .flex-wrapper .left-flex .certification ul li:not(:last-child) {
  margin-right: 12rem;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .right {
    margin-top: 50rem;
    width: 100%;
  }
}
#page-contact .section-contact .flex-wrapper .right-items .item {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 355px) {
  #page-contact .section-contact .flex-wrapper .right-items .item {
    flex-direction: column;
    text-align: center;
  }
}
#page-contact .section-contact .flex-wrapper .right-items .item:not(:last-child) {
  margin-bottom: 20rem;
}
#page-contact .section-contact .flex-wrapper .right-items .item-link {
  z-index: 5;
}
#page-contact .section-contact .flex-wrapper .right-items .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f5;
  border-radius: 30px;
  width: 115rem;
  height: 105rem;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .right-items .item-icon {
    width: 70rem;
    height: 70rem;
    border-radius: 12px;
  }
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .right-items .item-icon svg {
    width: 30rem;
    height: unset;
    max-height: 30px;
  }
}
#page-contact .section-contact .flex-wrapper .right-items .item-icon svg path {
  transition-property: fill;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-contact .flex-wrapper .right-items .item-content {
  margin-left: 15rem;
}
@media (max-width: 355px) {
  #page-contact .section-contact .flex-wrapper .right-items .item-content {
    margin-left: 0;
    margin-top: 10rem;
  }
}
#page-contact .section-contact .flex-wrapper .right-items .item-content--title {
  margin-bottom: 10rem;
  color: #595959;
  font-size: 22rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .right-items .item-content--title {
    font-size: 16rem;
  }
}
#page-contact .section-contact .flex-wrapper .right-items .item-content--small {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
#page-contact .section-contact .flex-wrapper .right-items .item:hover .item-icon {
  background-color: #143086;
}
#page-contact .section-contact .flex-wrapper .right-items .item:hover .item-icon svg path {
  fill: white;
}
#page-contact .section-map {
  position: relative;
}
#page-contact .section-map .background {
  position: relative;
  height: 330rem;
}
#page-contact .section-map .background-link {
  z-index: 5;
}
#page-contact .section-map .background-icon {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
/*# sourceMappingURL=contact.min.css.map */
