/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  line-height: 1.5;
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

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

.tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-on {
    display: block;
  }
}

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

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.fwr {
  font-weight: 400;
}

.fwm {
  font-weight: 500;
}

.poa {
  position: absolute;
}

.inner {
  max-width: calc(800px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 500px) {
  .inner {
    padding: 0 16px;
  }
}

.shadow {
  -webkit-box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.25);
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

h2 {
  font-size: 30px;
}
@media screen and (max-width: 389px) {
  h2 {
    font-size: max(24px, 24px + 6 * (100vw - 320px) / 69);
  }
}

h2.section_title {
  color: #F76A00;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
  margin-bottom: 24px;
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  h2.section_title {
    margin-top: 40px !important;
  }
}

h3 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 389px) {
  h3 {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}

p.large {
  font-size: 20px;
}
@media screen and (max-width: 389px) {
  p.large {
    font-size: max(15px, 15px + 5 * (100vw - 320px) / 69);
  }
}

p.midium {
  font-size: 16px;
}
@media screen and (max-width: 389px) {
  p.midium {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}

p {
  font-size: 15px;
}
@media screen and (max-width: 389px) {
  p {
    font-size: max(13px, 13px + 2 * (100vw - 320px) / 69);
  }
}

p.small {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3076923077;
}
@media screen and (max-width: 389px) {
  p.small {
    font-size: max(11px, 11px + 2 * (100vw - 320px) / 69);
  }
}
p.small.fwr {
  font-weight: 400;
}

.fullwide {
  width: 100vw;
  margin-inline: calc(50% - 50vw) !important;
}

.cta_title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta_title::before, .cta_title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: auto;
  aspect-ratio: 28/36;
}
@media screen and (max-width: 500px) {
  .cta_title::before, .cta_title::after {
    width: 20px;
  }
}
@media screen and (max-width: 389px) {
  .cta_title::before, .cta_title::after {
    width: 16px;
  }
}
.cta_title::before {
  left: -10px;
  background: url(../img/title_left_line.png) no-repeat center/contain;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.cta_title::after {
  background: url(../img/title_right_line.png) no-repeat center/contain;
  right: -10px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.cta_wrap {
  max-width: 775px;
  margin-inline: auto;
}
@media screen and (max-width: 500px) {
  .cta_wrap {
    gap: 10px !important;
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 389px) {
  .cta_wrap {
    gap: max(5px, 5px + 5 * (100vw - 320px) / 69) !important;
  }
}
.cta_wrap .wp-block-column {
  height: 100%;
}
.cta_wrap a {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) inset, 0 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) inset, 0 4px 2px rgba(0, 0, 0, 0.25);
  height: 106px;
  font-size: 25px;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .cta_wrap a {
    font-size: max(20px, 20px + 5 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .cta_wrap a {
    height: 66px;
    padding: 8px 4px;
    font-size: 21px;
  }
}
@media screen and (max-width: 389px) {
  .cta_wrap a {
    font-size: max(18px, 18px + 3 * (100vw - 320px) / 69);
  }
}
.cta_wrap a strong {
  line-height: 1.2;
}
@media screen and (max-width: 389px) {
  .cta_wrap a strong {
    line-height: 1.1;
  }
}
.cta_wrap a span.sme-font-size {
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cta_wrap a span.sme-font-size {
    font-size: max(13px, 13px + 7 * (100vw - 390px) / 377) !important;
  }
}
@media screen and (max-width: 389px) {
  .cta_wrap a span.sme-font-size {
    font-size: max(10px, 10px + 3 * (100vw - 320px) / 69) !important;
  }
}

.triangle_bottom {
  position: relative;
}
.triangle_bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 25px;
  height: 13px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.bb_orange {
  padding-bottom: 16px;
  border-bottom: 1px dashed #FFB706;
}
@media screen and (max-width: 767px) {
  .bb_orange {
    padding-bottom: 10px;
  }
}

.red {
  color: #CD0C0A;
}

.bg_yellow {
  padding: 110px 0 100px;
}
@media screen and (max-width: 767px) {
  .bg_yellow {
    padding: 100px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  table {
    table-layout: fixed;
  }
}
table thead tr th {
  border-top: 0 !important;
}
table tbody tr:last-of-type td {
  border-bottom: 0 !important;
}
table tr th:first-of-type, table tr td:first-of-type {
  border-left: 0 !important;
}
table tr th:last-of-type, table tr td:last-of-type {
  border-right: 0 !important;
}
@media screen and (max-width: 500px) {
  table thead tr th:last-of-type, table tbody tr td:last-of-type {
    width: 145px !important;
  }
}
@media screen and (max-width: 389px) {
  table thead tr th:last-of-type, table tbody tr td:last-of-type {
    width: max(120px, 120px + 25 * (100vw - 320px) / 69) !important;
  }
}
@media screen and (max-width: 389px) {
  table tbody tr td:last-of-type .sme-font-size {
    font-size: max(20px, 20px + 10 * (100vw - 320px) / 69) !important;
  }
}

@media screen and (max-width: 767px) {
  .smb-grid {
    grid-template-columns: 1fr;
  }
}

.smb-accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .smb-accordion {
    grid-template-columns: 1fr;
  }
}
.smb-accordion .smb-accordion__item {
  width: calc(50% - 7.5px);
  margin: 0;
  border: 1px solid #FFB706;
}
@media screen and (max-width: 767px) {
  .smb-accordion .smb-accordion__item {
    width: 100%;
  }
}
.smb-accordion .smb-accordion__item__control {
  margin: 0;
}
.smb-accordion .smb-accordion__item__title {
  text-align: center;
  min-height: 55px;
  line-height: 1.25;
  padding: 3px 8px;
}
.smb-accordion .smb-accordion__item__body {
  padding: 10px;
}
.smb-accordion .smb-accordion__item__title__icon {
  width: 21px;
  height: 14px;
  background: url(../img/icon_allow_down_white.png) no-repeat center/contain;
}
.smb-accordion .smb-accordion__item__title__icon svg {
  display: none;
}

a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
a:hover {
  opacity: 0.7;
}

.fz22 {
  font-size: 22px;
}
@media screen and (max-width: 389px) {
  .fz22 {
    font-size: max(18px, 18px + 4 * (100vw - 320px) / 69);
  }
}

.fz20 {
  font-size: 20px;
}
@media screen and (max-width: 389px) {
  .fz20 {
    font-size: max(15px, 15px + 5 * (100vw - 320px) / 69);
  }
}

.fz30 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .fz30 {
    font-size: 24px;
  }
}
@media screen and (max-width: 389px) {
  .fz30 {
    font-size: max(20px, 20px + 10 * (100vw - 320px) / 69);
  }
}

.fz50 {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .fz50 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .fz_sp25 {
    font-size: 25px;
  }
}
@media screen and (max-width: 389px) {
  .fz_sp25 {
    font-size: max(20px, 20px + 5 * (100vw - 320px) / 69);
  }
}

.bdrs5 {
  border-radius: 5px;
}

.bdrs10 {
  border-radius: 10px;
}

.bdrs20 {
  border-radius: 20px;
}

.t-stroke-4_orange {
  -webkit-text-stroke: 4px #F76A00;
  text-stroke: 4px #F76A00;
  paint-order: stroke;
}

@media screen and (max-width: 767px) {
  .mt_sp10 {
    margin-top: 10px !important;
  }
}

.mt-40 {
  margin-top: -40px !important;
}
@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: -20px !important;
  }
}

.fade-in,
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}
.fade-in.is-visible,
.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
  opacity: 1;
}

.fade-in {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}

.fade-in-up {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.fade-in-up.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-left {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-left.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in-right {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-right.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fv {
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 500px) {
  .onayami_img01 {
    width: 86vw;
  }
}

.onayami_img03 {
  width: 890px;
  max-width: 90vw;
}
@media screen and (max-width: 500px) {
  .onayami_img03 {
    max-width: 100vw;
    margin-top: 0;
    margin-inline: calc(50% - 50vw) !important;
  }
}

.onayami_bg {
  position: relative;
}
.onayami_bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 745px;
  height: auto;
  aspect-ratio: 745/510;
  background: url(../img/onayami_bg.webp) no-repeat center/cover;
  z-index: -2;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .onayami_bg::before {
    background: url(../img/onayami_bg_sp.webp) no-repeat center/cover;
    width: 100%;
    aspect-ratio: 430/357;
  }
}
.onayami_bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 745px;
  height: 100px;
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100px);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100px);
  z-index: -1;
}
.onayami_bg .poa {
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  z-index: 1;
}

.bg_yellow .inner {
  z-index: 2;
}

@media screen and (max-width: 500px) {
  .service_img01 {
    width: 83.7vw;
  }
}

@media screen and (max-width: 500px) {
  .service_bg_text {
    margin-inline: calc(50% - 50vw) !important;
    margin-top: 8px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}

@media screen and (max-width: 500px) {
  .mt8_sp500 {
    margin-top: 8px !important;
  }
}

@media screen and (max-width: 500px) {
  .reason_wrap h2 {
    margin-bottom: 32px;
  }
}

.reason_list {
  counter-reset: reason-num;
}
.reason_list .wp-block-group .wp-block-image {
  position: relative;
}
.reason_list .wp-block-group .wp-block-image::before {
  counter-increment: reason-num;
  content: counter(reason-num, decimal-leading-zero);
  position: absolute;
  left: 8px;
  bottom: 0;
  font-size: 65px;
  line-height: 1;
  font-weight: bold;
  color: rgba(249, 245, 221, 0.8);
}

.price_wrap h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .price_wrap h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .price_wrap .price_text {
    margin-top: 8px;
  }
}

.voice_wrap h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .voice_wrap h2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .voice_list .wp-block-group:nth-of-type(even) .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 389px) {
  .voice_list .wp-block-column-is-layout-flow {
    -webkit-flex-basis: max(80px, 80px + 20 * (100vw - 320px) / 69) !important;
        -ms-flex-preferred-size: max(80px, 80px + 20 * (100vw - 320px) / 69) !important;
            flex-basis: max(80px, 80px + 20 * (100vw - 320px) / 69) !important;
  }
}
@media screen and (max-width: 500px) {
  .voice_list p.midium {
    font-size: max(14px, 14px + 3 * (100vw - 390px) / 110);
  }
}
@media screen and (max-width: 389px) {
  .voice_list p.midium {
    font-size: max(11px, 11px + 3 * (100vw - 320px) / 69);
  }
}

.faq_section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .faq_section {
    padding: 40px 0;
  }
}
.faq_section h2 {
  margin-top: 0 !important;
}
@media screen and (max-width: 500px) {
  .faq_section .faq_list {
    gap: 8px;
  }
}

.cta_section {
  padding: 100px 0;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .cta_section {
    padding: 40px 0;
    width: calc(100% - 30px);
    margin-inline: auto;
    border-radius: 5px;
    margin-bottom: 40px;
  }
}
.cta_section .cta_wrap {
  max-width: 450px;
  margin-inline: auto;
}

.footer p {
  font-family: "Montserrat", sans-serif;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .footer p {
    padding: 25px 0;
  }
}

.wpcf7 {
  max-width: 450px;
  margin-inline: auto;
}
.wpcf7 .form-item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form-item {
    margin-top: 24px;
  }
}
.wpcf7 label {
  margin-bottom: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  display: block;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=date],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px 16px;
  border: 0.5px solid #000;
  border-radius: 5px;
  font-size: 16px;
  background-color: #fff;
  text-align: left;
}
.wpcf7 input[type=text]::-webkit-input-placeholder, .wpcf7 input[type=email]::-webkit-input-placeholder, .wpcf7 input[type=tel]::-webkit-input-placeholder, .wpcf7 input[type=date]::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder {
  font-weight: 300;
}
.wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .wpcf7 select::-moz-placeholder {
  font-weight: 300;
}
.wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=tel]:-ms-input-placeholder, .wpcf7 input[type=date]:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder {
  font-weight: 300;
}
.wpcf7 input[type=text]::-ms-input-placeholder, .wpcf7 input[type=email]::-ms-input-placeholder, .wpcf7 input[type=tel]::-ms-input-placeholder, .wpcf7 input[type=date]::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder, .wpcf7 select::-ms-input-placeholder {
  font-weight: 300;
}
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=date]::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 select::placeholder {
  font-weight: 300;
}
.wpcf7 .postcode {
  width: 100px;
  display: inline-block;
  margin-right: 8px;
}
.wpcf7 input[type=submit] {
  width: 108px;
  height: 40px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 8px;
  margin: 40px auto 0;
  display: block;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
.wpcf7 .form-submit {
  text-align: center;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 10px;
}
.wpcf7 textarea {
  height: 140px;
}
.wpcf7 textarea.addr {
  height: 96px;
}

.footer_fixed_btn {
  position: fixed;
  padding-bottom: 20px;
  bottom: 0;
  left: 50%;
  z-index: 100;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn {
    padding-bottom: 10px;
  }
}
.footer_fixed_btn .cta_wrap a {
  height: 80px;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn .cta_wrap a {
    padding: 4px;
    height: 66px;
  }
}

.footer_fixed_btn.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}