a {
  text-decoration: none;
  color: black;
}

.header_btn a {
  padding: 10px 30px;
  background: linear-gradient(90deg, #B0FFFA, #0040A1);
  color: white;
  border-radius: 20px;
  border: 0.5px solid #20B1DF;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.btn_container {
  position: absolute;
  bottom: 3%;
  left: 50%;
  width: 72%;
  transform: translateX(-50%);
}

.relative {
  position: relative;
}
.relative .btn_container {
  bottom: 6%;
}

.cta_btn {
  opacity: 0;
}

header {
  position: relative;
}
header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
header img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 300px;
  height: 60px;
  width: 10em;
}

.cw {
  max-width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  background-color: white;
}

header {
  background-color: white;
}

footer {
  padding: 30px 10px;
  text-align: center;
  background-color: white;
}
footer > div {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 15px;
}
footer > div p:last-child {
  position: relative;
}
footer > div p:last-child::after {
  content: "";
  position: absolute;
  left: -18%;
  top: 50%;
  width: 0.5px;
  height: 15.5px;
  transform: translateY(-50%);
  background-color: black;
}
footer small {
  text-align: center;
}

.mb {
  margin-bottom: 15px;
}

.video {
  position: absolute;
  top: 48.8%;
  left: 50%;
  width: 90%;
  height: 200px;
  transform: translate(-50%, -50%);
}

.video_container {
  position: relative;
}

.policy,
.company {
  padding: 0 30px 30px;
  font-size: 13px;
  margin-top: 100px;
}
.policy h2,
.company h2 {
  text-align: center;
  color: #5A67E6;
  font-weight: normal;
  margin-bottom: 30px;
}

.policy > p:nth-of-type(1) {
  margin-bottom: 30px;
}

.company table {
  width: 100%;
}
.company tr {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid black;
  -o-border-image: linear-gradient(to right, #5A67E6, #A5A5A5) 1;
     border-image: linear-gradient(to right, #5A67E6, #A5A5A5) 1;
  padding-bottom: 7px;
}
.company tr td:nth-of-type(1) {
  width: 100px;
}/*# sourceMappingURL=style.css.map */