.hamburger-menu {
  display: none !important;
}

.lp-header-sns {
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .lp-header-sns {
    right: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .lp-header-sns {
    gap: 0.5rem;
    right: 0.5rem;
  }
}
.lp-header-sns a {
  display: block;
}
.lp-header-sns a img {
  display: block;
}

.mv {
  width: 100%;
  height: min(85vh, 750px);
  background-image: url(../images/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 81px;
}
@media screen and (min-width: 1600px) {
  .mv {
    background-image: url(../images/mv_bg-lg.jpg);
  }
}
@media screen and (min-height: 1000px) {
  .mv {
    background-image: url(../images/mv_bg-lg.jpg);
  }
}
@media (max-width: 1024px) {
  .mv {
    background-position: 75% center;
  }
}
@media screen and (max-width: 750px) {
  .mv {
    height: 110vw;
    background-image: url(../images/mv_bg-sp.jpg);
  }
}
.mv__main {
  max-width: 70rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .mv__main {
    width: calc(100% - 2rem);
  }
}
.mv__main .to {
  font-size: min(36px, 5vh, 4.2vw);
  line-height: 1.45;
  margin-bottom: min(1em, 2vh);
}
.mv__main .ttl {
  font-size: min(60px, 9vh, 7vw);
  line-height: 1.45;
  margin-bottom: min(.8em, 4vh);
}
.mv__main .desc {
  font-size: 18px;
  line-height: 1.78;
}
@media screen and (max-width: 750px) {
  .mv__main .desc {
    font-size: min(14px, 3.6vw);
  }
}

.feature {
  padding: 6rem 0;
}
@media screen and (max-width: 750px) {
  .feature {
    padding: 4rem 0;
  }
}
.feature__ttl {
  max-width: 70rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 2em;
  font-size: min(40px, 5vw);
  line-height: 1.45;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .feature__ttl {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 750px) {
  .feature__ttl {
    font-size: 6vw;
    line-height: 1.6;
  }
}
.feature__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 70rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  gap: 4rem 2rem;
}
@media screen and (max-width: 750px) {
  .feature__list {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 750px) {
  .feature__list {
    gap: 3rem 1rem;
  }
}
.feature__list li {
  width: calc((100% - 4rem) * 0.3333);
  max-width: 300px;
}
@media screen and (max-width: 750px) {
  .feature__list li {
    width: calc((100% - 1rem) * 0.5);
  }
}
.feature__list li figure {
  display: block;
  max-width: 250px;
  margin: 0 auto 20px;
}
.feature__list li figure img {
  display: block;
  max-width: 100%;
}
.feature__list li .ttl {
  text-align: center;
  color: #56C0CE;
  margin-bottom: 20px;
  height: 2.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: min(22px, 2.2vw);
  line-height: 1.45;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .feature__list li .ttl {
    font-size: 4vw;
  }
}
.feature__list li .txt {
  font-weight: bold;
  font-size: min(16px, 2vw);
  line-height: 1.45;
}
@media screen and (max-width: 750px) {
  .feature__list li .txt {
    font-size: 3vw;
  }
}
.feature__message {
  max-width: 70rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: min(40px, 5vw);
  line-height: 1.45;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .feature__message {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 750px) {
  .feature__message {
    font-size: 6vw;
    line-height: 1.6;
  }
}
.feature__message mark {
  display: inline-block;
  background: linear-gradient(180deg, transparent 60%, rgba(86, 192, 206, 0.6) 60%);
  padding: 0 0 0 0.2em;
  margin-left: 0.1em;
}

.summary {
  padding: 5rem 0;
  background-color: #F6F6F6;
}
@media screen and (max-width: 750px) {
  .summary {
    padding: 4rem 0;
  }
}
.summary__ttl {
  font-size: min(40px, 5vw);
  line-height: 1.45;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  word-break: keep-all;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .summary__ttl {
    font-size: 6vw;
    line-height: 1.6;
  }
}
.summary__desc {
  text-align: center;
  color: #56C0CE;
  font-weight: bold;
  font-size: min(22px, 2.2vw);
  line-height: 1.45;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .summary__desc {
    font-size: 4vw;
  }
}
.summary__header {
  margin-bottom: 3rem;
}
.summary__main {
  max-width: 92.5rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .summary__main {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 750px) {
  .summary__main {
    flex-direction: column;
    gap: 2rem;
  }
}
.summary__col {
  width: calc((100% - 4rem) * 0.3333);
}
@media screen and (max-width: 750px) {
  .summary__col {
    width: 100%;
  }
}
.summary__col figure {
  display: block;
  padding: 0;
  margin: 0;
}
.summary__col figure img {
  display: block;
  max-width: 100%;
}
.summary__col .ttl {
  background-color: #56C0CE;
  color: #fff;
  display: inline-block;
  padding: 0.25em 1em 0.15em;
  font-weight: bold;
  font-size: min(22px, 2.2vw);
  line-height: 1.45;
  word-break: keep-all;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 750px) {
  .summary__col .ttl {
    font-size: 4vw;
  }
}
.summary__col .desc {
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: #56C0CE;
  background-color: #fff;
  padding: 2rem 0;
}
.summary__col .desc table {
  width: calc(100% - 2rem);
  margin: 0 auto;
  max-width: 360px;
}
@media screen and (max-width: 750px) {
  .summary__col .desc table {
    max-width: unset;
  }
}
.summary__col .desc table th {
  font-weight: bold;
  text-align: left;
  font-size: min(20px, 2vw);
  line-height: 1.45;
  width: 50%;
  padding: 0.25em 0.5em 0.25em 0;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .summary__col .desc table th {
    font-size: 3vw;
  }
}
.summary__col .desc table td {
  font-size: min(20px, 2vw);
  line-height: 1.45;
  width: 50%;
  padding: 0.25em 0;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .summary__col .desc table td {
    font-size: 3vw;
  }
}
.summary__note {
  max-width: 70rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: min(20px, 2vw);
  line-height: 1.45;
  font-weight: 400;
  color: #707070;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .summary__note {
    width: calc(100% - 2rem);
  }
}

.situation {
  padding: 5rem 0;
}
@media screen and (max-width: 750px) {
  .situation {
    padding: 4rem 0;
  }
}
.situation__ttl {
  font-size: min(40px, 5vw);
  line-height: 1.45;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  word-break: keep-all;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .situation__ttl {
    font-size: 6vw;
    line-height: 1.6;
  }
}
.situation__list {
  max-width: 92.5rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 4vw);
}
@media screen and (max-width: 750px) {
  .situation__list {
    width: calc(100% - 2rem);
  }
}
.situation__item {
  width: calc((100% - min(40px, 4vw)) * 0.5);
  padding: min(60px, 6vw) min(60px, 2vw);
  display: flex;
  align-items: center;
  border: 1px solid #56C0CE;
}
@media (max-width: 1100px) {
  .situation__item {
    padding-top: min(60px, 2vw);
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .situation__item {
    width: 100%;
  }
}
.situation__item figure {
  display: block;
  padding: 0;
  max-width: 245px;
  width: 34%;
  margin-right: min(40px, 2vw);
  flex-shrink: 0;
}
@media (max-width: 1100px) {
  .situation__item figure {
    margin: 0 0 2rem;
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 750px) {
  .situation__item figure {
    margin-bottom: 1rem;
  }
}
.situation__item figure img {
  display: block;
  width: 100%;
}
@media (max-width: 1100px) {
  .situation__item .desc {
    width: 100%;
  }
}
.situation__item .ttl {
  font-weight: bold;
  font-size: min(22px, 2.2vw);
  line-height: 1.45;
  word-break: keep-all;
  padding-left: 0.5em;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .situation__item .ttl {
    font-size: 4vw;
  }
}
.situation__item .ttl span {
  display: inline-block;
  color: #fff;
  background-color: #56C0CE;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 0.5em #56C0CE;
  -webkit-clip-path: inset(-0.25em -0.5em);
          clip-path: inset(-0.25em -0.5em);
  mix-blend-mode: lighten;
}
.situation__item .txt {
  min-height: 3em;
  font-weight: bold;
  font-size: min(16px, 2vw);
  line-height: 1.45;
}
@media screen and (max-width: 750px) {
  .situation__item .txt {
    font-size: 3vw;
  }
}

.comparing {
  padding: 5rem 0;
  background-color: #F6F6F6;
}
@media screen and (max-width: 750px) {
  .comparing {
    padding: 4rem 0;
  }
}
.comparing__ttl {
  max-width: 70rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: min(40px, 5vw);
  line-height: 1.45;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  word-break: keep-all;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .comparing__ttl {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 750px) {
  .comparing__ttl {
    font-size: 6vw;
    line-height: 1.6;
  }
}
.comparing__ttl mark {
  display: inline-block;
  background: linear-gradient(180deg, transparent 60%, rgba(86, 192, 206, 0.6) 60%);
  padding: 0 0 0 0.2em;
  margin-left: 0.1em;
}
.comparing__img {
  max-width: 70rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .comparing__img {
    width: calc(100% - 2rem);
  }
}
.comparing__img .ttl {
  display: flex;
}
.comparing__img .ttl span {
  display: block;
  background: #4b4b4b;
  color: #fff;
  padding: 0.25em 0.5em;
  font-weight: bold;
  font-size: min(22px, 2.2vw);
  line-height: 1.45;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .comparing__img .ttl span {
    font-size: 4vw;
  }
}
.comparing__img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.comparing__img .note {
  text-align: right;
  font-size: min(12px, 1.2vw);
  line-height: 1.45;
  color: #707070;
  padding-top: 1rem;
}
@media screen and (max-width: 750px) {
  .comparing__img .note {
    font-size: 3vw;
  }
}
.comparing__desc {
  max-width: 70rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .comparing__desc {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 750px) {
  .comparing__desc {
    margin-top: 2rem;
  }
}
.comparing__desc img {
  display: block;
  max-width: 365px;
  width: calc(50% - min(5rem, 5vw));
  margin-right: min(5rem, 5vw);
}
@media screen and (max-width: 750px) {
  .comparing__desc img {
    width: calc(40% - min(5rem, 5vw));
  }
}
.comparing__desc .txt {
  font-weight: bold;
  font-size: min(16px, 2vw);
  line-height: 1.45;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .comparing__desc .txt {
    font-size: 3vw;
  }
}
.comparing__desc .txt p:not(:last-child) {
  margin-bottom: 2em;
}

.installation {
  padding: 6rem 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .installation {
    padding: 4rem 0;
  }
}
.installation__header {
  max-width: 92.5rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .installation__header {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 750px) {
  .installation__header {
    margin-bottom: 2rem;
  }
}
.installation__ttl {
  font-size: min(40px, 5vw);
  line-height: 1.45;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .installation__ttl {
    font-size: 6vw;
    line-height: 1.6;
  }
}
.installation__desc {
  font-weight: bold;
  font-size: min(22px, 2.2vw);
  line-height: 1.45;
  word-break: keep-all;
  color: #56C0CE;
}
@media screen and (max-width: 750px) {
  .installation__desc {
    font-size: 4vw;
  }
}
.installation__main {
  max-width: 92.5rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .installation__main {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 750px) {
  .installation__main {
    flex-direction: column-reverse;
  }
}
.installation__img {
  width: calc(50% - min(2rem, 2vw));
  position: relative;
  aspect-ratio: 710/544;
}
@media screen and (max-width: 750px) {
  .installation__img {
    margin-top: 2rem;
    width: 90%;
    align-self: flex-end;
    padding-right: 2rem;
  }
}
.installation__img img {
  right: 0;
  position: absolute;
  width: calc(50vw - min(2rem, 2vw));
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .installation__img img {
    position: relative;
    width: 100%;
  }
}
.installation__img::after {
  content: "";
  position: absolute;
  background-color: #F6F6F6;
  right: max(-100px, -6vw);
  bottom: max(-80px, -3vw);
  width: min(520px, 40vw);
  aspect-ratio: 520/393;
}
.installation__steps {
  width: calc(50% - min(160px, 8vw));
  position: relative;
}
@media screen and (max-width: 750px) {
  .installation__steps {
    width: 100%;
  }
}
.installation__steps::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #56C0CE;
  position: absolute;
  left: 37px;
}
@media screen and (max-width: 750px) {
  .installation__steps::before {
    left: calc(9vw - 1px);
  }
}
.installation__steps li {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.installation__steps li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .installation__steps li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.installation__steps li .step {
  width: 76px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  background-color: #56C0CE;
  color: #fff;
  margin-right: min(2.5rem, 2.5vw);
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .installation__steps li .step {
    width: 18vw;
    font-size: 3vw;
  }
}
.installation__steps li .step span {
  display: block;
  font-size: 34px;
  margin-top: 0.05em;
}
@media screen and (max-width: 750px) {
  .installation__steps li .step span {
    font-size: 7vw;
  }
}
.installation__steps li .txt {
  font-weight: bold;
  font-size: min(22px, 2.2vw);
  line-height: 1.45;
  word-break: keep-all;
  color: #56C0CE;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .installation__steps li .txt {
    font-size: 4vw;
  }
}

.faq {
  padding: 6rem 0;
  background-color: #F6F6F6;
}
@media screen and (max-width: 750px) {
  .faq {
    padding: 4rem 0;
  }
}
.faq__ttl {
  max-width: 70rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: min(40px, 5vw);
  line-height: 1.45;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  word-break: keep-all;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .faq__ttl {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 750px) {
  .faq__ttl {
    font-size: 6vw;
    line-height: 1.6;
  }
}
.faq__list {
  max-width: 70rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .faq__list {
    width: calc(100% - 2rem);
  }
}
.faq__list details {
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.faq__list details:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .faq__list details:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.faq__list details summary {
  position: relative;
  min-height: min(100px, 16vw);
  display: flex;
  align-items: center;
  padding: 1rem 4rem 1rem 2rem;
  font-weight: bold;
  font-size: min(16px, 2vw);
  line-height: 1.45;
}
@media screen and (max-width: 750px) {
  .faq__list details summary {
    font-size: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .faq__list details summary {
    padding: 1rem 3rem 1rem 1rem;
  }
}
.faq__list details summary::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 12px 9px 0;
  border-color: #56C0CE transparent transparent;
  right: 2rem;
  position: absolute;
  transition: ease 200ms;
}
@media screen and (max-width: 750px) {
  .faq__list details summary::after {
    right: 1rem;
    border-width: 9px 6px 0;
  }
}
.faq__list details[open] summary::after {
  transform: scaleY(-1);
}
.faq__detail {
  border-top: 2px solid #f6f6f6;
  padding: 2rem;
  font-weight: bold;
  font-size: min(16px, 2vw);
  line-height: 1.45;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .faq__detail {
    font-size: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .faq__detail {
    padding: 1rem 1rem;
  }
}

.contact {
  padding: 6rem 0;
}
@media screen and (max-width: 750px) {
  .contact {
    padding: 4rem 0;
  }
  .contact .contact-form {
    padding: 2rem 1rem;
  }
}
.contact__header {
  max-width: 70rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .contact__header {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 750px) {
  .contact__header {
    margin-bottom: 2rem;
  }
}
.contact__ttl {
  font-size: min(40px, 5vw);
  line-height: 1.45;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  word-break: keep-all;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 750px) {
  .contact__ttl {
    font-size: 6vw;
    line-height: 1.6;
  }
}
.contact__desc {
  font-weight: bold;
  font-size: min(22px, 2.2vw);
  line-height: 1.45;
  word-break: keep-all;
  color: #56C0CE;
}
@media screen and (max-width: 750px) {
  .contact__desc {
    font-size: 4vw;
  }
}
.contact__main {
  max-width: 70rem;
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  border: 1px solid #56C0CE;
}
@media screen and (max-width: 750px) {
  .contact__main {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 750px) {
  .contact__main {
    padding: 2rem 1rem;
  }
}
.contact .subttl {
  font-weight: bold;
  font-size: min(22px, 2.2vw);
  line-height: 1.45;
  word-break: keep-all;
  margin-top: 3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .contact .subttl {
    font-size: 4vw;
  }
}
.contact .input-2col {
  display: flex;
  justify-content: space-between;
}
.contact .input-2col > * {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 750px) {
  .contact .input-2col {
    flex-direction: column;
  }
  .contact .input-2col > * {
    width: 100%;
  }
}
.contact .input-row {
  margin-bottom: 2rem;
}
.contact .input-row [readonly] {
  border: none;
  padding: 0;
}
.contact .input-row input {
  font-size: 16px;
}
.contact .input-label__text {
  font-weight: bold;
  font-size: min(16px, 2vw);
  line-height: 1.45;
}
@media screen and (max-width: 750px) {
  .contact .input-label__text {
    font-size: 3vw;
  }
}
.contact .input-label .required {
  display: inline-block;
  color: #fff;
  background-color: #56C0CE;
  padding: 0.2em 0.4em;
  font-size: 0.8em;
}
.contact .select-container {
  width: 100%;
  border: 1px solid #CECECE;
  position: relative;
}
.contact .select-container::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  border-style: solid;
  border-width: 6px 5px 0;
  border-color: #56C0CE transparent;
}
.contact .select-container select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0.626em 20px 0.626em 0.75em;
  font-size: 16px;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.contact .checkbox-container {
  display: inline-block;
  margin: 0 0.5em 1em 0;
}
.contact .checkbox-area label {
  display: block;
}
.contact .checkbox-area .checkbox-other {
  max-width: 30em;
}
.contact hr {
  border: none;
  border-top: 1px solid #CECECE;
  margin: 1rem 0 2rem;
}
.contact .hidden-default {
  display: none;
}

.getintouch-bnr {
  position: fixed;
  z-index: 100;
  bottom: 2rem;
  right: 2rem;
  max-width: 20vw;
}
@media (max-width: 1024px) {
  .getintouch-bnr {
    max-width: 25vw;
    right: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .getintouch-bnr {
    max-width: calc(50vw - 0.5rem);
    bottom: calc(env(safe-area-inset-bottom) + 0.5rem);
  }
}
@media (any-hover: hover) {
  .getintouch-bnr {
    transition: filter 200ms, transform ease 200ms;
  }
  .getintouch-bnr:hover {
    filter: brightness(1.05);
    transform: translateY(2px);
  }
}
.getintouch-bnr img {
  display: block;
  max-width: 100%;
}
.getintouch-bnr__container {
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms;
}
.getintouch-bnr__container.is-active {
  opacity: 1;
  pointer-events: auto;
}