@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

main {
  display: block; }

th {
  text-align: left; }

@-webkit-keyframes yuge {
  0% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  10% {
    opacity: 1; }
  33% {
    -webkit-transform: translate(2px, 7px);
    -moz-transform: translate(2px, 7px);
    -ms-transform: translate(2px, 7px);
    -o-transform: translate(2px, 7px);
    transform: translate(2px, 7px); }
  66% {
    -webkit-transform: translate(-2px, -7px);
    -moz-transform: translate(-2px, -7px);
    -ms-transform: translate(-2px, -7px);
    -o-transform: translate(-2px, -7px);
    transform: translate(-2px, -7px); }
  100% {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0; } }
@-moz-keyframes yuge {
  0% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  10% {
    opacity: 1; }
  33% {
    -webkit-transform: translate(2px, 7px);
    -moz-transform: translate(2px, 7px);
    -ms-transform: translate(2px, 7px);
    -o-transform: translate(2px, 7px);
    transform: translate(2px, 7px); }
  66% {
    -webkit-transform: translate(-2px, -7px);
    -moz-transform: translate(-2px, -7px);
    -ms-transform: translate(-2px, -7px);
    -o-transform: translate(-2px, -7px);
    transform: translate(-2px, -7px); }
  100% {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0; } }
@keyframes yuge {
  0% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  10% {
    opacity: 1; }
  33% {
    -webkit-transform: translate(2px, 7px);
    -moz-transform: translate(2px, 7px);
    -ms-transform: translate(2px, 7px);
    -o-transform: translate(2px, 7px);
    transform: translate(2px, 7px); }
  66% {
    -webkit-transform: translate(-2px, -7px);
    -moz-transform: translate(-2px, -7px);
    -ms-transform: translate(-2px, -7px);
    -o-transform: translate(-2px, -7px);
    transform: translate(-2px, -7px); }
  100% {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0; } }
/* 点滅 */
.blinking {
  -webkit-animation: blink 0.5s ease-out infinite alternate;
  -moz-animation: blink 0.5s ease-out infinite alternate;
  -ms-animation: blink 0.5s ease-out infinite alternate;
  -o-animation: blink 0.5s ease-out infinite alternate;
  animation: blink 0.5s ease-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes zoomUp {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1.1) translateY(20px); } }
.js-fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 1s ease , opacity 1s ease , visibility 1s ease;
  -moz-transition: transform 1s ease , opacity 1s ease , visibility 1s ease;
  -ms-transition: transform 1s ease , opacity 1s ease , visibility 1s ease;
  -o-transition: transform 1s ease , opacity 1s ease , visibility 1s ease;
  transition: transform 1s ease , opacity 1s ease , visibility 1s ease;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }
  .js-fadein.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.js-effect {
  opacity: 0; }

/* base --------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*
@supports(-webkit-touch-callout: none){
	html{
		height: -webkit-fill-available;
	}
	body{
		min-height: 100vh;
		min-height: -webkit-fill-available;
	}
}
*/
body {
  height: 100vh; }

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available; } }
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%; }
  html.wf-active *, html.loading-delay * {
    visibility: visible; }

body {
  font-family: Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 500;
  font-size: 2.4rem;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media screen and (max-width: 599px) {
    body {
      font-size: 1.9rem; } }

a {
  color: inherit; }

a, button {
  -webkit-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.2s ease;
  -moz-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.2s ease;
  -ms-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.2s ease;
  -o-transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.2s ease;
  transition: color 0.5s ease, opacity 0.5s ease, background 0.5s ease, transform 0.2s ease; }

img {
  width: auto;
  height: auto;
  vertical-align: bottom;
  max-width: 100%; }

p {
  line-height: 1.8;
  margin-bottom: 20px; }

.clearfix,
section {
  zoom: 1; }

.clearfix:before,
.clearfix:after,
.section:before,
.section:after {
  content: "";
  display: table; }

.clearfix:after,
.section:after {
  clear: both; }

.aligncenter {
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 599px) {
    .aligncenter {
      width: 100%;
      float: none; } }

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 599px) {
    .alignright {
      width: 100%;
      float: none;
      margin: 0 auto; } }

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 599px) {
    .alignleft {
      width: 100%;
      float: none;
      margin: 0 auto; } }

.noscroll {
  overflow: hidden;
  height: 100%; }

.pc {
  display: inline; }
  @media screen and (max-width: 599px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 599px) {
    .sp {
      display: inline; } }

*:focus {
  outline: none; }

figure.pc {
  display: block; }
  @media screen and (max-width: 599px) {
    figure.pc {
      display: none; } }

figure.sp {
  display: none; }
  @media screen and (max-width: 599px) {
    figure.sp {
      display: block; } }

/*form*/
input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important; }

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  width: 100% !important;
  background-color: #fff;
  padding: 15px !important;
  font-size: 1.6rem !important;
  -webkit-transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease;
  -moz-transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease;
  -ms-transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease;
  -o-transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease;
  transition: opacity 0.4s ease, color 0.4s ease, background-color 0.4s ease, filter 0.4s ease; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  textarea:focus,
  select:focus {
    background-color: rgba(149, 132, 69, 0.1); }

input[type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0; }

textarea {
  min-height: 200px;
  padding: 10px;
  resize: vertical; }

select {
  background: #fff url(../imgs/common/select_arrow.svg) no-repeat right center/auto 100%;
  cursor: pointer; }

button {
  -webkit-transition: opacity 0.5s ease, color 0.5s ease, background 0.5s ease, filter 0.5s ease;
  -moz-transition: opacity 0.5s ease, color 0.5s ease, background 0.5s ease, filter 0.5s ease;
  -ms-transition: opacity 0.5s ease, color 0.5s ease, background 0.5s ease, filter 0.5s ease;
  -o-transition: opacity 0.5s ease, color 0.5s ease, background 0.5s ease, filter 0.5s ease;
  transition: opacity 0.5s ease, color 0.5s ease, background 0.5s ease, filter 0.5s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  padding: 0; }

/*=============================================
Layout
=============================================*/
/* wrapper --------------------------*/
.l-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 100px; }
  @media screen and (max-width: 599px) {
    .l-wrapper {
      padding-top: 60px; } }

/* main --------------------------*/
.l-main {
  overflow: hidden; }

/* header --------------------------*/
.l-header__ttl {
  font-size: 30.0rem;
  font-weight: 700; }
  @media screen and (max-width: 599px) {
    .l-header__ttl {
      font-size: 10.0rem; } }
  .l-header__ttl-link {
    text-decoration: none;
    letter-spacing: -0.05em;
    word-break: break-all;
    line-height: 0.8;
    display: block;
    pointer-events: none; }

.global-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.74);
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }
  .global-nav.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .global-nav__nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding-bottom: 200px; }
    @media screen and (max-width: 599px) {
      .global-nav__nav {
        padding-bottom: 100px; } }
  .global-nav__item a {
    text-decoration: none;
    padding: 15px 0;
    display: block;
    font-size: 6.0rem;
    font-weight: 700;
    white-space: nowrap; }
    @media screen and (max-width: 599px) {
      .global-nav__item a {
        font-size: 3.0rem; } }
  .global-nav__sns {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 250px;
    height: 88px;
    vertical-align: bottom;
    line-height: 1; }
    @media screen and (max-width: 599px) {
      .global-nav__sns {
        height: 44px;
        margin-top: 150px; } }
    .global-nav__sns i {
      font-size: 10.0rem;
      line-height: 1; }
      @media screen and (max-width: 599px) {
        .global-nav__sns i {
          font-size: 5.0rem; } }

.burger-menu {
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background: #fff;
  z-index: 999;
  mix-blend-mode: difference; }
  @media screen and (max-width: 599px) {
    .burger-menu {
      width: 60px;
      height: 60px; } }
  .burger-menu span {
    -webkit-transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    -moz-transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    -ms-transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    -o-transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    display: block;
    background: #fff;
    mix-blend-mode: difference;
    width: 50px;
    height: 5px;
    position: absolute;
    left: 25px; }
    @media screen and (max-width: 599px) {
      .burger-menu span {
        height: 4px;
        width: 30px;
        left: 15px; } }
    .burger-menu span:first-child {
      top: 32%; }
    .burger-menu span:last-child {
      bottom: 32%; }
  .burger-menu.active span {
    -webkit-transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
    -moz-transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
    -ms-transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
    -o-transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease; }
    .burger-menu.active span:first-child {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      margin-top: -2.5px; }
      @media screen and (max-width: 599px) {
        .burger-menu.active span:first-child {
          margin-top: -2px; } }
    .burger-menu.active span:last-child {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 50%;
      margin-bottom: -2.5px; }
      @media screen and (max-width: 599px) {
        .burger-menu.active span:last-child {
          margin-bottom: -2px; } }

/* footer --------------------------*/
.l-footer-copyright {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center; }
  @media screen and (max-width: 599px) {
    .l-footer-copyright {
      font-size: 1.6rem; } }

/*=============================================
Object
=============================================*/
/* Component */
/* Component --------------------------*/
.c-inner {
  width: 90%;
  margin: 0 auto;
  min-height: 100px; }

/*  ------------------------------------------------------------------------
Snow Monkey Forms
--------------------------------------------------------------------------*/
.snow-monkey-form {
  margin: 0 auto; }

.smf-item {
  display: flex;
  padding: 10px 0; }
  @media screen and (max-width: 599px) {
    .smf-item {
      display: block; } }
  .smf-item__col--label {
    width: 300px;
    padding-top: 5px; }
    @media screen and (max-width: 599px) {
      .smf-item__col--label {
        width: 100%;
        font-weight: 700;
        font-size: 3.0rem; } }
  .smf-item__col--controls {
    flex: 1; }
.smf-checkbox-control__label {
  position: relative;
  top: 2px; }
.smf-checkboxes-control__control .smf-label {
  margin: 0 5px 5px 0; }
.smf-action {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px; }

input[type], textarea {
  font-size: 3.0rem !important;
  border: 5px solid #000 !important; }

button[type] {
  padding: 15px 50px !important;
  background: #000 !important;
  font-size: 3.0rem;
  color: #fff !important;
  border-radius: 100px !important;
  max-width: 300px !important;
  width: 100% !important;
  font-weight: 700 !important; }
  @media screen and (max-width: 599px) {
    button[type] {
      font-size: 2.0rem; } }

/* Project */
/*  ------------------------------------------------------------------------
home
--------------------------------------------------------------------------*/
.grecaptcha-badge {
  visibility: hidden; }

.ttl {
  font-size: 14.0rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-bottom: 50px; }
  @media screen and (max-width: 599px) {
    .ttl {
      font-size: 8.0rem;
      margin-bottom: 20px; } }

.sec {
  padding: 100px 0 0; }
  @media screen and (max-width: 599px) {
    .sec {
      padding: 50px 0 0; } }
  .sec-about p {
    font-size: 3.0rem;
    line-height: 1.3; }
    @media screen and (max-width: 599px) {
      .sec-about p {
        font-size: 2.4rem; } }
  .sec-works .c-inner {
    padding: 0 10px;
    width: 100%; }
    @media screen and (max-width: 599px) {
      .sec-works .c-inner {
        padding: 0 3px; } }
  .sec-works-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px; }
    @media screen and (max-width: 599px) {
      .sec-works-list {
        gap: 20px 1px; } }
    .sec-works-list__item {
      width: calc( calc( 100% - 10px * 3) / 4); }
      @media screen and (max-width: 599px) {
        .sec-works-list__item {
          width: calc( calc( 100% - 1px * 1) / 2); } }
    .sec-works-list__fig {
      border: 5px solid #eee; }
      @media screen and (max-width: 599px) {
        .sec-works-list__fig {
          border-width: 3px; } }
      .sec-works-list__fig img {
        width: 100%; }
    .sec-works-list__link {
      text-decoration: none;
      pointer-events: none;
      display: block; }
    .sec-works-list__content {
      padding: 10px; }
    .sec-works-list__ttl {
      font-size: 16px; }
  .sec-service ul {
    font-size: 3.0rem; }
    @media screen and (max-width: 599px) {
      .sec-service ul {
        font-size: 2.0rem; } }
  .sec-service li {
    margin-bottom: 20px;
    padding-left: 30px;
    border-left: 10px solid #000;
    line-height: 1.5; }
    @media screen and (max-width: 599px) {
      .sec-service li {
        border-width: 7px;
        padding-left: 15px; } }
  .sec-associates {
    display: none; }
    .sec-associates h3 {
      font-weight: 700;
      font-size: 5.0rem; }
  .sec-company-table th, .sec-company-table td {
    padding: 10px 0;
    line-height: 1.2; }
    @media screen and (max-width: 599px) {
      .sec-company-table th, .sec-company-table td {
        display: block; } }
  .sec-company-table th {
    white-space: nowrap;
    width: 300px; }
    @media screen and (max-width: 599px) {
      .sec-company-table th {
        width: 100%;
        padding-bottom: 3px;
        font-weight: 700;
        font-size: 2.0rem; } }
  .sec-company-table td {
    line-height: 1.5; }
    @media screen and (max-width: 599px) {
      .sec-company-table td {
        padding-top: 0; } }
  .sec-company-list {
    list-style: disc;
    margin-left: 25px; }
    .sec-company-list li {
      margin-bottom: 5px; }
  .sec-company-client-list li {
    display: inline-block;
    font-size: 3.0rem; }
    @media screen and (max-width: 599px) {
      .sec-company-client-list li {
        font-size: 2.2rem; } }
    .sec-company-client-list li::after {
      content: " / "; }
    .sec-company-client-list li:last-child::after {
      display: none; }
  .sec-contact {
    padding-bottom: 100px;
    min-height: 500px; }

/* second --------------------------*/
#second .l-main {
  padding-top: 200px;
  padding-bottom: 140px; }
  @media screen and (max-width: 599px) {
    #second .l-main {
      padding-top: 100px;
      padding-bottom: 80px; } }

/* contact --------------------------*/
.contact-form__privacypolicy h3 {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem; }

.contact-form__privacypolicy-content * {
  font-size: 1.5rem !important;
  margin-bottom: 0 !important;
  font-weight: 700; }

.mw_wp_form_confirm .contact-form__privacypolicy {
  display: none; }

.contact-btn {
  display: flex;
  justify-content: center; }
  .contact-btn button {
    color: #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    margin: 10px;
    font-size: 2.8rem;
    padding: 15px 40px; }

.contact-thanks h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 55px; }
.contact-thanks p {
  font-size: 2.87 !important;
  margin-bottom: 0 !important;
  font-size: 1.5rem !important;
  font-weight: 700; }

/* privacy_policy --------------------------*/
