.lp_fv{
  width: 100%;
  display: flex;
}

.lp_fv_test{
  width: 64.2%;
}

.lp_fv_text1{
  width: 35.7%;
}

.lp_fv_text_block1{
    display: flex;
  flex-direction: column;
  margin: 0 0 0 6.65%;
}

.lp_fv_text_block1_1{
  margin: 0 0 3.65%;
  width: 95%;
}

.lp_fv_text_block1_2{
  margin: 0 0 6.65%;
}


.lp_fv_img{
  width: 35.8%;
  max-width: 100%;
  height: auto;

}


  /* 768px以下の画面幅に適用するスタイル */
}

.lp_fv_cta {
/*   position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%); */
/*   width: 55.4%; */
}

.lp_fv_cta a{
  background-color: #B68933;
  color: #ffffff;
  padding: 0.5rem 1rem;
  display: inline-block;
  text-decoration: none;
  font-size: 1.7rem;
  border-radius: 4px;
  width: 100%;
  text-align: center;
}

.lp_fv_cta a {
  background-color: #B68933;
  border: 2px solid #B68933;
  color: #ffffff;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.lp_fv_cta a:hover {
  background-color: #ffffff;
  border-color: #B68933;
  color: #B68933;
}


@media screen and (max-width: 768px) {
  /* 768px以下の画面幅に適用するスタイル */
  .lp_fv_cta a {
  font-size: 1rem;
}
  
}
