:root {
  --color-white: #FFFFFF;
  --color-main: #87b828;
  --color-main-dark: #229C2A;
  --color-accent: #222e0a;
  --color-text: #505050;
  --color-red: #C62F2B;
  --font-main: "neue-haas-grotesk-text", "ryo-gothic-plusn", sans-serif;
}

/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@font-face {
  font-family: "tsukuhou";
  src: url("../font/Tsukuhou-35Point-Gothic.ttf") format("truetype");
}
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.onlineNote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2D8CFF;
  color: #FFFFFF;
}
@media screen and (min-width: 320px) {
  .onlineNote {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    padding: 0.4rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .onlineNote {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    padding: 0.7rem;
    gap: 2rem;
  }
}

@media screen and (min-width: 320px) {
  .onlineNoteIcon {
    width: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .onlineNoteIcon {
    width: 12.5rem;
  }
}

.contactContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem 0;
}
@media screen and (min-width: 320px) {
  .contactContents {
    padding: 3.2rem 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .contactContents {
    padding: 5rem 11vw 12rem 5vw;
  }
}

@media screen and (min-width: 320px) {
  .contactMethodsWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .contactMethodsWrapper {
    width: 46%;
  }
}

.contactMethods {
  display: grid;
}
@media screen and (min-width: 320px) {
  .contactMethods {
    gap: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactMethods {
    position: sticky;
    top: 16rem;
    gap: 3.4rem;
  }
}

.contactCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 16px 64px 0px rgba(33, 156, 42, 0.16);
          box-shadow: 0px 16px 64px 0px rgba(33, 156, 42, 0.16);
  overflow: hidden;
  border: 0.1rem solid rgba(135, 184, 40, 0.08);
}
@media screen and (min-width: 320px) {
  .contactCard {
    padding: 1.6rem;
    border-radius: 1.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .contactCard {
    padding: 2.8rem 2.6rem 4.4rem;
    border-radius: 2.4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contactSectionTitle {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .contactSectionTitle {
    font-size: 1.6rem;
    padding-left: 2.4rem;
    letter-spacing: 0.06rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactSectionTitle {
    font-size: 2.4rem;
    padding-left: 5rem;
    letter-spacing: 0.15rem;
  }
}
.contactSectionTitle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/logo_icon.webp);
  background-size: contain;
  aspect-ratio: 1;
}
@media screen and (min-width: 320px) {
  .contactSectionTitle::before {
    width: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactSectionTitle::before {
    width: 3.2rem;
  }
}

.contactCardBody {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .contactCardBody {
    padding: 0 6rem;
  }
}

.contactCardNote {
  opacity: 0.7;
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .contactCardNote {
    font-size: 1.2rem;
    margin: 1.3rem auto 0;
    letter-spacing: 0.04rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactCardNote {
    font-size: 2rem;
    margin: 1.3rem auto 0;
    letter-spacing: 0.08rem;
  }
}

.contactTel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (min-width: 320px) {
  .contactTel {
    font-size: 3.2rem;
    gap: 1.6rem;
    margin: 1.6rem auto 0;
    letter-spacing: 0.06rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactTel {
    font-size: 7.2rem;
    gap: 2.4rem;
    margin: 3.2rem auto 0;
    letter-spacing: 0.15rem;
  }
  .contactTel:hover {
    color: #229C2A;
  }
}

@media screen and (min-width: 320px) {
  .contactTelIcon {
    width: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactTelIcon {
    width: 6.5rem;
  }
}

.contactLineBtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #06c755;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
@media screen and (min-width: 320px) {
  .contactLineBtn {
    width: 100%;
    padding: 1rem 1.6rem;
    font-size: 1.8rem;
    margin: 1.6rem auto 0;
    border-radius: 1.6rem;
    letter-spacing: 0.06rem;
    gap: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactLineBtn {
    width: 81%;
    padding: 1.9rem 3rem;
    font-size: 3.2rem;
    margin: 2.4rem auto 0;
    border-radius: 2.4rem;
    letter-spacing: 0.15rem;
    gap: 2.4rem;
  }
  .contactLineBtn:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}

.contacLineIcon {
  fill: #FFFFFF;
}
@media screen and (min-width: 320px) {
  .contacLineIcon {
    width: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .contacLineIcon {
    width: 6.2rem;
  }
}

.contactFormWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .contactFormWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .contactFormWrapper {
    width: 39%;
    margin-top: 2.5rem;
  }
}

.contactFormText {
  opacity: 0.7;
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .contactFormText {
    font-size: 1.3rem;
    margin-top: 1.6rem;
    letter-spacing: 0.05rem;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .contactFormText {
    font-size: 1.8rem;
    margin-top: 2.4rem;
    letter-spacing: 0.1rem;
    text-align: left;
  }
}

.contactForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .contactForm {
    gap: 2.4rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactForm {
    gap: 5rem;
    margin-top: 8rem;
  }
}

.formRow {
  width: 100%;
}

.formLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .formLabel {
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    gap: 1rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .formLabel {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
    gap: 1.8rem;
    margin-bottom: 1.6rem;
  }
}

.isRequired {
  display: inline-block;
  color: #87b828;
  border: 0.1rem solid #87b828;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .isRequired {
    padding: 0.3rem 0.6rem;
    font-size: 1.2rem;
    border-radius: 0.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .isRequired {
    padding: 0.7rem 1.4rem;
    font-size: 2rem;
    border-radius: 1rem;
  }
}

.formField {
  width: 100%;
  background: rgba(135, 184, 40, 0.15);
  border: none;
  color: #505050;
  -webkit-transition: background-color 0.15s ease, outline-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, outline-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease, background-color 0.15s ease, outline-color 0.15s ease;
  transition: box-shadow 0.15s ease, background-color 0.15s ease, outline-color 0.15s ease, -webkit-box-shadow 0.15s ease;
}
@media screen and (min-width: 320px) {
  .formField {
    padding: 1.2rem 1.4rem;
    font-size: 1.3rem;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .formField {
    padding: 1.9rem 2.4rem;
    font-size: 2.4rem;
    border-radius: 2rem;
  }
}

.formField:focus {
  outline: 0.2rem solid rgba(34, 156, 42, 0.4);
  outline-offset: 0.1rem;
  background: rgba(135, 184, 40, 0.18);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 184, 40, 0.1) inset;
          box-shadow: 0 0 0 0.2rem rgba(135, 184, 40, 0.1) inset;
}

.formField::-webkit-input-placeholder {
  color: rgba(80, 80, 80, 0.6);
}

.formField::-moz-placeholder {
  color: rgba(80, 80, 80, 0.6);
}

.formField:-ms-input-placeholder {
  color: rgba(80, 80, 80, 0.6);
}

.formField::-ms-input-placeholder {
  color: rgba(80, 80, 80, 0.6);
}

.formField::placeholder {
  color: rgba(80, 80, 80, 0.6);
}

.selectWrap {
  position: relative;
}

.selectWrap::after {
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem solid #505050;
  border-bottom: 0.2rem solid #505050;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
  opacity: 0.6;
}

.selectWrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.detailBtn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #87b828;
  color: #FFFFFF;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .detailBtn {
    padding: 1rem 1.4rem;
    font-size: 1.3rem;
    border-radius: 1rem;
    margin-top: 1rem;
    letter-spacing: 0.05rem;
  }
}
@media screen and (min-width: 1025px) {
  .detailBtn {
    padding: 1.8rem 2.4rem;
    font-size: 2.4rem;
    border-radius: 2rem;
    margin-top: 2rem;
    letter-spacing: 0.1rem;
  }
}
.detailBtn.isActive .detailBtnIcon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.detailBtn.isActive .detailBtnIcon::after {
  content: none;
}

.detailBtnIcon {
  position: relative;
  aspect-ratio: 1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (min-width: 320px) {
  .detailBtnIcon {
    width: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .detailBtnIcon {
    width: 2rem;
  }
}
.detailBtnIcon::before, .detailBtnIcon::after {
  position: absolute;
  content: "";
  background-color: #FFFFFF;
}
.detailBtnIcon::before {
  top: calc(50% - 1px);
  left: 0;
  height: 2px;
}
@media screen and (min-width: 320px) {
  .detailBtnIcon::before {
    width: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .detailBtnIcon::before {
    width: 2rem;
  }
}
.detailBtnIcon::after {
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
}
@media screen and (min-width: 320px) {
  .detailBtnIcon::after {
    height: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .detailBtnIcon::after {
    height: 2rem;
  }
}

.detailArea {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.2s ease;
  transition: grid-template-rows 0.2s ease;
  transition: grid-template-rows 0.2s ease, -ms-grid-rows 0.2s ease;
}
@media screen and (min-width: 320px) {
  .detailArea {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .detailArea {
    margin-top: 1.4rem;
  }
}
.detailArea.isActive {
  grid-template-rows: 1fr;
}

.detailAreaInner {
  overflow: hidden;
}

.formActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .formActions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .formActions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 2rem;
  }
}

.contactCheck {
  color: rgba(80, 80, 80, 0.8);
  margin-bottom: 1rem;
}
@media screen and (min-width: 320px) {
  .contactCheck {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactCheck {
    font-size: 1.8rem;
  }
}
.contactCheck input {
  display: none;
}
.contactCheck input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
}
.contactCheck label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 320px) {
  .contactCheck label {
    gap: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactCheck label {
    gap: 2.2rem;
    letter-spacing: 0.08rem;
  }
}
.contactCheck .checkBox {
  display: grid;
  place-items: center;
  background: #229C2A;
}
@media screen and (min-width: 320px) {
  .contactCheck .checkBox {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactCheck .checkBox {
    width: 3rem;
    height: 3rem;
    border-radius: 0.8rem;
  }
}
.contactCheck .checkBox svg {
  stroke: #FFFFFF;
  opacity: 0;
  width: 60%;
  height: 60%;
}
.contactCheck input:checked + label .checkBox svg {
  opacity: 1;
}

/* Submit (black circle arrow + label) */
.contactSubmit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
@media screen and (min-width: 320px) {
  .contactSubmit {
    margin-top: 1.2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .contactSubmit {
    margin-top: 1.6rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.contactSubmitBtn {
  display: inline-grid;
  place-items: center;
  background: #111;
  color: #FFFFFF;
  border: none;
  border-radius: 100%;
  width: 4.2rem;
  height: 4.2rem;
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.15s ease, -webkit-filter 0.2s ease;
  transition: transform 0.15s ease, filter 0.2s ease;
  transition: transform 0.15s ease, filter 0.2s ease, -webkit-transform 0.15s ease, -webkit-filter 0.2s ease;
}

.contactSubmitBtn:hover {
  -webkit-transform: translateX(0.2rem);
          transform: translateX(0.2rem);
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

.contactSubmitLabel {
  font-weight: 700;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 320px) {
  .contactSubmitLabel {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactSubmitLabel {
    font-size: 1.7rem;
  }
}

.contactFv {
  overflow: hidden;
}

.contactFvInner {
  position: relative;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 320px) {
  .contactFvInner {
    height: 45rem;
    grid-template-columns: 1fr;
    padding-left: 2.5vw;
    gap: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactFvInner {
    height: auto;
    grid-template-columns: 1fr 50.6%;
    padding-left: 5vw;
    gap: 3rem;
  }
}

.contactFvTitle {
  font-weight: 500;
  line-height: 1.286;
}
@media screen and (min-width: 320px) {
  .contactFvTitle {
    font-size: 2.6rem;
    letter-spacing: 0.05rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactFvTitle {
    font-size: 5.6rem;
    letter-spacing: 0.1rem;
  }
}

.contactFvEyebrow {
  color: var(--color-main-dark);
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .contactFvEyebrow {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactFvEyebrow {
    font-size: 2.2rem;
    margin-top: 1.4rem;
  }
}

.contactFvDesc {
  color: var(--color-text);
  line-height: 1.667;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .contactFvDesc {
    font-size: 1.3rem;
    margin: 2.4rem 0;
    letter-spacing: 0.02rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactFvDesc {
    font-size: 1.8rem;
    margin: 5.2rem 0 4rem;
    letter-spacing: 0.05rem;
  }
}

@media screen and (min-width: 320px) {
  .contactFvVisual {
    position: absolute;
    top: 0;
    right: -5vw;
    height: 100%;
    z-index: -1;
  }
  .contactFvVisual::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(60%, rgba(255, 255, 255, 0.7)), color-stop(80%, #FFFFFF));
    background: linear-gradient(to bottom, transparent 40%, rgba(255, 255, 255, 0.7) 60%, #FFFFFF 80%);
  }
}
@media screen and (min-width: 1025px) {
  .contactFvVisual {
    position: relative;
    top: unset;
    right: unset;
    height: 54.3rem;
  }
  .contactFvVisual::after {
    content: none;
  }
}
.contactFvVisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: var(--color-main-dark);
}
@media screen and (min-width: 320px) {
  .contactFvVisual::before {
    -webkit-clip-path: polygon(51% 0%, 81% 0, 102% 100%, 61% 100%, 40% 0);
            clip-path: polygon(51% 0%, 81% 0, 102% 100%, 61% 100%, 40% 0);
  }
}
@media screen and (min-width: 1025px) {
  .contactFvVisual::before {
    -webkit-clip-path: polygon(51% 0%, 58% 0, 107% 100%, 51% 100%, 10% 0);
            clip-path: polygon(51% 0%, 58% 0, 107% 100%, 51% 100%, 10% 0);
  }
}
.contactFvVisual img {
  width: 100%;
  height: 100%;
  -o-object-position: 20%;
     object-position: 20%;
}
@media screen and (min-width: 320px) {
  .contactFvVisual img {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
    -webkit-clip-path: polygon(60% 0%, 100% 0%, 80% 100%, 0 100%, 40% 100%);
            clip-path: polygon(60% 0%, 100% 0%, 80% 100%, 0 100%, 40% 100%);
  }
}
@media screen and (min-width: 1025px) {
  .contactFvVisual img {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-clip-path: polygon(47% 0, 93% 0%, 54% 100%, 0 100%, 0 100%);
            clip-path: polygon(47% 0, 93% 0%, 54% 100%, 0 100%, 0 100%);
  }
}

.formErrors {
  color: var(--color-main);
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .formErrors {
    font-size: 1.2rem;
    margin-top: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .formErrors {
    font-size: 1.8rem;
    margin-top: 4rem;
    line-height: 1.7;
  }
}/*# sourceMappingURL=contact-new.css.map */