.section-title-en {
  font-size: 80px;
  color: #187fc3;
  /*font-family: "Area Variable", Arial, sans-serif;*/
  padding: 160px 0 0 0;
}
.section-title-ja {
  font-size: 32px;
  /*font-family: "A-OTF 見出ゴMB31 Pr5", sans-serif;*/
  font-weight: bold;
  line-height: 30px;
  padding: 0 0 160px 0;
}
@media (max-width: 800px) {
  .section-title-en {
    font-size: clamp(40px, calc(100vw / 10), 80px);
    padding: 100px 0 10px;
    line-height: 62px;
  }
  .section-title-ja {
    font-size: clamp(18px, calc(100vw / 42), 32px);
    padding: 10px 0 100px 0;
    line-height: 10px;
  }
}
@media (max-width: 480px) {
  .section-title-en {
    padding: 50px 0 0;
    font-size: 32px;
    line-height: 32px;
  }
  .section-title-ja {
    padding: 18px 0 60px;
    line-height: 6px;
  }
}
.footer-img img {
  max-width: 100%;
  display: block;
}
footer {
  margin-top: 0px !important;
}
.policy-wrapper {
  max-width: 1060px;
  padding: 0 30px 150px;
  margin: 0 auto;
}
.policy-title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.policy-title-2 {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 50px;
}
.policy-text {
  font-size: 14px;
  padding-top: 20px;
}
.policy-section {
  padding-bottom: 50px;
}
.view-btn {
  font-size: 18px;
  font-weight: bold;
  color: #187fc3;
  background: #fff;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 240px;
  text-align: left;
  margin-top: 20px;
  border: 1px solid #187fc3;
}
.view-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #187fc3;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
.view-btn::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 30px;
  top: 50%;
  color: #187fc3;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: all 0.6s ease;
}
.view-btn:hover {
  padding-left: 150px;
  padding-right: 50px;
  color: #187fc3;
  background: white;
  border: 1px solid #187fc3;
}

.view-btn:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  color: #187fc3;
}

.view-btn:hover::after {
  opacity: 0;
}
@media (max-width: 480px) {
  .view-btn {
    width: 200px;
    font-size: 14px;
    padding: 10px 15px;
  }
  .view-btn::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
  .view-btn:hover {
    padding-left: 120px;
    padding-right: 20px;
  }
  .policy-title {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .policy-text {
    font-size: 12px;
    padding-top: 10px;
  }
  .policy-section {
    padding-bottom: 30px;
  }
  .policy-wrapper {
    padding: 0 30px 80px;
  }
}
