@charset "UTF-8";
.kv__inner .kv-slide::after {
  top: 35px;
  right: 35px;
  width: 690px;
  height: 230px;
  background-image: url(../img/kv_title02_en.png);
}
.section-title::after {
  bottom: -5px;
}
.privaacy-policy__container ul li {
  padding-bottom: 30px;
}
.contact__inner .privaacy-policy__container > p {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  height: auto !important;
}
.contact__inner .privaacy-policy__container > h3 {
  margin-bottom: 15px;
}

.lead__inner .lead-text {
    margin-bottom: 45px;
    font-size: 16px;
    font-weight: 400;
}

.lead__inner {
    display: block;
    max-width: 1000px;
    height: auto;
    padding: 72px 60px;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    border-radius: 8PX;
}

@media screen and (max-width: 1024px) {
  .kv__inner .kv-slide::after {
    top: 30px;
    right: 60px;
    width: 600px;
    height: 230px;
  }
  .wpcf7 > form .input-container .input-title-wrap {
    text-align: left;
  }
}

@media screen and (max-width: 885px) {
  .kv__inner .kv-slide::after {
    top: 33px;
    right: 50px;
    width: 540px;
    height: 230px;
  }
}

@media screen and (max-width: 767px) {
  .kv__inner .kv-slide::after {
    top: -145px;
    right: 0;
    left: 0;
    width: 395px;
    margin: 0 auto;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .profile__inner .profile-photo-container > strong {
    text-align: center;
  }
  .section-title::after {
    bottom: -10px;
  }
  .lead__inner {
    width : 100%;
    padding : 40px 16px;
  }
  .lead__inner .lead-text {
    text-align : left;
  }
}

