@charset "UTF-8";
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (max-width: 890px) {
  html {
    font-size: 1.3333333333vw !important;
  }
}

body {
  background-color: #EEE5C9;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
  color: #333333;
  overflow-x: hidden;
}

*.sp-only {
  display: block;
}
@media screen and (min-width: 891px) {
  *.sp-only {
    display: none;
  }
}

*.pc-only {
  display: none;
}
@media screen and (min-width: 891px) {
  *.pc-only {
    display: block;
  }
}

.mv {
  padding-top: 118px;
  padding-bottom: 68px;
  background-image: url(/assets/img/common/bg3.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  background-size: cover;
}
@media screen and (max-width: 890px) {
  .mv {
    padding-top: 25vw;
    padding-bottom: 9vw;
  }
}

.mv__container {
  margin: 0 auto;
  width: 480px;
  position: relative;
}
@media screen and (max-width: 890px) {
  .mv__container {
    width: 77vw;
  }
}

.mv__ctaImg {
  margin: 0 auto 33px auto;
}

.mv__ctaImg img {
  margin: 0 auto;
}
@media screen and (max-width: 890px) {
  .mv__ctaImg {
    width: 77vw;
    margin-bottom: 4vw;
  }
}

.mv__ctaDtl {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  color: #333333;
  line-height: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 890px) {
  .mv__ctaDtl {
    margin-bottom: 2vw;
    font-size: 2rem;
    line-height: 4rem;
  }
}

.mv__illust3 {
  width: 212px;
  position: absolute;
  bottom: -19px;
  right: -229px;
}
@media screen and (max-width: 890px) {
  .mv__illust3 {
    width: 28vw;
    bottom: -6vw;
    right: -6vw;
  }
}

.mv__userSelect {
  margin: 0 auto;
  width: 354px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #333333;
}

.mv__user span {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}

.cta {
  padding-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .cta {
    padding-bottom: 7rem;
  }
}

.cta__selectBg {
  padding: 29px 0 30px 0;
  background-image: url(/assets/img/common/bg4.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 890px) {
  .cta__selectBg {
    padding: 6vw 0 8vw 0;
    background-image: url(/assets/img/common/bg_sp1.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
    background-size: cover;
  }
}

.cta__select {
  margin: 0 auto;
  width: 359px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 890px) {
  .cta__select {
    width: 58vw;
  }
}

.cta__menu {
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 890px) {
  .cta__menu {
    font-size: 2.2rem;
  }
}

.cta__menu span {
  margin-top: 14px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 890px) {
  .cta__menu span {
    margin-top: 2vw;
  }
}

@media screen and (max-width: 890px) {
  .cta__menu span img {
    width: 2vw;
  }
}

.cta__userInner {
  margin: 0 auto;
  padding: 69px 0 0 0;
  max-width: 620px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 890px) {
  .cta__userInner {
    padding-top: 8.5vw;
  }
}

.cta__illust7 {
  display: block;
  position: absolute;
  top: -71px;
  left: -417px;
  z-index: 2;
}
@media screen and (max-width: 890px) {
  .cta__illust7 {
    width: 46vw;
    top: 27vw;
    left: -28vw;
  }
}

.cta__illust2 {
  display: block;
  position: absolute;
  top: 154px;
  right: -471px;
  z-index: 2;
}
@media screen and (max-width: 890px) {
  .cta__illust2 {
    width: 46vw;
    top: 68vw;
    right: -32vw;
  }
}

.cta__illust4 {
  display: block;
  position: absolute;
  bottom: -188px;
  right: -542px;
  z-index: 2;
}

.cta__ttl {
  margin: 0 auto;
  margin-bottom: 60px;
  width: 480px;
}
@media screen and (max-width: 890px) {
  .cta__ttl {
    margin-bottom: 8vw;
    width: 77vw;
  }
}

.cta__faq {
  margin: 0 auto 70px;
  width: 570px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 35px;
}
@media screen and (max-width: 890px) {
  .cta__faq {
    margin: 0 auto 7.5rem;
    width: 50vw;
    grid-template-columns: 1fr;
    row-gap: 6.5rem;
  }
}

.cta__faqDtlImg {
  margin: 0 auto 10px auto;
  width: 150px;
  height: auto;
}
@media screen and (max-width: 890px) {
  .cta__faqDtlImg {
    margin: 0 auto 3vw auto;
    width: 28vw;
  }
}

.cta-box {
  margin: 0 auto;
  width: 500px;
}
@media screen and (max-width: 890px) {
  .cta-box {
    width: 62.5rem;
    position: relative;
    z-index: 2;
  }
}

.cta-box + .cta-box {
  margin-top: 30px;
}
@media screen and (max-width: 890px) {
  .cta-box + .cta-box {
    margin-top: 3.5rem;
  }
}

.cta-ttl {
  padding: 15px 0 10px;
  background-color: #fff000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #0050b4;
}
@media screen and (max-width: 890px) {
  .cta-ttl {
    padding: 2rem 0 1.5rem;
    font-size: 2.5rem;
  }
}

.cta-inner {
  padding: 25px 45px;
}
@media screen and (max-width: 890px) {
  .cta-inner {
    padding: 3rem 6rem;
  }
}

.cta-inner dd + dd {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 890px) {
  .cta-inner dd + dd {
    margin-top: 4rem;
  }
}

.cta-inner dd {
  margin-left: 20px;
  width: 380px;
}
@media screen and (max-width: 890px) {
  .cta-inner dd {
    margin-left: 2rem;
    width: 50rem;
  }
}

.cta-inner dd + dd::before {
  content: "";
  width: 400px;
  height: 2px;
  background-image: url(../img/common/line3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -15px;
  left: -15px;
}
@media screen and (max-width: 890px) {
  .cta-inner dd + dd::before {
    width: 50rem;
    top: -2rem;
    left: -1.5rem;
  }
}

.cta-inner.col01 {
  background-color: #fff;
}

.cta-inner.col02 {
  background-color: #f5ebcd;
}

.cta-colm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 25px;
}
@media screen and (max-width: 890px) {
  .cta-colm {
    column-gap: 2.5rem;
  }
}

.cta-colm + .cta-txt1 {
  margin-top: 5px;
}
@media screen and (max-width: 890px) {
  .cta-colm + .cta-txt1 {
    margin-top: 1rem;
  }
}

.cta-txt2 + .cta-colm {
  margin-top: 10px;
}
@media screen and (max-width: 890px) {
  .cta-txt2 + .cta-colm {
    margin-top: 1rem;
  }
}

.cta-txt1 {
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 890px) {
  .cta-txt1 {
    font-size: 1.8rem;
  }
}

.cta-txt2 {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 890px) {
  .cta-txt2 {
    font-size: 2.5rem;
  }
}

.cta-txt2 + .cta-txt2 {
  margin-top: 20px;
}
@media screen and (max-width: 890px) {
  .cta-txt2 + .cta-txt2 {
    margin-top: 2rem;
  }
}

.cta-tel {
  font-size: 35px;
  letter-spacing: .09em;
}
@media screen and (max-width: 890px) {
  .cta-tel {
    font-size: 4.8rem;
  }
}

.cta-mail {
  font-size: 23px;
}
@media screen and (max-width: 890px) {
  .cta-mail {
    font-size: 2.9rem;
  }
}

.cta-url {
  text-align: left;
  font-size: 18px;
  line-height: 23px;
}
@media screen and (max-width: 890px) {
  .cta-url {
    font-size: 2.3rem;
    line-height: 2.9rem;
  }
}

.bizCta {
  margin: 0 auto;
  padding: 50px 0 74px 0;
  text-align: center;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 890px) {
  .bizCta {
    padding: 10vw 0 11vw 0;
  }
}

.bizCta::before {
  content: "";
  width: 100%;
  height: 40px;
  background-image: url(../img/common/white-line.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 1;
}

.bizCta::after {
  content: "";
  width: 100%;
  height: 40px;
  background-image: url(../img/common/white-line.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  left: 0;
  transform: rotate(180deg);
  z-index: 1;
}

.bizCta__bizInner {
  margin: 0 auto;
  max-width: 620px;
  width: 100%;
  position: relative;
}

.bizCta__illust8 {
  display: block;
  position: absolute;
  top: -368px;
  left: -389px;
  z-index: 2;
}
@media screen and (max-width: 890px) {
  .bizCta__illust8 {
    position: absolute;
    width: 43vw;
    top: 148vw;
    left: -30vw;
    z-index: 0;
  }
}

.bizCta__illust9 {
  display: block;
  position: absolute;
  top: -51px;
  left: -412px;
  /* z-index: 2; */
}
@media screen and (max-width: 890px) {
  .bizCta__illust9 {
    position: absolute;
    width: 43vw;
    top: 177vw;
    left: -30vw;
  }
}

.bizCta__ttl {
  margin: 31px auto 25px auto;
  width: 493px;
}
@media screen and (max-width: 890px) {
  .bizCta__ttl {
    margin: 0 auto 3vw auto;
    width: 77vw;
    max-width: 80vw;
    width: 100%;
  }
}

.bizCta__campaignAct {
  margin-bottom: 57px;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .bizCta__campaignAct {
    margin-bottom: 8vw;
  }
}

.bizCta__actSentence {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 890px) {
  .bizCta__actSentence {
    font-size: 2rem;
    line-height: 4rem;
  }
}

.bizCta__actSentence2 {
  margin-bottom: 23px;
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 890px) {
  .bizCta__actSentence2 {
    margin-bottom: 5vw;
    font-size: 2rem;
    line-height: 4rem;
  }
}

.bizCta__actCaution {
  font-size: 10px;
  line-height: 20px;
}
@media screen and (max-width: 890px) {
  .bizCta__actCaution {
    font-size: 1.4rem;
    line-height: 1rem;
  }
}

.bizCta__actCaution span {
  color: red;
}
@media screen and (max-width: 890px) {
  .bizCta__actCaution span {
    display: block;
    margin-top: 1rem;
  }
}

.bizCta__all {
  margin: 0 auto;
}

.bizCta__frame {
  margin: 0 auto 30px auto;
  width: 500px;
  position: relative;
}
@media screen and (max-width: 890px) {
  .bizCta__frame {
    margin: 0 auto 6vw auto;
    max-width: 83vw;
    width: 100%;
  }
}

.bizCta__illust1 {
  display: block;
  position: absolute;
  bottom: -990px;
  right: -555px;
  z-index: 2;
}
@media screen and (max-width: 890px) {
  .bizCta__illust1 {
    position: absolute;
    width: 46vw;
    top: -99vw;
    right: -43vw;
  }
}

.bizCta__contactTtl {
  padding: 10px 0;
  background-color: #FDF000;
  font-size: 20px;
  text-align: center;
  color: #0055A2;
}
@media screen and (max-width: 890px) {
  .bizCta__contactTtl {
    padding: 1vw 0;
    font-size: 2.5rem;
  }
}

.bizCta__contactText {
  padding: 26px 0;
  background-color: #F5EBCD;
  color: #4D4D4D;
}
@media screen and (max-width: 890px) {
  .bizCta__contactText {
    padding: 4vw 0;
  }
}

.bizCta__contactInner {
  margin: 0 auto;
  width: 370px;
}
@media screen and (max-width: 890px) {
  .bizCta__contactInner {
    width: 71vw;
  }
}

.bizCta__tell {
  font-size: 38px;
  letter-spacing: 2px;
}
@media screen and (max-width: 890px) {
  .bizCta__tell {
    font-size: 4.7rem;
    text-align: center;
  }
}

.bizCta__tell span {
  margin-right: 26px;
  font-size: 14px;
}
@media screen and (max-width: 890px) {
  .bizCta__tell span {
    margin-right: 4vw;
    font-size: 1.7rem;
  }
}

.bizCta__tellCaution {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 890px) {
  .bizCta__tellCaution {
    margin: 0 auto;
    width: 65vw;
    font-size: 1.7rem;
    text-align: left;
  }
}

.bizCta__email {
  margin-top: 26px;
  font-size: 23px;
  letter-spacing: 2px;
}
@media screen and (max-width: 890px) {
  .bizCta__email {
    font-size: 2.8rem;
  }
}

.bizCta__email span {
  margin-right: 16px;
  font-size: 14px;
}
@media screen and (max-width: 890px) {
  .bizCta__email span {
    font-size: 1.7rem;
  }
}

.bizCta__here {
  font-size: 20px;
  text-align: left;
  line-height: 43px;
}
@media screen and (max-width: 890px) {
  .bizCta__here {
    margin: 0 auto;
    width: 65vw;
    font-size: 2.5rem;
    text-align: left;
  }
}

.bizCta__tellDtl {
  margin-top: 90px;
}
@media screen and (max-width: 890px) {
  .bizCta__tellDtl {
    margin-top: 12vw;
  }
}

.bizApply {
  margin: 0 auto;
  padding: 78px 0 30px 0;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .bizApply {
    padding: 10vw 0 26vw 0;
  }
}

.bizApply__ttl {
  margin: 0 auto;
  margin-bottom: 26px;
  width: 480px;
}
@media screen and (max-width: 890px) {
  .bizApply__ttl {
    margin-bottom: 4vw;
    width: 77vw;
    position: relative;
    z-index: 1;
  }
}

.bizApply__text {
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 890px) {
  .bizApply__text {
    font-size: 2rem;
    line-height: 4rem;
  }
}

.bizApply__select {
  margin: 38px auto 50px auto;
  display: grid;
  grid-template-columns: repeat(4, 145px);
  justify-content: center;
  column-gap: 80px;
}
@media screen and (max-width: 890px) {
  .bizApply__select {
    margin: 8vw auto 13vw auto;
    grid-template-columns: repeat(2, 19rem);
    column-gap: 16rem;
    row-gap: 6rem;
  }
}

.bizApply__menu {
  font-weight: bold;
  color: #00B4FF;
}
@media screen and (max-width: 890px) {
  .bizApply__menu {
    font-size: 2.1rem;
  }
}

.bizApply__menu span {
  margin-top: 14px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 890px) {
  .bizApply__menu span {
    margin-top: 2vw;
  }
}

.bizApply__menu span img {
  margin: 0 auto;
}
@media screen and (max-width: 890px) {
  .bizApply__menu span img {
    margin: 0 auto;
    width: 2vw;
  }
}

.bizApply__arrow {
  margin: 0 auto;
}

.bizApply__pay {
  background-image: url(/assets/img/contact/frame.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 940px;
  height: 720px;
  position: relative;
}
@media screen and (max-width: 890px) {
  .bizApply__pay {
    background-image: none;
    margin: 0 auto;
    width: 91vw;
    height: 207vw;
    position: relative;
    padding-top: 5rem;
  }
}

.frame + .frame {
  margin-top: 50px;
}
@media screen and (max-width: 890px) {
  .frame + .frame {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 890px) {
  .frame {
    position: relative;
  }
}

@media screen and (max-width: 890px) {
  .frame::before {
    content: "";
    width: 100%;
    height: 4.7rem;
    background-image: url(../img/contact/frame2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 890px) {
  .frame::after {
    content: "";
    width: 100%;
    height: 4.7rem;
    background-image: url(../img/contact/frame2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
  }
}

@media screen and (min-width: 891px) {
  .frame.ht {
    background-size: 100% 100%;
  }
}

@media screen and (min-width: 891px) {
  .frame.ht01 {
    height: 750px;
  }
}

@media screen and (min-width: 891px) {
  .frame.ht02 {
    height: 665px;
  }
}
@media screen and (max-width: 890px) {
  .frame.ht02 {
    height: 191vw;
  }
}

.bizApply__illust3 {
  display: block;
  position: absolute;
  top: -262px;
  left: -410px;
  z-index: -1;
}

.bizApply__line1 img, .bizApply__line2 img {
  margin: 0 auto;
}

.bizApply__payTtl {
  padding-top: 45px;
}
@media screen and (max-width: 890px) {
  .bizApply__payTtl {
    padding-top: 1vw;
  }
}

.wid img {
  margin: 0 auto;
  height: auto;
  display: block;
}

.bizApply__payTtl.wid01 img {
  width: 100px;
}
@media screen and (max-width: 890px) {
  .bizApply__payTtl.wid01 img {
    width: 16vw;
  }
}

.bizApply__payTtl.wid02 img {
  width: 119px;
}
@media screen and (max-width: 890px) {
  .bizApply__payTtl.wid02 img {
    width: 14.2rem;
  }
}

.bizApply__payTtl.wid03 img {
  width: 173px;
}
@media screen and (max-width: 890px) {
  .bizApply__payTtl.wid03 img {
    width: 20.7rem;
  }
}


.bizApply__payText {
  padding: 16px 0 44px 0;
}
@media screen and (max-width: 890px) {
  .bizApply__payText {
    padding: 2vw 0 8vw 0;
    font-size: 2rem;
  }
}

.bizApply__textLine {
  margin: 0 auto 48px auto;
  max-width: 720px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 890px) {
  .bizApply__textLine {
    margin: 0 auto 0 auto;
    width: 78vw;
    flex-wrap: wrap;
  }
}

.bizApply__textImg img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 890px) {
  .bizApply__textImg img {
    width: 34vw;
  }
}

.bizApply__textImg.colm img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 890px) {
  .bizApply__textImg.colm img {
    width: 34vw;
  }
}

.bizApply__dpayTextLineInner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 890px) {
  .bizApply__dpayTextLineInner {
    margin: 14vw 0 8rem;
    width: 74vw !important;
    position: relative;
  }
}
@media screen and (max-width: 890px) {
  .bizApply__dpayTextLineInner::before {
    content: "";
    display: block;
    width: 84vw;
    height: 22px;
    background-image: url(/assets/img/common/line3.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -6vw;
    left: -3vw;
  }
}

.bizApply__paypay {
  background-image: url(/assets/img/contact/frame.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 940px;
  height: 720px;
}
@media screen and (max-width: 890px) {
  .bizApply__paypay {
    background-image: none;
    margin: 0 auto;
    width: 91vw;
    height: 212vw;
    padding-top: 5rem;
  }
}

.bizApply__paypayTtl {
  padding-top: 31px;
}
@media screen and (max-width: 890px) {
  .bizApply__paypayTtl {
    padding-top: 1vw;
  }
}

.bizApply__paypayTtl img {
  margin: 14px auto 0 auto;
}
@media screen and (max-width: 890px) {
  .bizApply__paypayTtl img {
    margin: 0 auto 0 auto;
    width: 27vw;
  }
}

.bizApply__paypayTextLine {
  margin: 0 auto 62px auto;
  max-width: 769px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 890px) {
  .bizApply__paypayTextLine {
    margin: 0 auto;
    width: 78vw;
    flex-wrap: wrap;
  }
}

.bizApply__paypayTextLineInner {
  width: 373px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 890px) {
  .bizApply__paypayTextLineInner {
    margin: 12vw 0 8rem;
    width: 78vw !important;
    position: relative;
  }
}
@media screen and (max-width: 890px) {
  .bizApply__paypayTextLineInner::before {
    content: "";
    display: block;
    width: 84vw;
    height: 22px;
    background-image: url(/assets/img/common/line3.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -6vw;
    left: -5vw;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.btn {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 259px;
  height: 53px;
}
@media screen and (max-width: 890px) {
  .btn {
    margin: 0 auto;
    width: 49vw;
    height: 10vw;
    background-size: cover;
  }
}

.btn.center {
  margin: 0 auto;
}

.btn01 {
  background-image: url(/assets/img/contact/d_faqBtn.png);
}
@media screen and (min-width: 891px) {
  .btn01:hover {
    background-image: url(/assets/img/contact/d_faqBtn_h.png);
  }
}

.btn02 {
  background-image: url(/assets/img/contact/paypay_faqBtn.png);
}
@media screen and (min-width: 891px) {
  .btn02:hover {
    background-image: url(/assets/img/contact/paypay_faqBtn_h.png);
  }
}

.btn03 {
  background-image: url(/assets/img/contact/R-pay_faqBtn.png);
}
@media screen and (min-width: 891px) {
  .btn03:hover {
    background-image: url(/assets/img/contact/R-pay_faqBtn_h.png);
  }
}

.btn04 {
  background-image: url(/assets/img/contact/au-pay_faqBtn.png);
}
@media screen and (min-width: 891px) {
  .btn04:hover {
    background-image: url(/assets/img/contact/au-pay_faqBtn_h.png);
  }
}

.btn05 {
  background-image: url(/assets/img/contact/apply_btn.png);
}
@media screen and (min-width: 891px) {
  .btn05:hover {
    background-image: url(/assets/img/contact/apply_btn_h.png);
  }
}

.btn_aHover3 {
  display: block;
  background-image: url(/assets/img/contact/apply_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 259px;
  height: 53px;
}
@media screen and (max-width: 890px) {
  .btn_aHover3 {
    margin: 12.5vw auto 3vw auto;
    width: 49vw;
    height: 10vw;
    background-size: cover;
  }
}
.btn_hover3:hover a {
  background-image: url(/assets/img/contact/apply_btn_h.png);
  background-repeat: no-repeat;
}