main {
  position: relative;
  overflow: hidden;
}

main > img {
  width: 1047px;
  position: absolute;
  top: 0;
  left: -150px;
  z-index: -1;
}

#fvContainer {
  margin-top: 250px;
}

.fvContents {
  width: calc(50% + 480px);
  max-width: 95%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 60px;
  position: relative;
}

.fvText {
  flex: 0 1 400px;
  position: relative;
}

h1,h2 {
  font-size: 36px;
  line-height: 1.8;
}

h1 span, h2 span {
  font-size: 18px;
  display: block;
  line-height: 1;
}

h1::after, h2::after {
  content: "";
  display: block;
  width: 94.66px;
  height: 7.4px;
  margin-top: 6px;
  background: var(--gradient1);
}

.fvText p {
  margin-top: 50px;
}

.fvImg {
  flex: 1 1 700px;
}

.fvImg img {
  width: 100%;
  vertical-align: bottom;
}






#contactLinkContainer {
  width: 90%;
  max-width: 600px;
  margin: 100px auto 0;
}

.contactLink {
  width: 100%;
  height: 80px;
  margin-top: 30px;
  border-radius: 40px;
  background: var(--gradient2);
  position: relative;
}
.contactLink::before {
  content: "";
  width: 13px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.contactLink::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(-45deg);
}


.contactLink a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}







#contactContainer {
  width: 90%;
  max-width: 670px;
  margin: 120px auto 0;
  position: relative;
  z-index: 1;
}

#contactContainer h2 {
  text-align: center;
}
#contactContainer h2::after {
  margin: 0 auto;
}

.contactContents {
  margin-top: 50px;
}

.formGroup {
  margin-bottom: 20px;
}

.itemName {
  font-weight: bold;
}

.formGroup input {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  box-sizing: border-box;
}

.formGroup textarea {
  width: 100%;
  height: 246px;
  padding: 15px 15px;
  box-sizing: border-box;
}

#btnContainer {
  margin-top: 30px;
  text-align: center;
}

#btnContainer input {
  width: 346px;
  height: 80px;
  border-radius: 40px;
  background: var(--gradient2);
  border: none;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none;
}












@media (max-width: 1024px) {
/* main {
  position: relative;
  overflow: hidden;
} */

main > img {
  width: 700px;
  /* position: absolute;
  top: 0;
  left: -150px;
  z-index: -1; */
}

#fvContainer {
  margin-top: 100px;
}

.fvContents {
  width: 100%;
  min-width: auto;
  /* margin: 0 0 0 auto; */
  /* display: flex; */
  /* justify-content: space-between; */
  flex-direction: column-reverse;
  gap: 50px 0;
  /* position: relative; */
}

.fvText {
  width: 90vw;
  flex: 0 1 auto;
  margin: 0;
}

/* h1 {
  font-size: 36px;
  line-height: 1.8;
}

h1 span {
  font-size: 18px;
  display: block;
  line-height: 1;
}

h1::after {
  content: "";
  display: block;
  width: 94.66px;
  height: 7.4px;
  margin-top: 6px;
  background: var(--gradient1);
} */

.fvText p {
  margin-top: 40px;
}

.fvImg {
  flex: 1 1 auto;
}

/* .fvImg img {
  width: 100%;
  vertical-align: bottom;
} */






#contactLinkContainer {
  /* width: 90%;
  max-width: 600px; */
  margin: 60px auto 0;
}

/* .contactLink {
  width: 100%;
  height: 80px;
  margin-top: 30px;
  border-radius: 40px;
  background: var(--gradient2);
  position: relative;
}
.contactLink::before {
  content: "";
  width: 13px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.contactLink::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(-45deg);
}


.contactLink a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
} */







#contactContainer {
  /* width: 90%;
  max-width: 670px; */
  margin: 80px auto 0;
}

/* #contactContainer h2 {
  text-align: center;
}
#contactContainer h2::after {
  margin: 0 auto;
} */

/* .contactContents {
  margin-top: 50px;
}

.formGroup {
  margin-bottom: 20px;
} */

/* .itemName {
  font-weight: bold;
}

.formGroup input {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  box-sizing: border-box;
}

.formGroup textarea {
  width: 100%;
  height: 246px;
  padding: 15px 15px;
  box-sizing: border-box;
} */

/* #btnContainer {
  margin-top: 30px;
  text-align: center;
}

#btnContainer input {
  width: 346px;
  height: 80px;
  border-radius: 40px;
  background: var(--gradient2);
  border: none;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none;
} */


}











@media (max-width: 560px) {
/* main {
  position: relative;
  overflow: hidden;
} */

main > img {
  width: 400px;
  /* position: absolute;
  top: 0; */
  left: -100px;
  /* z-index: -1; */
}

#fvContainer {
  margin-top: 55px;
}

.fvContents {
  /* width: 100%;
  min-width: auto; */
  /* margin: 0 0 0 auto; */
  /* display: flex; */
  /* justify-content: space-between; */
  /* flex-direction: column-reverse; */
  gap: 40px 0;
  /* position: relative; */
}

/* .fvText {
  width: 90vw;
  flex: 0 1 auto;
  margin: 0;
} */

h1, h2 {
  font-size: 30px;
  line-height: 1.3;
}

h1 span {
  /* font-size: 18px;
  display: block; */
  line-height: 1.5;
}

/* h1::after {
  content: "";
  display: block;
  width: 94.66px;
  height: 7.4px;
  margin-top: 6px;
  background: var(--gradient1);
} */

.fvText p {
  margin-top: 30px;
}

.fvText > img {
  /* width: 256px;
  position: absolute; */
  bottom: 10px;
  left: -200px;
  /* z-index: -1; */
}

/* .fvImg {
  flex: 1 1 auto;
} */

/* .fvImg img {
  width: 100%;
  vertical-align: bottom;
} */






#contactLinkContainer {
  /* width: 90%;
  max-width: 600px; */
  margin: 40px auto 0;
}

.contactLink {
  /* width: 100%;
  height: 80px; */
  margin-top: 20px;
  /* border-radius: 40px;
  background: var(--gradient2);
  position: relative; */
}
/* .contactLink::before {
  content: "";
  width: 13px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.contactLink::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(-45deg);
} */


.contactLink a {
  /* display: block;
  width: 100%;
  height: 100%;
  font-weight: bold; */
  line-height: 1.5;
  text-align: center;
  /* color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; */
}







#contactContainer {
  /* width: 90%;
  max-width: 670px; */
  margin: 80px auto 0;
}

/* #contactContainer h2 {
  text-align: center;
} */
#contactContainer h2::after {
  margin: 10px auto 0;
}

.contactContents {
  margin-top: 30px;
}

/* .formGroup {
  margin-bottom: 20px;
} */

/* .itemName {
  font-weight: bold;
}

.formGroup input {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  box-sizing: border-box;
}

.formGroup textarea {
  width: 100%;
  height: 246px;
  padding: 15px 15px;
  box-sizing: border-box;
} */

/* #btnContainer {
  margin-top: 30px;
  text-align: center;
} */

#btnContainer input {
  /* width: 346px;
  height: 80px;
  border-radius: 40px;
  background: var(--gradient2);
  border: none; */
  font-size: 18px;
  /* font-weight: bold;
  color: #fff;
  position: relative;
  cursor: pointer; */
}

/* .wpcf7-spinner {
  display: none;
} */



}