@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*==============================
 Mixin Setting
============================== */
/*テキストの幅*/
/* Breakpoints Setting
-------------------------------*/
@media screen and (min-width: 768px) {
  .only-sp,
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .only-pc,
  .pc-only {
    display: none !important;
  }
}
/*テーブルのリセット*/
.wp-block-table td, .wp-block-table th {
  border: none !important;
}

body {
  font-size: 1em;
  font-weight: 400;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.06rem;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  overflow-x: hidden;
  color: #2d2d2d;
}

mark {
  --color1: springgreen;
  --color2: springgreen;
  --color1: rgb(255, 255, 0);
  --color2: rgb(255, 255, 0);
  --color1:#6ec878;
  --color2:#6ec878;
  --bg-height: 40%;
  all: unset;
  background-image: linear-gradient(var(--color1), var(--color2));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 var(--bg-height);
  animation: highlight 800ms 1 ease-out;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

@keyframes highlight {
  to {
    background-size: 100% var(--bg-height);
  }
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #248f59;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .btn,
  a.btn,
  button.btn {
    font-size: 1rem;
  }
}

.is-style-btn-custom01 a {
  padding: 0.5rem 3rem 0.5rem 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #248f59;
  border-radius: 0.5rem;
  position: relative;
  border-radius: 0.75rem;
  color: #248f59;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .is-style-btn-custom01 a {
    font-size: 1rem;
  }
}
.is-style-btn-custom01 a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  transform: translate3d(0, 0.75rem, -1rem);
  border-radius: inherit;
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  transform: translate(0rem, 1rem);
}
.is-style-btn-custom01 a:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f0e0";
}
@media screen and (max-width: 768px) {
  .is-style-btn-custom01 a:after {
    font-size: 1.5rem;
    top: calc(50% - 0.75rem);
  }
}
.is-style-btn-custom01 a:hover {
  transform: translate(0, 0.25rem);
  color: #248f59;
}
.is-style-btn-custom01 a:hover:before {
  transform: translate3d(0, 0.5rem, -1rem);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}
.is-style-btn-custom01 a:hover:after {
  content: "\f2b6";
}
.is-style-btn-custom01 a:active {
  transform: translate(0rem, 0.75rem);
}
.is-style-btn-custom01 a:active:before {
  transform: translate3d(0, 0, -1rem);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}
.is-style-btn-custom01 a:active:after {
  content: "\f2b6";
}

a.btn-custom01 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #248f59;
  border-radius: 0.5rem;
  position: relative;
  border-radius: 0.75rem;
  color: #248f59;
  padding: 0;
}
@media screen and (max-width: 768px) {
  a.btn-custom01 {
    font-size: 1rem;
  }
}
a.btn-custom01:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  transform: translate3d(0, 0.75rem, -1rem);
  border-radius: inherit;
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  transform: translate(0rem, 1rem);
}
a.btn-custom01:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f0e0";
}
@media screen and (max-width: 768px) {
  a.btn-custom01:after {
    font-size: 1.5rem;
    top: calc(50% - 0.75rem);
  }
}
a.btn-custom01:hover {
  transform: translate(0, 0.25rem);
  color: #248f59;
}
a.btn-custom01:hover:before {
  transform: translate3d(0, 0.5rem, -1rem);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}
a.btn-custom01:hover:after {
  content: "\f2b6";
}
a.btn-custom01:active {
  transform: translate(0rem, 0.75rem);
}
a.btn-custom01:active:before {
  transform: translate3d(0, 0, -1rem);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}
a.btn-custom01:active:after {
  content: "\f2b6";
}
a.btn-custom01.small-style {
  font-size: 1rem;
}
a.btn-custom01.small-style::before {
  box-shadow: none !important;
}
a.btn-custom01.small-style::after {
  font-size: 1.5rem;
  top: calc(50% - 0.7rem);
  left: 2rem;
}
a.btn-custom01.small-style .btn-custom01-front {
  padding: 0.5rem 3rem 0.5rem 4rem;
}

.btn-custom01-front {
  display: block;
  padding: 1.5rem 5rem;
  transition: all 0.3s;
  border: 2px solid #000;
  border-radius: inherit;
}
@media screen and (max-width: 768px) {
  .btn-custom01-front {
    padding: 1rem 2.5rem 1rem 4rem;
  }
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

header {
  background-color: #fff;
  -webkit-transition: background-color 0.3s linear;
  padding: 10px 0;
}
header.scrolling {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: background-color 0.3s linear;
}
header .header-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .logo {
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
header .logo a {
  display: block;
  width: 120px;
}
header .logo svg {
  width: 120px;
  height: auto;
}
header .logo p.logo-catch {
  font-size: 13px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
  margin-left: 30px;
  vertical-align: baseline;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  header .logo p.logo-catch span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    text-align: center;
    position: static !important;
    height: 60px;
  }
  header .header-button {
    display: none;
  }
  header .logo {
    justify-content: center;
  }
  header .logo svg {
    height: 45px;
    width: auto;
  }
  header .logo p.logo-catch {
    display: none;
    text-align: center;
  }
  header .logo p.logo-catch br {
    display: none;
  }
}

aside.common-spacer {
  background-image: url("https://dalab.jp/lp/wp-content/uploads/2024/01/middle_B-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
aside.common-spacer div.img-wrapper {
  position: relative;
  padding: 150px;
  color: #fff;
}
aside.common-spacer div.img-wrapper div.contact-area {
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
aside.common-spacer div.img-wrapper div.go-cta {
  padding: 30px;
}
aside.common-spacer div.img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  aside.common-spacer div.img-wrapper {
    height: 64vw;
    max-height: 440px;
    padding: 15px;
  }
  aside.common-spacer div.img-wrapper div.go-cta {
    padding: 15px 0 0;
  }
}

/*主な共通部分は省略*/
#backbutton {
  position: fixed;
  right: 15px;
  bottom: 65px;
  opacity: 0;
}

a.btn--circle {
  width: 60px;
  height: 60px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btn--circle i {
  font-size: 1.5rem;
  line-height: 1;
  transition: all 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  a.btn--circle {
    width: 44px;
    height: 44px;
  }
}

footer ul.footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto;
}
footer ul.footer-list li {
  margin: 0 15px;
  text-align: center;
}
footer ul.footer-list li a {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 13px;
}
footer div.footer-logo {
  width: 240px;
  margin: 0 auto;
}
footer div.footer-logo svg {
  width: 100%;
}
footer p.copyrights {
  display: block;
  width: 100%;
  padding: 30px 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  background-color: rgb(3, 80, 191);
  margin-bottom: 0;
}

div.feature,
.is-style-feature {
  padding: 10px 5px !important;
  background-color: #248f59;
  min-height: auto !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.feature,
  .is-style-feature {
    padding: 15px;
  }
}
div.feature p,
.is-style-feature p {
  margin-block: 0;
  line-height: 1.3;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div.feature p,
  .is-style-feature p {
    font-size: 1rem;
  }
  div.feature p br,
  .is-style-feature p br {
    display: none !important;
  }
}

.is-style-spacer {
  height: 64vw !important;
  min-height: auto !important;
  max-height: 300px !important;
}
@media screen and (max-width: 768px) {
  .is-style-spacer {
    max-height: 440px !important;
  }
}

.steps .step-cont {
  margin-bottom: 15px;
}
.steps .step-cont .step-number {
  display: inline-block;
  border: 2px solid #000;
  background-color: #fff;
  line-height: 1;
  padding: 5px 10px;
  transform: translate(-10px, 10px);
}
.steps .step-cont h2, .steps .step-cont h3, .steps .step-cont h4 {
  border: 2px solid #000;
  padding: 10px;
  margin-bottom: 10px;
}

.trades {
  position: relative;
  display: block;
  /*
  span#clients {
    position: absolute;
    left: 50%;
    width: 500px;
    transform: translateX(-250px);
    top: 0px;
    color: #a6aee2;
    font-family: "Josefin Sans", sans-serif;
    font-size: 90px;
    opacity: 0.2;
    text-align: center;
    display: block;
  }
  */
}
.trades .slide-wrapper {
  background-color: #fff;
}
.trades .slide-wrapper {
  overflow: hidden;
  display: flex;
  height: 180px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .trades .slide-wrapper {
    height: 120px;
  }
}
.trades .slide-wrapper ul.slideshow {
  display: flex;
  align-items: center;
  -webkit-animation: loop-slide 30s infinite linear 1s both;
  animation: loop-slide 30s infinite linear 1s both;
}
.trades .slide-wrapper ul.slideshow li {
  width: 240px;
  height: 100%;
  text-align: center;
}
.trades .slide-wrapper ul.slideshow li img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .trades .slide-wrapper ul.slideshow li {
    width: 120px;
  }
}

.is-style-mainvisual,
.is-style-mainvisual2col,
.mainVisual {
  padding-top: 80px;
  background-image: url("https://dalab.jp/lp/wp-content/uploads/2024/01/typeC-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .is-style-mainvisual,
  .is-style-mainvisual2col,
  .mainVisual {
    padding-top: 0px;
    background-size: cover;
    background-position: center top;
    transform: none;
  }
}
.is-style-mainvisual > .wp-block-cover__inner-container,
.is-style-mainvisual2col > .wp-block-cover__inner-container,
.mainVisual > .wp-block-cover__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
}
.is-style-mainvisual .main-cont,
.is-style-mainvisual .wp-block-column,
.is-style-mainvisual2col .main-cont,
.is-style-mainvisual2col .wp-block-column,
.mainVisual .main-cont,
.mainVisual .wp-block-column {
  min-height: 540px;
  width: 100%;
  padding: 0 15px;
  color: #2b2b2b;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .is-style-mainvisual .main-cont,
  .is-style-mainvisual .wp-block-column,
  .is-style-mainvisual2col .main-cont,
  .is-style-mainvisual2col .wp-block-column,
  .mainVisual .main-cont,
  .mainVisual .wp-block-column {
    min-height: auto;
    padding: 30px 0px;
  }
}
.is-style-mainvisual .main-cont h1,
.is-style-mainvisual .wp-block-column h1,
.is-style-mainvisual2col .main-cont h1,
.is-style-mainvisual2col .wp-block-column h1,
.mainVisual .main-cont h1,
.mainVisual .wp-block-column h1 {
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-block: 0 45px;
}
.is-style-mainvisual .main-cont h1 span,
.is-style-mainvisual .wp-block-column h1 span,
.is-style-mainvisual2col .main-cont h1 span,
.is-style-mainvisual2col .wp-block-column h1 span,
.mainVisual .main-cont h1 span,
.mainVisual .wp-block-column h1 span {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .is-style-mainvisual .main-cont h1,
  .is-style-mainvisual .wp-block-column h1,
  .is-style-mainvisual2col .main-cont h1,
  .is-style-mainvisual2col .wp-block-column h1,
  .mainVisual .main-cont h1,
  .mainVisual .wp-block-column h1 {
    font-size: 32px;
    max-width: 85vw;
    margin-bottom: 30px;
  }
}
.is-style-mainvisual .main-cont p,
.is-style-mainvisual .wp-block-column p,
.is-style-mainvisual2col .main-cont p,
.is-style-mainvisual2col .wp-block-column p,
.mainVisual .main-cont p,
.mainVisual .wp-block-column p {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .is-style-mainvisual .main-cont p,
  .is-style-mainvisual .wp-block-column p,
  .is-style-mainvisual2col .main-cont p,
  .is-style-mainvisual2col .wp-block-column p,
  .mainVisual .main-cont p,
  .mainVisual .wp-block-column p {
    max-width: 85vw;
  }
}
.is-style-mainvisual .main-cont .reveal-text,
.is-style-mainvisual .wp-block-column .reveal-text,
.is-style-mainvisual2col .main-cont .reveal-text,
.is-style-mainvisual2col .wp-block-column .reveal-text,
.mainVisual .main-cont .reveal-text,
.mainVisual .wp-block-column .reveal-text {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  font-size: 24px;
  position: relative;
  cursor: default;
  animation-name: clip-text;
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  margin-bottom: 50px;
}
.is-style-mainvisual .main-cont .reveal-text::after,
.is-style-mainvisual .wp-block-column .reveal-text::after,
.is-style-mainvisual2col .main-cont .reveal-text::after,
.is-style-mainvisual2col .wp-block-column .reveal-text::after,
.mainVisual .main-cont .reveal-text::after,
.mainVisual .wp-block-column .reveal-text::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6ec878;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .is-style-mainvisual .main-cont .reveal-text,
  .is-style-mainvisual .wp-block-column .reveal-text,
  .is-style-mainvisual2col .main-cont .reveal-text,
  .is-style-mainvisual2col .wp-block-column .reveal-text,
  .mainVisual .main-cont .reveal-text,
  .mainVisual .wp-block-column .reveal-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.is-style-mainvisual .main-cont .go-cta,
.is-style-mainvisual .wp-block-column .go-cta,
.is-style-mainvisual2col .main-cont .go-cta,
.is-style-mainvisual2col .wp-block-column .go-cta,
.mainVisual .main-cont .go-cta,
.mainVisual .wp-block-column .go-cta {
  text-align: center;
  margin-top: 45px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .is-style-mainvisual .main-cont .go-cta,
  .is-style-mainvisual .wp-block-column .go-cta,
  .is-style-mainvisual2col .main-cont .go-cta,
  .is-style-mainvisual2col .wp-block-column .go-cta,
  .mainVisual .main-cont .go-cta,
  .mainVisual .wp-block-column .go-cta {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .is-style-mainvisual > .wp-block-cover__inner-container,
  .is-style-mainvisual2col > .wp-block-cover__inner-container,
  .mainVisual > .wp-block-cover__inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100vw - 30px);
  }
  .is-style-mainvisual .container h1,
  .is-style-mainvisual2col .container h1,
  .mainVisual .container h1 {
    font-size: 2rem;
  }
  .is-style-mainvisual .container p,
  .is-style-mainvisual2col .container p,
  .mainVisual .container p {
    font-size: 1rem;
  }
}

.is-style-mainvisual2col .main-cont h1,
.is-style-mainvisual2col .wp-block-column h1 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .is-style-mainvisual2col .main-cont h1,
  .is-style-mainvisual2col .wp-block-column h1 {
    font-size: 32px;
    max-width: 85vw;
    margin-bottom: 30px;
  }
}
.is-style-cont,
.is-style-no-padding,
.cont {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.is-style-cont.no-padding,
.is-style-no-padding.no-padding,
.cont.no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: unset !important;
}
.is-style-cont > .wp-block-cover__inner-container,
.is-style-no-padding > .wp-block-cover__inner-container,
.cont > .wp-block-cover__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
}
@media screen and (max-width: 768px) {
  .is-style-cont,
  .is-style-no-padding,
  .cont {
    padding-top: 35px !important;
    padding-bottom: 25px !important;
  }
  .is-style-cont.no-padding,
  .is-style-no-padding.no-padding,
  .cont.no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.is-style-cont h2,
.is-style-no-padding h2,
.cont h2 {
  font-size: 2rem !important;
  margin-bottom: 90px;
  font-weight: bold;
  text-align: center;
}
.is-style-cont h2.has-text-align-center,
.is-style-no-padding h2.has-text-align-center,
.cont h2.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.is-style-cont h2.has-text-align-left,
.is-style-no-padding h2.has-text-align-left,
.cont h2.has-text-align-left {
  margin-right: auto;
  text-align: left;
}
.is-style-cont h2.has-text-align-right,
.is-style-no-padding h2.has-text-align-right,
.cont h2.has-text-align-right {
  margin-left: auto;
  text-align: right;
}
.is-style-cont h2 + lead, .is-style-cont h2 + .is-style-lead-text,
.is-style-no-padding h2 + lead,
.is-style-no-padding h2 + .is-style-lead-text,
.cont h2 + lead,
.cont h2 + .is-style-lead-text {
  margin-top: -40px;
}
.is-style-cont h2.white,
.is-style-no-padding h2.white,
.cont h2.white {
  color: #fff !important;
}
.is-style-cont h2.left-style,
.is-style-no-padding h2.left-style,
.cont h2.left-style {
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .is-style-cont h2,
  .is-style-no-padding h2,
  .cont h2 {
    font-size: 1.2rem !important;
    margin: 0 15px 30px;
  }
  .is-style-cont h2:last-child,
  .is-style-no-padding h2:last-child,
  .cont h2:last-child {
    margin-bottom: 0 !important;
  }
  .is-style-cont h2.left-style,
  .is-style-no-padding h2.left-style,
  .cont h2.left-style {
    margin-bottom: 15px;
  }
  .is-style-cont h2 + lead, .is-style-cont h2 + .is-style-lead-text,
  .is-style-no-padding h2 + lead,
  .is-style-no-padding h2 + .is-style-lead-text,
  .cont h2 + lead,
  .cont h2 + .is-style-lead-text {
    margin-top: 0px;
  }
}
.is-style-cont .lead,
.is-style-cont .is-style-lead-text,
.is-style-no-padding .lead,
.is-style-no-padding .is-style-lead-text,
.cont .lead,
.cont .is-style-lead-text {
  font-size: 1.3rem;
  text-align: center;
  margin: 0 auto 60px;
  color: rgba(45, 45, 45, 0.698);
  max-width: 1050px;
}
.is-style-cont .lead.white,
.is-style-cont .is-style-lead-text.white,
.is-style-no-padding .lead.white,
.is-style-no-padding .is-style-lead-text.white,
.cont .lead.white,
.cont .is-style-lead-text.white {
  color: #fff !important;
}
.is-style-cont .lead.left-style,
.is-style-cont .is-style-lead-text.left-style,
.is-style-no-padding .lead.left-style,
.is-style-no-padding .is-style-lead-text.left-style,
.cont .lead.left-style,
.cont .is-style-lead-text.left-style {
  text-align: left !important;
}
.is-style-cont .lead + ul.ryoikiList,
.is-style-cont .is-style-lead-text + ul.ryoikiList,
.is-style-no-padding .lead + ul.ryoikiList,
.is-style-no-padding .is-style-lead-text + ul.ryoikiList,
.cont .lead + ul.ryoikiList,
.cont .is-style-lead-text + ul.ryoikiList {
  margin-top: 60px;
}
.is-style-cont .lead.has-text-align-center,
.is-style-cont .is-style-lead-text.has-text-align-center,
.is-style-no-padding .lead.has-text-align-center,
.is-style-no-padding .is-style-lead-text.has-text-align-center,
.cont .lead.has-text-align-center,
.cont .is-style-lead-text.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.is-style-cont .lead.has-text-align-left,
.is-style-cont .is-style-lead-text.has-text-align-left,
.is-style-no-padding .lead.has-text-align-left,
.is-style-no-padding .is-style-lead-text.has-text-align-left,
.cont .lead.has-text-align-left,
.cont .is-style-lead-text.has-text-align-left {
  margin-right: auto;
  text-align: left;
}
.is-style-cont .lead.has-text-align-right,
.is-style-cont .is-style-lead-text.has-text-align-right,
.is-style-no-padding .lead.has-text-align-right,
.is-style-no-padding .is-style-lead-text.has-text-align-right,
.cont .lead.has-text-align-right,
.cont .is-style-lead-text.has-text-align-right {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .is-style-cont .lead,
  .is-style-cont .is-style-lead-text,
  .is-style-no-padding .lead,
  .is-style-no-padding .is-style-lead-text,
  .cont .lead,
  .cont .is-style-lead-text {
    max-width: calc(100vw - 30px);
    font-size: 16px;
    text-align: left;
    margin: 0 15px 30px;
  }
  .is-style-cont .lead br,
  .is-style-cont .is-style-lead-text br,
  .is-style-no-padding .lead br,
  .is-style-no-padding .is-style-lead-text br,
  .cont .lead br,
  .cont .is-style-lead-text br {
    display: none;
  }
  .is-style-cont .lead + ul.ryoikiList,
  .is-style-cont .is-style-lead-text + ul.ryoikiList,
  .is-style-no-padding .lead + ul.ryoikiList,
  .is-style-no-padding .is-style-lead-text + ul.ryoikiList,
  .cont .lead + ul.ryoikiList,
  .cont .is-style-lead-text + ul.ryoikiList {
    margin-top: 30px;
  }
}
.is-style-cont #kadai,
.is-style-no-padding #kadai,
.cont #kadai {
  max-width: 970px;
  margin: 0 auto;
  border: 8px solid #f57b22;
  background-color: rgba(245, 123, 34, 0.1);
  color: #ba5810;
  padding: 30px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.is-style-cont #kadai .img-wrap,
.is-style-no-padding #kadai .img-wrap,
.cont #kadai .img-wrap {
  text-align: center;
}
.is-style-cont #kadai img.udegumi,
.is-style-no-padding #kadai img.udegumi,
.cont #kadai img.udegumi {
  max-width: 200px;
  margin: 0 auto;
}
.is-style-cont #kadai p,
.is-style-no-padding #kadai p,
.cont #kadai p {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .is-style-cont #kadai,
  .is-style-no-padding #kadai,
  .cont #kadai {
    max-width: calc(100vw - 30px);
    padding: 15px;
    transform: translateY(-30px);
  }
  .is-style-cont #kadai .col-md-8,
  .is-style-no-padding #kadai .col-md-8,
  .cont #kadai .col-md-8 {
    order: 1;
  }
  .is-style-cont #kadai .col-md-4,
  .is-style-no-padding #kadai .col-md-4,
  .cont #kadai .col-md-4 {
    text-align: center;
    order: 2;
  }
  .is-style-cont #kadai .col-md-4 img,
  .is-style-no-padding #kadai .col-md-4 img,
  .cont #kadai .col-md-4 img {
    margin: 30px auto 0;
    width: 61.8%;
  }
  .is-style-cont #kadai .img-wrap,
  .is-style-no-padding #kadai .img-wrap,
  .cont #kadai .img-wrap {
    text-align: center;
  }
  .is-style-cont #kadai img.udegumi,
  .is-style-no-padding #kadai img.udegumi,
  .cont #kadai img.udegumi {
    max-width: 200px;
    margin: 0 auto;
  }
  .is-style-cont #kadai p,
  .is-style-no-padding #kadai p,
  .cont #kadai p {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 18px;
  }
  .is-style-cont #kadai p br,
  .is-style-no-padding #kadai p br,
  .cont #kadai p br {
    display: none;
  }
}

.is-style-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

#case {
  background-color: #d4d9d6;
  color: #000;
}

.case-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-wrap article {
  width: calc(50% - 30px);
  margin-bottom: 60px;
  border-radius: 8px;
  padding: 45px;
  color: #000;
  background-color: #fff;
}
.case-wrap article h1 {
  position: relative;
  margin-top: 15px;
  padding-top: 25px;
  font-size: 1.5rem;
  line-height: 1.3;
  border-bottom: 1px dotted #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.case-wrap article h1 span {
  position: absolute;
  display: inline-block;
  font-size: 1rem;
  left: 0;
  background-color: #fff;
  top: -15px;
  padding: 0.5rem;
  line-height: 1;
  border: 1px solid #000;
}
.case-wrap article .results p {
  margin-bottom: 0;
}
.case-wrap article span.title,
.case-wrap article span.kekka {
  margin-bottom: 15px;
  background-color: #248f59;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  padding: 8px 12px;
  font-size: 13px;
  border-radius: 30px;
  color: #fff;
}
.case-wrap article ul {
  margin-bottom: 15px;
  list-style-type: disc;
  padding-left: 20px;
}
.case-wrap article ul li {
  list-style-type: disc;
}
.case-wrap article.white-style h1 {
  color: #fff !important;
  border-bottom: 1px dotted #fff;
}
.case-wrap article.white-style h1 span {
  color: #000;
  border: none;
}
.case-wrap article.white-style p, .case-wrap article.white-style ul, .case-wrap article.white-style li {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .case-wrap {
    background-image: none;
  }
  .case-wrap article {
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
  }
}

form.wpcf7-form {
  margin: 0 auto;
  max-width: 660px;
}
form.wpcf7-form .mb-24 {
  margin-bottom: 1.5rem;
}
form.wpcf7-form .mb-24 input,
form.wpcf7-form .mb-24 textarea {
  background-color: aliceblue;
}
form.wpcf7-form div.pp {
  text-align: center;
  margin: 30px auto;
}
form.wpcf7-form input[type=submit] {
  border-radius: 60px;
  line-height: 1;
  margin-top: 30px;
  background-color: rgb(3, 80, 191);
  padding: 1rem 3rem;
  color: #fff;
  box-shadow: 0 5px 0 rgb(2, 70, 168);
}
form.wpcf7-form input[type=submit]:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-box-shadow: 0 2px 0 rgb(2, 70, 168);
  box-shadow: 0 2px 0 rgb(2, 70, 168);
}
form.wpcf7-form label.form-label {
  font-weight: bold;
}
form.wpcf7-form label.form-label span.hissu {
  color: rgb(219, 71, 71);
  font-weight: bold;
  padding-left: 1em;
}
form.wpcf7-form #sent-message {
  display: none;
  text-align: center;
  font-size: 1rem;
}
form.wpcf7-form.sent input,
form.wpcf7-form.sent .mb-24 {
  display: none;
}
form.wpcf7-form.sent #sent-message {
  display: block;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.is-style-company-outline-table,
.company_outline_wrapper {
  background-color: #F3F4F7;
  max-width: 1080px;
  padding: 30px 40px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .is-style-company-outline-table,
  .company_outline_wrapper {
    max-width: 100%;
    margin: 0;
    padding: 15px;
  }
}
.is-style-company-outline-table table,
.company_outline_wrapper table {
  width: 800px !important;
  margin: 0 auto;
}
.is-style-company-outline-table table tr,
.company_outline_wrapper table tr {
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
}
.is-style-company-outline-table table tr:last-child,
.company_outline_wrapper table tr:last-child {
  border-bottom: none;
}
.is-style-company-outline-table table tr th,
.is-style-company-outline-table table tr td,
.company_outline_wrapper table tr th,
.company_outline_wrapper table tr td {
  text-align: left;
  vertical-align: text-top;
  font-weight: 500;
  padding: 1.2rem 0.7rem;
}
@media screen and (max-width: 768px) {
  .is-style-company-outline-table table tr th,
  .is-style-company-outline-table table tr td,
  .company_outline_wrapper table tr th,
  .company_outline_wrapper table tr td {
    padding: 0.8rem 0.5rem;
    font-size: 0.9375rem;
  }
}
.is-style-company-outline-table table tr td,
.company_outline_wrapper table tr td {
  white-space: normal;
  overflow-wrap: break-word;
}
.is-style-company-outline-table table tr th,
.is-style-company-outline-table table tr td:first-child,
.company_outline_wrapper table tr th,
.company_outline_wrapper table tr td:first-child {
  width: 160px !important;
}
@media screen and (max-width: 768px) {
  .is-style-company-outline-table table tr th,
  .is-style-company-outline-table table tr td:first-child,
  .company_outline_wrapper table tr th,
  .company_outline_wrapper table tr td:first-child {
    width: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .is-style-company-outline-table table,
  .company_outline_wrapper table {
    width: 100% !important;
  }
  .is-style-company-outline-table table tr,
  .company_outline_wrapper table tr {
    display: list-item;
    list-style: none;
    border: none;
  }
  .is-style-company-outline-table table tr th, .is-style-company-outline-table table tr td,
  .company_outline_wrapper table tr th,
  .company_outline_wrapper table tr td {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    display: block;
  }
  .is-style-company-outline-table table tr th,
  .is-style-company-outline-table table tr td:first-child,
  .company_outline_wrapper table tr th,
  .company_outline_wrapper table tr td:first-child {
    font-weight: bold;
    border-bottom: 1px solid rgba(45, 45, 45, 0.1);
    position: relative;
  }
  .is-style-company-outline-table table tr th:before,
  .is-style-company-outline-table table tr td:first-child:before,
  .company_outline_wrapper table tr th:before,
  .company_outline_wrapper table tr td:first-child:before {
    position: absolute;
    content: "";
    width: 8px;
    display: block;
    border-top: 2px solid #000;
    left: -15px;
    top: 1.6em;
  }
  .is-style-company-outline-table table tr td,
  .company_outline_wrapper table tr td {
    line-height: 1.3;
    margin-bottom: 15px;
  }
}

.footer_fixed {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    display: flex;
  }
  .footer_fixed .footer_action a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 13px;
    text-decoration: none;
  }
  .footer_fixed .footer_action a i {
    margin-right: 0.5em;
  }
  .footer_fixed .footer_tel {
    width: 50%;
    background-color: #1440a6;
  }
  .footer_fixed .footer_contact {
    background-color: #ffa500;
    width: 50%;
  }
}

#ryoiki {
  background-image: url(img/bg_ryoiki_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#ryoiki h2, #ryoiki p.lead {
  margin-left: 0;
}
#ryoiki h2 {
  margin-bottom: 10px;
}

ul.ryoikiList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
}
ul.ryoikiList li {
  width: calc(50% - 15px);
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #000;
}
ul.ryoikiList li div.number {
  width: 100px;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  color: #ffffff;
  border-radius: 4px 0 0 4px;
  background-color: #248f59;
  font-size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.ryoikiList li div.area {
  padding: 20px;
  width: calc(100% - 100px);
}
ul.ryoikiList li div.area p.title {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: bold;
}
ul.ryoikiList li div.area p.detail {
  color: #000;
  margin-bottom: 0;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  ul.ryoikiList {
    display: block;
    max-width: 100%;
  }
  ul.ryoikiList li {
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #000;
  }
  ul.ryoikiList li div.number {
    font-size: 18px;
    width: 40px;
  }
  ul.ryoikiList li div.area {
    padding: 10px;
    width: calc(100% - 40px);
  }
  ul.ryoikiList li div.area p.title {
    font-size: 16px;
  }
  ul.ryoikiList li div.area p.detail {
    margin-bottom: 0;
    font-size: 13px;
  }
}

.is-style-mainvisual2col .wpcf7-form .mb-24,
.is-style-fixed-form .wpcf7-form .mb-24 {
  margin-bottom: 8px !important;
}
.is-style-mainvisual2col .wpcf7-form label,
.is-style-fixed-form .wpcf7-form label {
  margin-bottom: 2px;
}
.is-style-mainvisual2col .wpcf7-form p,
.is-style-fixed-form .wpcf7-form p {
  text-align: left !important;
  margin-bottom: 5px;
}
.is-style-mainvisual2col .wpcf7-form input[type=submit],
.is-style-fixed-form .wpcf7-form input[type=submit] {
  margin-top: 0;
  font-size: 1rem !important;
}

div.is-style-fixed-form {
  display: none;
}
@media screen and (min-width: 1200px) {
  div.is-style-fixed-form {
    position: fixed;
    display: block;
    z-index: 1030;
    background-color: #fff;
    width: 380px;
    right: 0;
    top: 0;
    padding: 30px 30px 15px;
    height: 100vh;
  }
}

@media screen and (min-width: 1200px) {
  header .header-button.appear-fixed-form {
    display: none;
  }
  main.appear-fixed-form, footer.appear-fixed-form {
    width: calc(100vw - 380px);
    margin-left: 0;
    margin-right: auto;
  }
}

/*# sourceMappingURL=theme.css.map */
