@charset "UTF-8";

.cv_field {
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding: 2vw 0;
  height: 10em;
  background-color: #EFEEE8;
}

.cv_field .button_navigations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 86%;
  max-width: 900px;

}

.cv_field .cv_button_field{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cv_field .cv_textbox{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.6em;
}

.cv_field .button_navigations .icon {
  width: 1.2em;
  max-width: 28px;
  height: 1.2em;
  max-height: 28px;
  padding-right: 4px;
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.cv_field .button_navigations button {
  font-size: min(2vw, 21px);
  height: 2.5em;
  width: 86%;
  max-width: 300px;
  justify-content: center;
}

@media all and (max-width: 750px) {
  .cv_field {
    display: flex;
    justify-content: center;
    height: 20em;
  }

  .cv_field .button_navigations {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 86%;
    padding: 2.4em 1.6em;
    max-width: 900px;

  }

  .cv_field .cv_textbox{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:24px;
    font-size: min(5vw, 18px);
  }


  .cv_field .button_navigations button {
    font-size: min(6vw, 18px);
    height: 2.7em;
    width: 100%;
    min-height: 60px;
    max-width: 400px;
  }
}

.cv_field .button_form {
  border: solid 1px #2778be;
  padding: 0 12px;
  color: #2778be;
  font: inherit;
  font-weight: bold;
  font-size: 14px;
  background: #fff;
  border-radius: 100vw;
  cursor: pointer;
  user-select: none;
}

@media all and (max-width: 750px) {

  .cv_field .button_navigations button {
    justify-content: center;
  }
}

.cv_field .button_form:hover {
  box-shadow: none;
  transform: translateY(3px);
}

.cv_field .button_form a {
  color: #2778be;
}

.cv_field .button_document {
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: #fff;
  font: inherit;
  font-weight: bold;
  font-size: 14px;
  background: #2778be;
  border: none;
  border-radius: 100vw;
  cursor: pointer;
  user-select: none;
}

.cv_field .button_document a {
  color: #fff;
}

.cv_field .button_document:hover {
  box-shadow: none;
  transform: translateY(3px);
}

.cv_field .cv_button {
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: #fff;
  font: inherit;
  font-weight: bold;
  font-size: 14px;
  background: #fa5037;
  border: none;
  border-radius: 100vw;
  cursor: pointer;
  user-select: none;
}

.cv_field .cv_button:hover {
  box-shadow: none;
  transform: translateY(3px);
}

.lp_wrap .container {
  position: relative;
}

@media all and (max-width: 750px) {
.cv_button_2 {
    width: 100%;
    font-size: 4.3vw;
    margin: 9vw auto 0;
  }
}

.cv_button_3 {
  width: 65.923%;
  font-size: 1.8vw;
  padding: 16px;
  border-radius: 100vw;
  box-sizing: border-box;
  margin: 14vw auto 0;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background: #fa5037;
  border: none;
  cursor: pointer;
  display: block;               s
}

@media all and (max-width: 750px) {
  .cv_button_3 {
    width: 84%;
    font-size: 4.3vw;
    margin: 7vh auto 0;
  }
}

.cv_field_4 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10vw 0;
}

.cv_button_4 {
  width: 65.923%;
  font-size: 1.8vw;
  padding: 16px;
  border-radius: 100vw;
  box-sizing: border-box;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background: #fa5037;
  border: none;
  cursor: pointer;
  display: block;
}

@media all and (max-width: 750px) {
  .cv_button_4 {
    display: block;
    margin: 18vw 8vw 8vw 8vw;
    width: 84%;
    height: 14vw;
    font-size: 4.3vw;
  }
}

.cv_field_5 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 4% 0 0;
}

.cv_field_5 .cv_button_5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65.923%;
  line-height: 3em;
  border-radius: 100vw;
  font-size: 1.8vw;
  padding: 0 12px;
  color: #fff;
  font-weight: bold;
  background: #fa5037;
  border: none;
  cursor: pointer;
  user-select: none;
  z-index: 1;
}

@media all and (max-width: 750px) {
  .cv_field_5 .cv_button_5 {
    width: 84%;
    font-size: 4.3vw;
  }
}
