main {
  padding-top: 5.4166666667vw;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: initial !important;
  border-bottom: solid 2px #F2F2F2;
  -webkit-animation: slideDown 0.3s ease;
  animation: slideDown 0.3s ease;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  position: relative;
  background: #28538B;
}
section#contact_area .bg {
  position: absolute;
  right: -12.34375vw;
  bottom: 0;
  width: 49.3229166667vw;
  height: 30.2083333333vw;
  z-index: 1;
}
section#contact_area .bg svg {
  display: flex;
  width: 100%;
  height: 100%;
}
section#contact_area .inner {
  padding: 4.6875vw 0;
  position: relative;
  z-index: 2;
}
section#contact_area .txt-h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.5625vw;
}
section#contact_area .txt-h2 span {
  display: block;
}
section#contact_area .top-box .txt-p {
  color: #ffffff;
  text-align: center;
}
section#contact_area .top-box .txt-a {
  background: #43B535;
  color: #ffffff;
  border: solid 2px #43B535;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2.6041666667vw;
  width: 20.8333333333vw;
  height: 3.6458333333vw;
  border-radius: 3.6458333333vw;
  gap: 1vw;
}
section#contact_area .top-box .txt-a svg {
  display: flex;
  width: 2vw;
  height: 2vw;
}
section#contact_area .bot-box {
  margin-top: 3.6458333333vw;
}
section#contact_area .bot-box .txt-p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.5625vw;
}
section#contact_area .bot-box .in {
  justify-content: center;
  gap: 2.6041666667vw;
}
section#contact_area .bot-box .txt-a {
  background: #35B5AC;
  color: #ffffff;
  border: solid 2px #35B5AC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 15.625vw;
  height: 3.6458333333vw;
  border-radius: 3.6458333333vw;
  gap: 0.5vw;
}
section#contact_area .bot-box .txt-a svg {
  display: flex;
  width: 2vw;
  height: 2vw;
  margin-right: 0.5vw;
}
section#contact_area .bot-box .txt-a.web {
  background: #356CB4;
  border-color: #356CB4;
}

@media screen and (max-width: 767px) {
  section#contact_area .bg {
    position: absolute;
    right: -30vw;
    bottom: 0;
    width: 90vw;
    height: 58.208333vw;
    z-index: 1;
  }
  section#contact_area .bg svg {
    display: flex;
    width: 100%;
    height: 100%;
  }
  section#contact_area .inner {
    padding: 50px 0;
  }
  section#contact_area .txt-h2 {
    margin-bottom: 30px;
    font-size: 14px;
  }
  section#contact_area .txt-h2 span {
    font-size: 24px;
  }
  section#contact_area .top-box .txt-p {
    font-size: 16px;
  }
  section#contact_area .top-box .txt-a {
    background: #43B535;
    color: #ffffff;
    border: solid 2px #43B535;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    height: 40px;
    border-radius: 40px;
    max-width: 400px;
    gap: 10px;
    font-size: 14px;
  }
  section#contact_area .top-box .txt-a svg {
    display: flex;
    width: 18px;
    height: 18px;
  }
  section#contact_area .bot-box {
    margin-top: 30px;
  }
  section#contact_area .bot-box .txt-p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  section#contact_area .bot-box .in {
    gap: 20px;
    display: flex;
    flex-flow: column;
  }
  section#contact_area .bot-box .txt-a {
    gap: 10px;
    width: 100%;
    height: 40px;
    border-radius: 40px;
    max-width: 400px;
    gap: 10px;
  }
  section#contact_area .bot-box .txt-a span {
    font-size: 16px;
  }
  section#contact_area .bot-box .txt-a span.txt-s {
    font-size: 12px;
  }
  section#contact_area .bot-box .txt-a svg {
    display: flex;
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
}
/*# sourceMappingURL=page.css.map */