@-webkit-keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .gnav_contact a::before {
    content: "";
  }
}
#contact_form {
  margin-bottom: 300px;
}
@media all and (max-width: 767px) {
  #contact_form {
    margin-bottom: 200px;
  }
}

.contents {
  color: #043871;
}
.contents .content {
  width: min(980px, 100%);
  margin: 100px auto;
}
.contents .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #043871;
}

#contact .container {
  text-align: center;
}
#contact .container .btn_01 {
  margin: 50px auto;
}

#privacy .contents .content {
  width: 100%;
}
#privacy .contents .content .section_title {
  margin: 0 0 100px 80px;
}
#privacy .contents .content h2 {
  font-weight: 600;
}
#privacy .contents .content .b_section_02 a {
  color: #0083c9;
  word-break: break-all;
}
#privacy .contents .content .b_section_02 a:hover {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  #privacy h2 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #privacy h2 {
    font-size: 16px;
    margin-bottom: 34px;
  }
}

@media screen and (min-width: 768px) {
  .privacy_date {
    margin-bottom: 300px;
  }
}