@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
html,
body {
  width: 100%;
  font-family: "Souce Sans Pro", sans-serif;
  background-color: #F4F4F4;
}

body {
  overflow-x: hidden;
}

.kv__wrap {
  background-color: #ffffff;
}
.kv__wrap .kv__box {
  max-width: 1400px;
  margin: 0 auto;
}
.kv__wrap .kv__box .kv__img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .kv__wrap .kv__box .kv__img {
    content: url("../img/support/kv_contactus_sp.webp");
  }
}
.contact__section {
  background-color: #ffffff;
  padding: 5rem 0;
}
.contact__section .contact__wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.contact__section .contact__wrap .contact__info-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contact__section .contact__wrap .contact__info-box .contact__main-box {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact__section .contact__wrap .contact__info-box .contact__main-box .contact__companyname {
  background-color: #2A2424;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 2rem 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.contact__section .contact__wrap .contact__info-box .contact__main-box .contact__companyname .contact__companyname-text {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  padding: 0.75rem 0;
}
.contact__section .contact__wrap .contact__info-box .contact__main-box .contact__info-wrap {
  display: flex;
  flex-direction: column;
}
.contact__section .contact__wrap .contact__info-box .contact__main-box .contact__info-wrap .email_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.contact__section .contact__wrap .contact__info-box .contact__main-box .contact__info-wrap .email_wrap p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 8px;
}
.contact__section .contact__wrap .contact__info-box .contact__main-box .contact__info-wrap .email_wrap .email_link {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #2A2424;
  display: flex;
  align-items: center;
}
.contact__section .contact__wrap .contact__info-box .contact__main-box .contact__info-wrap .email_wrap .email_link .email_img img {
  position: relative;
  top: 2px;
  max-width: 80%;
}

@media screen and (max-width: 1400px) {
  .contact__section {
    padding: 10rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__section .contact__wrap .contact__info-box {
    flex-direction: column;
  }
  .contact__section .contact__wrap .contact__info-box .contact__main-box {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .contact__section {
    padding: 3rem 1rem;
  }
  .contact__section .contact__wrap .contact__info-box {
    flex-direction: column;
  }
  .contact__section .contact__wrap .contact__info-box .contact__main-box {
    width: 100%;
  }
  .contact__section .contact__wrap .contact__info-box .contact__main-box .contact__companyname .contact__companyname-text {
    font-size: 20px;
  }
  .contact__section .contact__wrap .contact__info-box .contact__main-box .contact__info-wrap .email_wrap p {
    font-size: 16px;
    font-weight: 300;
  }
  .contact__section .contact__wrap .contact__info-box .contact__main-box .contact__info-wrap .email_wrap .email_link {
    font-size: 16px;
  }
  .contact__section .contact__wrap .contact__info-box .contact__main-box .contact__info-wrap .email_wrap .email_link .email_img {
    width: 1.75rem;
    margin-right: 5px;
  }
  .contact__section .contact__wrap .contact__info-box .contact__main-box .contact__info-wrap .email_wrap .email_link .email_img img {
    position: relative;
    top: 2px;
    max-width: 100%;
  }
  .contact__section .contact__wrap .contact__info-box .contact__main-box .contact__info-wrap .email_wrap .email_one_line {
    text-align: center;
    line-height: 1.5;
  }
}/*# sourceMappingURL=contactus.css.map */