@charset "utf-8";

main {
  position: relative;
  overflow: clip;
}

main::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 156px;
  left: 50%;
  width: min(1280px, 100%);
  height: 100%;
  background: url(/wp/wp-content/themes/cosmos-cpa/img/form/page-deco-pc.png) repeat-y;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  main::before {
    top: 110px;
    background: url(/wp/wp-content/themes/cosmos-cpa/img/form/page-deco-sp.png) repeat-y;
    background-size: 100% auto;
  }
}

/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  overflow-x: clip;
  margin: 0 auto;
}

.fv .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 48px;
  overflow: scroll;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.fv .breadcrumb::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .fv .breadcrumb {
    position: initial;
    padding: 10px 24px;
  }
}

.fv .breadcrumb .list {
  display: flex;
}

.fv .breadcrumb .list .item {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  min-width: max-content;
  padding-left: 20px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .fv .breadcrumb .list .item {
    font-size: 1rem;
    margin-right: 10px;
  }
}

.fv .breadcrumb .list .item:first-of-type::before {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #17CEFF;
}

.fv .breadcrumb .list .item:not(:first-of-type)::before {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #000;
}

.fv .breadcrumb .list .item:last-of-type {
  padding-right: 20px;
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .fv .breadcrumb .list .item a {
    transition: opacity 0.3s ease;
  }

  .fv .breadcrumb .list .item a:hover {
    opacity: 0.7;
  }
}

.fv .inner {
  position: relative;
  height: 380px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .fv .inner {
    height: 165px;
    margin: 20px auto 0;
  }
}

.fv .inner .ttl-group {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  max-width: calc(1018px + 48px * 2);
  width: 100%;
  padding: 0 48px;
  color: #001932;
}

@media screen and (max-width: 768px) {
  .fv .inner .ttl-group {
    translate: -50% 0;
    top: 14.613%;
    padding: 0 24px;
  }
}

.fv .inner .ttl-group .ttl {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 1);
}

@media screen and (max-width: 768px) {
  .fv .inner .ttl-group .ttl {
    font-size: 2.2rem;
  }
}

.fv .inner .ttl-group .subttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .fv .inner .ttl-group .subttl {
    font-size: 1.3rem;
    margin-top: 8px;
  }
}

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ form ↓↓↓ */

.new-entry-btn {
  position: relative;
  width: 660px;
  height: 100px;
  font-size: 2.4rem;
  font-family: var(--jost);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #fff;
  background: linear-gradient(90deg, #17ceff, #0019b4);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 56px auto 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .new-entry-btn {
    width: clamp(325px, 400/480*100vw, 400px);
    height: 70px;
    font-size: 1.5rem;
    line-height: 1.4;
    justify-content: flex-start;
    padding: 0 20px;
    margin: 40px auto 0;
  }
}

.new-entry-btn::before {
  content: '';
  position: absolute;
  width: 66px;
  height: 7px;
  background: url(/wp/wp-content/themes/cosmos-cpa/img/form/new-entry-arrow_pc.svg) no-repeat;
  background-size: contain;
  background-position: center;
  translate: 0 -50%;
  top: 50%;
  right: 48px;
}

@media screen and (max-width: 768px) {
  .new-entry-btn::before {
    width: 42px;
    height: 5px;
    background: url(/wp/wp-content/themes/cosmos-cpa/img/form/new-entry-arrow_sp.svg) no-repeat;
    background-size: contain;
    background-position: center;
    right: 20px;
  }
}

.new-entry-btn .txt {
  background: linear-gradient(90deg, #fff, #fff) 0 100% /var(--d, 0%) 1px no-repeat;
  background-position: right bottom;
  transition: background-size ease .3s;
}

@media screen and (max-width: 768px) {
  .new-entry-btn .txt {
    background: initial;
  }
}

.new-entry-btn:hover .txt {
  --d: 100%;
  background-position: left bottom;
}

.form {
  position: relative;
  overflow-x: clip;
}

.form .inner {
  max-width: 1280px;
  margin: 0 auto;
}

.form .section-ttl {
  position: absolute;
  translate: -50% -50%;
  text-align: right;
  top: 0;
  left: 50%;
  max-width: 1280px;
  width: 100%;
  font-family: var(--jost);
  font-size: min(130px, calc((130 - 75) * ((100vw - 769px) / (1280 - 769)) + 75px));
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #DCF8FF;
  mix-blend-mode: hard-light;
  padding-right: 10px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .form .section-ttl {
    translate: -50% -50%;
    font-size: calc((75 - 45) * ((100vw - 375px) / (768 - 375)) + 45px);
  }
}

.form .content .intro-group {
  max-width: 1012px;
  margin: 0 auto;
}

.form .content .intro-group .lead {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 20px 0 0;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .form .content .intro-group .lead {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    padding: 20px 0 0;
  }
}

.form .content .intro-group .lead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #17CEFF;
}

.form .content .intro-group .lead::after {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  width: 8px;
  height: 8px;
  background-color: #187DF5;
}

.form .content .text {
  text-align: justify;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.875;
}

.form .content.-order01 {
  position: relative;
  padding: 145px 25px 0;
}

@media screen and (max-width: 768px) {
  .form .content.-order01 {
    padding: 80px 25px 0;
  }
}

.form .content.-order01 .card-group {
  display: flex;
  justify-content: space-between;
  max-width: 1012px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .form .content.-order01 .card-group {
    max-width: 440px;
    flex-direction: column;
  }
}

.form .content.-order01 .card-group .card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc((100% - 44px) / 2);
  min-height: 242px;
  padding: 20px;
  background-color: #001932;
  background-image: url(/wp/wp-content/themes/cosmos-cpa/img/form/tel-card_pc.png);
  background-size: 180px 180px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .form .content.-order01 .card-group .card {
    width: 100%;
    min-height: 230px;
    background-image: url(/wp/wp-content/themes/cosmos-cpa/img/form/tel-card_sp.png);
    background-size: 126px 126px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .form .content.-order01 .card-group .card:not(:first-of-type) {
    margin-top: 15px;
  }
}

.form .content.-order01 .card-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0px 0px;
}

.form .content.-order01 .card-group .card:nth-of-type(odd):before {
  border-color: #187DF5 transparent transparent transparent;
}

.form .content.-order01 .card-group .card:nth-of-type(even):before {
  border-color: #17ceff transparent transparent transparent;
}

.form .content.-order01 .card-group .card .area {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .form .content.-order01 .card-group .card .area {
    font-size: 2.8rem;
  }
}

.form .content.-order01 .card-group .card .area .en {
  display: block;
  font-family: var(--jost);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 5px;
}

.form .content.-order01 .card-group .card .tel {
  font-family: var(--jost);
  font-size: min(4.8rem, calc((48 - 38) * ((100vw - 769px) / (1280 - 769)) + 38px));
  font-weight: 500;
  line-height: 1;
  color: #17CEFF;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .form .content.-order01 .card-group .card .tel {
    font-size: 3.8rem;
  }
}

.form .content.-order01 .card-group .card .detail {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .form .content.-order01 .card-group .card .detail {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}

.form .content.-order02 {
  position: relative;
  padding: 120px 25px 200px;
}

@media screen and (max-width: 768px) {
  .form .content.-order02 {
    padding: 65px 25px 145px;
  }
}

.form .content.-order02 .bg:first-of-type {
  position: absolute;
  width: 2072px;
  aspect-ratio: 2072 / 1215;
  background-color: #F2F6F6;
  clip-path: polygon(39% 0%, 100% 0%, 61% 100%, 0% 100%);
  top: 65px;
  right: -100px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .form .content.-order02 .bg:first-of-type {
    width: 1369px;
    aspect-ratio: 1369 / 1216;
    clip-path: polygon(59% 0%, 100% 0%, 41% 100%, 0% 100%);
    top: -200px;
    left: -540px;
  }
}

.form .content.-order02 .bg:nth-of-type(2) {
  position: absolute;
  width: 2072px;
  aspect-ratio: 2072 / 1215;
  background-color: #F2F6F6;
  clip-path: polygon(39% 0%, 100% 0%, 61% 100%, 0% 100%);
  top: 1460px;
  left: 360px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .form .content.-order02 .bg:nth-of-type(2) {
    width: 1369px;
    aspect-ratio: 1369 / 1216;
    clip-path: polygon(59% 0%, 100% 0%, 41% 100%, 0% 100%);
    top: 1200px;
    left: -290px;
  }
}

.form .content.-order02 .text-group {
  max-width: 1012px;
  margin: 0 auto;
}

.form .content.-order02 .text-group .lead {
  max-width: 836px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .form .content.-order02 .text-group .lead {
    font-size: 1.8rem;
  }
}

.form .content.-order02 .text-group .text {
  max-width: 836px;
}


.form .content.-order02 .text-group .text+.text {
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .form .content.-order02 .text-group .text+.text {
    margin-top: 10px;
  }
}

.form .content.-order02 .text-group .text .inq {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  padding: 2px 4px 4px;
  background-color: #001932;
  margin-right: 5px;
}

.form .form-box {
  max-width: 836px;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .form .form-box {
    margin: 50px auto 0;
  }
}

.form .form-box .list .item {
  display: flex;
}

.form .form-box .list .item:not(:first-of-type) {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .form .form-box .list .item {
    flex-direction: column;
  }
}

.form .form-box .list .item .heading {
  min-width: 260px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .form .form-box .list .item .heading {
    width: 100%;
    padding-top: 0;
    font-size: 1.4rem;
  }
}

.form .form-box .list .item .data {
  flex-grow: 1;
}

.form .form-box .list .item .data.-postcode {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .form .form-box .list .item .data {
    margin-top: 10px;
  }
}

.form .form-box .list input {
  font-family: var(--notosans);
  width: 100%;
  height: 46px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0 10px;
  border: 1px solid #B1B1B1;
}

@media screen and (max-width: 768px) {
  .form .form-box .list input {
    height: 32px;
    font-size: 1rem;
  }
}

.form .form-box .list input.-short {
  width: 102px;
}

.form .form-box .list input::placeholder {
  font-family: var(--notosans);
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #979797;
}

@media screen and (max-width: 768px) {
  .form .form-box .list input::placeholder {
    font-size: 1rem;
  }
}

.form .form-box .list textarea {
  font-family: var(--notosans);
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  padding: 10px;
  border: 1px solid #B1B1B1;
}

@media screen and (max-width: 768px) {
  .form .form-box .list textarea {
    max-height: 200px;
    font-size: 1rem;
  }
}

.form .form-box .list .select-wrap {
  position: relative;
  width: max-content;
}

.form .form-box .list select {
  font-family: var(--notosans);
  width: 220px;
  height: 46px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  padding: 0 10px;
  color: #000;
  border: 1px solid #B1B1B1;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .form .form-box .list select {
    width: 155px;
    height: 32px;
    font-size: 1rem;
  }
}

.form .form-box .list select {
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
}

.form .form-box .list select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}

/* セレクトボックスの矢印デザイン変更 */
.form .form-box .list .select-wrap::before {
  content: "";
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 14px;
  width: 13px;
  height: 8px;
  background: url(/wp/wp-content/themes/cosmos-cpa/img/form/select-angle.png) no-repeat;
  background-size: cover;
}

.form .form-box .list .data .txt {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  padding-right: 5px;
}

.form .form-box .list .data .txt:not(:first-of-type) {
  padding: 0 5px;
}

.form .form-box .list .heading {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #001932;
}

.form .form-box .list .heading .inq {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  padding: 2px 4px 4px;
  background-color: #001932;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .form .form-box .list .heading .inq {
    font-size: 1.2rem;
  }
}

.form .form-box .list .attention {
  font-size: 1.4rem;
  margin: 10px 0;
}

.form .form-box .vali-error,
.form .form-box .mail-error {
  font-size: 1.2rem;
  font-weight: 500;
  color: #187DF5;
}

.form .form-box .vali-error,
.form .form-box .mail-error {
  display: none;
}


.form .form-box .vali-error.is-show,
.form .form-box .mail-error.is-show {
  display: block;
}

.form .form-box .privacy-wrap {
  position: relative;
  text-align: center;
  color: #001932;
  margin-top: 80px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .form .form-box .privacy-wrap {
    margin-top: 35px;
    padding-top: 35px;
  }
}

.form .form-box .privacy-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #17ceff, #0019b4);
}

.form .form-box .privacy-wrap .text {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .form .form-box .privacy-wrap .text {
    font-size: 1rem;
  }
}

.form .form-box .privacy-wrap .privacy-link {
  position: relative;
  display: inline-block;
  translate: -14px 0;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-decoration: underline;
  padding-left: 33px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .form .form-box .privacy-wrap .privacy-link {
    font-size: 1.2rem;
    padding-left: 33px;
  }
}

.form .form-box .privacy-wrap .privacy-link::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/wp/wp-content/themes/cosmos-cpa/img/form/form-link.png) no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .form .form-box .privacy-wrap .privacy-link {
    transition: opacity 0.3s ease;
  }

  .form .form-box .privacy-wrap .privacy-link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .form .form-box .privacy-wrap .privacy-link::before {
    width: 16px;
    height: 16px;
  }
}

.form .form-box .privacy-check {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #001932;
  margin: 35px auto 0;
}

@media screen and (max-width: 768px) {
  .form .form-box .privacy-check {
    font-size: 1.2rem;
    margin: 20px auto 0;
  }
}

.form .form-box #privacy-check {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .form .form-box #privacy-check {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }
}

.form .form-box .vali-error.-center {
  text-align: center;
}

.form .form-box .btn-group {
  position: relative;
  width: 306px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .form .form-box .btn-group {
    max-width: 325px;
    width: 100%;
    margin: 35px auto 0;
  }
}

.form .form-box .btn-group::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.form .form-box .btn-group::after {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 22px;
  width: 32px;
  height: 7px;
  background: url(/wp/wp-content/themes/cosmos-cpa/img/form/send-angle.svg) no-repeat;
  background-size: cover;
  z-index: 1;
}

.form .form-box .btn-group .formBTN {
  cursor: pointer;
  position: relative;
  font-family: var(--notosans);
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  width: 100%;
  height: 64px;
  border: initial;
  color: #fff;
  background: linear-gradient(90deg, #17ceff, #0019b4);
  z-index: 1;
}

.form .form-box .btn-group .formBTN[disabled] {
  cursor: default;
  opacity: 0.2;
}

@media screen and (min-width: 769px) {
  .form .form-box .btn-group .formBTN {
    transition: opacity 0.3s ease;
  }

  .form .form-box .btn-group .formBTN:not([disabled]):hover {
    opacity: 0.7;
  }
}

.form#conf .content.-order01,
.form#thanks .content.-order01 {
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {

  .form#conf .content.-order01,
  .form#thanks .content.-order01 {
    padding-bottom: 120px;
  }
}

.form#conf .content.-order01 .bg:first-of-type {
  position: absolute;
  width: 2072px;
  aspect-ratio: 2072 / 1215;
  background-color: #F2F6F6;
  clip-path: polygon(39% 0%, 100% 0%, 61% 100%, 0% 100%);
  top: 570px;
  right: -100px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .form#conf .content.-order01 .bg:first-of-type {
    width: 1369px;
    aspect-ratio: 1369 / 1216;
    clip-path: polygon(59% 0%, 100% 0%, 41% 100%, 0% 100%);
    top: 440px;
    left: -540px;
  }
}

.form#conf .text-group,
.form#thanks .text-group {
  max-width: 1012px;
  margin: 0 auto;
}

.form#conf .text-group .lead,
.form#thanks .text-group .lead {
  max-width: 836px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.form#thanks .text-group .lead {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {

  .form#conf .text-group .lead,
  .form#thanks .text-group .lead {
    font-size: 1.8rem;
  }
}

.form#conf .form-box .list {
  position: relative;
  padding-bottom: 18px;
}

.form#conf .form-box .list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #17ceff, #0019b4);
}

.form#conf .form-box .list .item {
  padding: 30px 0;
  border-top: 1px solid #F2F6F2;
}

.form#conf .form-box .list .item:not(:first-of-type) {
  margin-top: 0;
}

.form#conf .form-box .list .item .heading {
  padding: 0;
}

.form#conf .form-box .list .item .confTxt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .form#conf .form-box .list .item .confTxt {
    font-size: 1.6rem;
  }
}

.form#conf .form-box .btn-group:nth-of-type(2) {
  width: 200px;
  margin-top: 30px;
}

.form#conf .form-box .btn-group:nth-of-type(2)::after {
  display: none;
}

.form#conf .form-box .btn-group .formBTN.back {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  height: 48px;
  background: #808080;
}

.form#thanks .content.-order01 .bg:first-of-type {
  position: absolute;
  width: 2072px;
  aspect-ratio: 2072 / 1215;
  background-color: #F2F6F6;
  clip-path: polygon(39% 0%, 100% 0%, 61% 100%, 0% 100%);
  top: 120px;
  right: -100px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .form#thanks .content.-order01 .bg:first-of-type {
    width: 1369px;
    aspect-ratio: 1369 / 1216;
    clip-path: polygon(59% 0%, 100% 0%, 41% 100%, 0% 100%);
    top: 440px;
    left: -540px;
  }
}

.form#thanks .btn-group {
  position: relative;
  width: 306px;
  margin: 60px auto 0;
}

.form#thanks .btn-group::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.form#thanks .btn-group .formBTN {
  cursor: pointer;
  position: relative;
  display: grid;
  place-content: center;
  font-family: var(--notosans);
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  width: 100%;
  height: 64px;
  border: initial;
  color: #fff;
  background: #808080;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .form#thanks .btn-group .formBTN {
    transition: opacity 0.3s ease;
  }

  .form#thanks .btn-group .formBTN:hover {
    opacity: 0.7;
  }
}

/* ↑↑↑ form ↑↑↑ */