@charset "utf-8";
@keyframes popInBottom {
  0% {
    transform: translate3d(-50%, 200px, 0) scale3d(0.1, 0.1, 0.1);
    opacity: 0;
  }
  40% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    transform: translate3d(-50%, 0, 0) scale3d(1.08, 1.08, 1.08);
  }
  60% {
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
  80% {
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1.03, 1.03, 1.03);
  }
  100% {
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
  }
}
@font-face {
  font-family: 'eatgram';
  src: url('/wp-content/themes/twentynineteen/fonts/eatgram.eot?aw9n05');
  src: url('/wp-content/themes/twentynineteen/fonts/eatgram.eot?aw9n05#iefix') format('embedded-opentype'), url('/wp-content/themes/twentynineteen/fonts/eatgram.ttf?aw9n05') format('truetype'), url('/wp-content/themes/twentynineteen/fonts/eatgram.woff?aw9n05') format('woff'), url('/wp-content/themes/twentynineteen/fonts/eatgram.svg?aw9n05#eatgram') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* CSS Custom Properties Around Colors */
:root {
  --white: #fff;
  --gray: #aeb3b7;
  --black: #26466d;
  --rich-black: #000;
  --blue: #7dcefa;
  --yellow: #fbe47c;
  --title: var(--black);
  --text: var(--black);
  --link: var(--black);
  --visited: var(--link);
  --hover: var(--blue);
  --marker: var(--accent-color);
  --shadow: rgba(0, 0, 0, 0.05);
  --error: var(--blue);
  --btn: var(--black);
  --btn-text: var(--white);
  --btn-hover: var(--blue);
  --btn-hover-text: var(--white);
  /* phone setting
	////////////////////////////////////////// */
}
:root ::selection {
  color: var(--black);
  background-color: var(--blue);
}
:root {
  font-size: 62.5%;
  /* CSS Custom Properties without Colors
	// -------------------------------------------------*/
  --main-width: 1050px;
  --wide-width: 1200px;
}
body {
  background-color: var(--white);
  font-size: 1.5rem;
  line-height: 1.75;
  margin: 0;
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", Roboto, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text);
  position: relative;
}
br[sp] {
  display: none;
}
br[pc],
br[pc][sp] {
  display: inline;
}
a,
a:link {
  color: var(--link);
  text-decoration: none;
}
main a,
main a:link {
  border-bottom: 1px dashed var(--link);
}
a:visited {
  color: var(--visited);
}
a:hover {
  color: var(--hover);
}
main a:hover {
  border-bottom: 1px solid var(--hover);
}
img {
  width: 100%;
  outline: 0;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
p {
  letter-spacing: 0.1em;
  /* normalize reset */
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin: 0;
}
p {
  /* custom */
  margin-bottom: 0.5em;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text p,
[class^=text-] p {
  margin-bottom: 1.5em;
}
[class^="title-"] {
  text-align: center;
  text-shadow: 2px 2px 0 var(--white);
}
body > section {
  margin-top: 120px;
}
body > section > h2[class^="title-"] {
  font-size: 27px;
  margin-bottom: 51px;
}
img.eatgram-logo {
  width: 168px;
  vertical-align: baseline;
  margin-right: 6px;
  filter: drop-shadow(2px 2px 0 #ffffff);
}
.note {
  font-family: monospace;
  text-indent: -1em;
  padding-left: 1em;
}
a,
a::before,
a::after {
  transition: 0.5s ease-in;
}
a:hover,
a:hover::before,
a:hover::after {
  transition: 0.3s ease-out;
}
/* //////////////////////////////////////////
	ボタン
////////////////////////////////////////// */
a.btn,
a.btn:link {
  font-weight: 600;
  letter-spacing: 0.125em;
  padding: 3px 18px;
  border-radius: 10px;
  border: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--btn);
  color: var(--btn-text);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn:hover {
  color: var(--btn-hover-text);
  background-color: var(--btn-hover);
}
.cta {
  visibility: hidden;
  width: 520px;
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
}
.cta::before {
  content: "";
  display: block;
  width: 130px;
  height: 88px;
  background-size: cover;
  position: absolute;
  top: -60px;
  right: -25px;
  z-index: 10;
}
.blue.cta::before {
  background: transparent scroll url("/wp-content/themes/twentynineteen/imgs/spa/kasa-blue.png") no-repeat 0 0;
}
.yellow.cta::before {
  background: transparent scroll url("/wp-content/themes/twentynineteen/imgs/spa/kasa-yellow.png") no-repeat 0 0;
}
.cta a.btn-cta {
  display: block;
  padding: 21px 51px;
  padding: 21px 51px none;
  padding: 21px 51px none none;
  background-color: var(--black);
  border-radius: 58px;
  color: var(--white);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.blue.cta a.btn-cta {
  box-shadow: 10px 10px 0 0 var(--yellow);
}
.yellow.cta a.btn-cta {
  box-shadow: 10px 10px 0 0 var(--blue);
}
.cta a.btn-cta strong {
  display: block;
  font-weight: 300;
}
.cta a.btn-cta::before,
.cta a.btn-cta::after {
  content: "";
  position: absolute;
}
.cta a.btn-cta::before {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: var(--white);
  bottom: 50%;
  right: 33px;
  transform: translateY(50%);
}
.cta a.btn-cta::after {
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 24px solid var(--black);
  bottom: 50%;
  right: 45px;
  transform: translateY(50%);
}
.cta a.btn-cta:hover {
  color: var(--black);
  box-shadow: 10px 10px 0 0 var(--black);
}
.blue.cta a.btn-cta:hover {
  background-color: var(--blue);
}
.yellow.cta a.btn-cta:hover {
  background-color: var(--yellow);
}
.cta.animate {
  visibility: visible;
  animation-name: popInBottom;
  animation-duration: 0.5s;
  animation-delay: 0;
  animation-fill-mode: backwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
/* //////////////////////////////////////////
	アスペクト比
////////////////////////////////////////// */
.aspectable {
  --aspect-ratio: 75%;
}
.aspectable.crop {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aspectable span.aspect-ratio,
.aspectable a.aspect-ratio {
  padding-top: var(--aspect-ratio);
}
.aspectable.dummy {
  height: var(--thumbnail-size);
  background-color: var(--dummy);
}
span.aspect-ratio,
a.aspect-ratio {
  display: block;
  width: 100%;
  padding-top: var(--aspect-ratio);
  overflow: hidden;
  position: relative;
}
span.aspect-ratio img,
a.aspect-ratio img,
span.aspect-ratio svg,
a.aspect-ratio svg,
span.aspect-ratio iframe,
a.aspect-ratio iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
a.aspect-ratio img {
  transition-duration: 125ms;
}
a.aspect-ratio:hover img {
  transform: scale(1.35);
}
a.aspect-ratio.no-zoom:hover img {
  transform: none;
}
.header {
  width: var(--main-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.logo-header {
  width: 225px;
}
.logo-header img {
  width: 192px;
}
.logo-header .description {
  display: block;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 6px;
}
.nav-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.nav-header a.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 33px;
  position: relative;
}
.nav-header a.btn::before {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 33px;
  color: var(--black);
}
.nav-header a.btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid var(--white);
  margin-left: 6px;
  margin-right: -6px;
}
.nav-header a.btn:hover::before {
  color: var(--btn-hover);
}
.nav-header a.btn.link-spa {
  pointer-events: none;
  --btn: transparent;
  --btn-text: var(--black);
  --btn-hover: transparent;
  --btn-hover-text: var(--blue);
}
.nav-header a.btn.link-spa::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'eatgram' !important;
  content: "\e902";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-header a.btn.link-spa::after {
  display: none;
}
.nav-header a.btn.link-food::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'eatgram' !important;
  content: "\e901";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hero {
  margin-top: 0;
  width: var(--main-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 96px;
}
.tagline-hero {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.8);
  margin-bottom: 36px;
  position: relative;
}
.tagline-hero::before {
  content: "";
  display: block;
  width: 100px;
  height: 57px;
  background: transparent scroll url("/wp-content/themes/twentynineteen/imgs/spa/cloud-blue.png") no-repeat 0 0;
  position: absolute;
  top: -45px;
  right: 40px;
}
.tagline-hero .marker {
  position: relative;
  z-index: 1;
}
.tagline-hero .marker::after {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: -15%;
  left: 0;
  z-index: -1;
  background-color: var(--blue);
}
.lead-hero {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 33px;
  padding: 15px 33px none;
  padding: 15px 33px none none;
  border-radius: 20px;
  color: var(--white);
  background-color: var(--black);
  box-shadow: 10px 10px 0 0 var(--yellow);
  font-size: 18px;
  line-height: 1.75;
}
.lead-hero .marker {
  color: var(--yellow);
}
.image-hero {
  width: 526px;
  position: absolute;
  top: 42px;
  right: 0;
}
.overview {
  padding-top: 72px;
  background-color: var(--yellow);
  padding-bottom: 192px;
  position: relative;
}
.overview .title-overview .marker {
  position: relative;
  z-index: 1;
  background-color: var(--white);
}
.overview .container-points {
  width: 900px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.overview .block-point {
  width: 139px;
  text-align: center;
}
.overview .title-point {
  margin-top: 12px;
}
.usage {
  margin-top: 192px;
  padding-bottom: 120px;
  background: linear-gradient(transparent 300px, var(--blue) 0%);
}
.usage .title-usage {
  font-size: 36px;
}
.usage .title-usage .marker {
  position: relative;
  z-index: 1;
}
.usage .title-usage .marker::after {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: -15%;
  left: 0;
  z-index: -1;
  background-color: var(--blue);
}
.usage .block-slide {
  width: var(--main-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 1050px;
  height: 540px;
  margin-bottom: 120px;
}
.usage .block-slide img {
  width: 900px;
  margin-right: 75px;
  margin-left: 75px;
  margin-bottom: 24px;
  border: 3px solid var(--black);
  box-shadow: 10px 10px 0 0 var(--black);
}
.usage .block-slide .flickity-button {
  color: var(--blue);
}
.usage .block-slide .flickity-page-dots {
  bottom: 30px;
  counter-reset: number 0;
}
.usage .block-slide .flickity-page-dots .dot {
  margin-right: 18px;
  margin-left: 18px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  background-color: var(--white);
  border: 2px solid var(--black);
  border-radius: 3px;
  box-shadow: 5px 5px 0 0 var(--yellow);
  color: var(--black);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  opacity: 1;
}
.usage .block-slide .flickity-page-dots .dot::before {
  counter-increment: number 1;
  content: counter(number) "";
}
.usage .block-slide .flickity-page-dots .dot:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}
.usage .block-slide .flickity-page-dots .dot.is-selected {
  pointer-events: none;
  background-color: var(--black);
  color: var(--white);
}
.usage .block-covid {
  width: 750px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--white);
  padding: 27px 37.5px;
  padding: 27px 37.5px none;
  padding: 27px 37.5px none none;
  border: 2px solid var(--black);
  box-shadow: 10px 10px 0 0 var(--yellow);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.usage .block-covid img {
  width: 235px;
}
.usage .block-covid .text-covid {
  margin-left: 37.5px;
}
.usage .block-covid .title-covid {
  text-align: left;
  font-size: 21px;
  margin-bottom: 12px;
}
.usage .block-covid .title-covid .marker {
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 0 var(--white);
}
.usage .block-covid .title-covid .marker::after {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: -15%;
  left: 0;
  z-index: -1;
  background-color: var(--yellow);
}
.case-study {
  margin-bottom: 192px;
  position: relative;
}
.title-case-study {
  font-size: 36px;
}
.title-case-study .marker {
  position: relative;
  z-index: 1;
  font-size: 21px;
}
.title-case-study .marker::after {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: -15%;
  left: 0;
  z-index: -1;
  background-color: var(--yellow);
}
.title-case-study::before {
  content: "";
  display: block;
  width: 140px;
  height: 94px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12px;
  background: transparent scroll url("/wp-content/themes/twentynineteen/imgs/spa/case-study.title.png") no-repeat 0 0;
}
.container-case-study {
  padding-bottom: 120px;
  margin-bottom: 120px;
}
.container-case-study .block-case {
  width: 900px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 51px 37.5px 51px 72px;
  background-color: var(--white);
  border: 3px solid var(--black);
}
.container-case-study .block-case + .block-case {
  margin-top: 72px;
}
.container-case-study .block-case img {
  width: 225px;
}
.container-case-study .block-case .icon-before-case,
.container-case-study .block-case .icon-after-case {
  margin-bottom: 24px;
}
.container-case-study .block-case .icon-before-case {
  width: 126px;
}
.container-case-study .block-case .icon-after-case {
  width: 125px;
}
.container-case-study .block-case .text-case {
  margin-left: 37.5px;
}
.container-case-study .block-case .title-case {
  text-align: left;
  margin-bottom: 24px;
}
.container-case-study .block-study {
  width: 900px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-top: 81px;
}
.container-case-study .block-study .title-study {
  font-size: 25px;
  text-align: center;
  margin-bottom: 36px;
}
.container-case-study .block-study .title-study .eatgraming {
  display: block;
  margin-bottom: 24px;
}
.container-case-study .block-study .title-study .marker {
  position: relative;
  z-index: 1;
  background-color: var(--white);
}
.container-case-study .block-study .text-study {
  text-align: center;
  background-color: var(--white);
  box-shadow: 10px 10px 0 0 var(--black);
  padding: 36px;
  padding: 36px none;
  padding: 36px none none;
}
.container-case-study .block-study .text-study p {
  margin-bottom: 0;
}
.container-case-study .block-study .text-study + .title-study {
  margin-top: 42px;
}
#case01 .title-case::before {
  content: "お悩み１：";
}
#case02 .title-case::before {
  content: "お悩み２：";
}
#case03 .title-case::before {
  content: "お悩み３：";
}
#case04 .title-case::before {
  content: "お悩み４：";
}
#case05 .title-case::before {
  content: "お悩み５：";
}
#case-study01,
#case-study03 {
  background: linear-gradient(transparent 200px, var(--yellow) 0%);
}
#case-study01 .block-case,
#case-study03 .block-case {
  box-shadow: 10px 10px 0 0 var(--blue);
}
#case-study02 .block-case,
#case-study04 .block-case {
  box-shadow: 10px 10px 0 0 var(--yellow);
}
#case-study02 .title-study,
#case-study04 .title-study {
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.8);
}
#case-study02 {
  background: linear-gradient(transparent 680px, var(--blue) 0%);
}
#case-study04 {
  padding-bottom: 192px;
  background: linear-gradient(transparent 200px, var(--blue) 0%);
}
.container-story {
  padding: 42px 63px;
  background-color: var(--white);
  border: 3px solid var(--black);
  box-shadow: 10px 10px 0 0 var(--black);
}
.container-story .block-story {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.container-story .block-story .text-story {
  margin-left: 37.5px;
}
.container-story .block-story .title-story {
  text-align: left;
  font-size: 21px;
  margin-bottom: 24px;
}
#story-before {
  position: relative;
  margin-bottom: 120px;
}
#story-before img {
  width: 374px;
}
#story-before::before,
#story-before::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
#story-before::before {
  width: 12px;
  height: 28px;
  background-color: var(--black);
  transform: translate(-50%, -42px);
}
#story-before::after {
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-top: 24px solid var(--black);
  transform: translate(-50%, 0px);
}
#story-after {
  position: relative;
}
#story-after img {
  width: 303px;
}
#story-after .text-story {
  margin-top: 42px;
}
#story-after .title-story {
  position: absolute;
  top: 0;
  right: 0;
}
.title-users::before {
  content: "";
  display: block;
  width: 313px;
  height: 84px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
  background: transparent scroll url("/wp-content/themes/twentynineteen/imgs/spa/users.title.png") no-repeat 0 0;
}
.container-user {
  width: var(--main-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
.container-user .block-intro {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 120px;
}
.container-user .block-intro img {
  width: 450px;
  height: 450px;
}
.container-user .block-intro .text-intro {
  margin-left: 75px;
}
.container-user .block-images {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 120px;
  height: 450px;
}
.container-user .block-images img {
  -o-object-fit: cover;
     object-fit: cover;
}
.container-user .block-user .title-user {
  font-size: 24px;
  margin-bottom: 36px;
}
.container-user .block-user .title-user .marker {
  position: relative;
  z-index: 1;
}
.container-user .block-user .title-user .marker::after {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: -15%;
  left: 0;
  z-index: -1;
  background-color: var(--yellow);
}
.container-user .container-scenes {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.container-user .container-scenes .block-scene p {
  margin-top: 36px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.voices {
  position: relative;
  padding-top: 63px;
  background-color: var(--yellow);
  padding-bottom: 120px;
  margin-bottom: 210px;
}
.title-voices::before {
  content: "";
  display: block;
  width: 408px;
  height: 99px;
  margin-right: auto;
  margin-left: auto;
  background: transparent scroll url("/wp-content/themes/twentynineteen/imgs/spa/voices.title.png") no-repeat 0 0;
}
.block-voice {
  width: 1200px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.block-voice .face {
  width: 225px;
  text-align: center;
}
.block-voice .face p {
  margin-top: 12px;
}
.block-voice .text-voice {
  width: 900px;
  box-sizing: border-box;
  padding: 42px 75px;
  margin-left: 75px;
  background-color: var(--white);
  box-shadow: 10px 10px 0 0 var(--black);
}
.block-voice .text-voice p {
  margin-bottom: 0;
}
.block-voice .title-voice {
  font-size: 24px;
  text-align: left;
  margin-bottom: 24px;
}
.system {
  width: var(--main-width);
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
.system .title-system {
  font-size: 36px;
}
.system .title-system .marker {
  position: relative;
  z-index: 1;
}
.system .title-system .marker::after {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: -15%;
  left: 0;
  z-index: -1;
  background-color: var(--blue);
}
.system .block-function {
  margin-top: 120px;
}
.system .block-function .title-function {
  font-size: 36px;
  margin-bottom: 42px;
}
.system .block-function .title-function .marker {
  position: relative;
  z-index: 1;
}
.system .block-function .title-function .marker::after {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: -15%;
  left: 0;
  z-index: -1;
  background-color: var(--yellow);
}
.system .block-function .text-function {
  width: 900px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 42px 37.5px;
  padding: 42px 37.5px none;
  padding: 42px 37.5px none none;
  background-color: var(--white);
  border: 3px solid var(--black);
  box-shadow: 10px 10px 0 0 var(--blue);
}
.system .block-function .text-function img {
  width: 150px;
}
.system .block-function .text-function p {
  margin-left: 37.5px;
}
.flow {
  position: relative;
  padding-top: 63px;
  background-color: var(--blue);
  padding-bottom: 156px;
  margin-bottom: 210px;
}
.flow .title-flow {
  font-size: 36px;
}
.flow .container-steps {
  width: 900px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
.flow .block-step {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 37.5px 24px 75px;
  padding: 24px 37.5px 24px 75px none;
  padding: 24px 37.5px 24px 75px none none;
  background-color: var(--white);
  border: 3px solid var(--black);
  box-shadow: 10px 10px 0 0 var(--yellow);
  margin-bottom: 156px;
  position: relative;
}
.flow .block-step::before,
.flow .block-step::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 50%;
  display: block;
}
.flow .block-step::before {
  width: 12px;
  height: 28px;
  background-color: var(--white);
  transform: translate(-50%, -45px);
}
.flow .block-step::after {
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-top: 24px solid var(--white);
  transform: translate(-50%, 0px);
}
.flow .block-step:last-child::before,
.flow .block-step:last-child::after {
  display: none;
}
.flow .block-step img {
  width: 225px;
}
.flow .block-step .text-step {
  margin-left: 37.5px;
}
.flow .block-step .title-step {
  margin-top: 72px;
  font-size: 21px;
  text-align: left;
  margin-bottom: 12px;
}
.flow #step01 .text-step {
  background: transparent scroll url("/wp-content/themes/twentynineteen/imgs/spa/flow.step01.png") no-repeat 0 0;
  background-position-y: 15px;
}
.flow #step02 .text-step {
  background: transparent scroll url("/wp-content/themes/twentynineteen/imgs/spa/flow.step02.png") no-repeat 0 0;
  background-position-y: 15px;
}
.flow #step03 .text-step {
  background: transparent scroll url("/wp-content/themes/twentynineteen/imgs/spa/flow.step03.png") no-repeat 0 0;
  background-position-y: 15px;
}
.flow #step04 {
  margin-bottom: 36px;
}
.flow #step04 .text-step {
  background: transparent scroll url("/wp-content/themes/twentynineteen/imgs/spa/flow.step04.png") no-repeat 0 0;
  background-position-y: 15px;
}
.flow #step05 {
  justify-content: space-around;
  padding: 0;
  padding: 0 none;
  padding: 0 none none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.flow #step05 .text-step {
  margin-left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.flow #step05 .text-step p {
  font-size: 15px;
}
.flow #step05 .title-step {
  font-size: 36px;
  line-height: 1.25;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: var(--white);
  margin-bottom: 24px;
}
.flow #step05 .image01,
.flow #step05 .image02 {
  width: 182px;
}
.flow #step05 .image01 {
  margin-top: -120px;
}
.flow #step05 .image02 {
  margin-top: 120px;
}
.qa {
  position: relative;
  padding-bottom: 156px;
  margin-bottom: 210px;
}
.title-qa {
  font-size: 36px;
}
.container-qa {
  width: 900px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
.block-qa {
  background-color: var(--white);
  border: 3px solid var(--black);
  box-shadow: 10px 10px 0 0 var(--black);
  padding: 63px 75px;
  padding: 63px 75px none;
  padding: 63px 75px none none;
  margin-bottom: 120px;
}
.block-qa .title-question {
  font-size: 21px;
  padding-bottom: 21px;
  border-bottom: 3px solid var(--black);
  margin-bottom: 42px;
  position: relative;
}
.block-qa .title-question::before {
  content: "";
  display: block;
  width: 120px;
  height: 81px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent scroll url("/wp-content/themes/twentynineteen/imgs/spa/qa.question.png") no-repeat 0 0;
}
.block-qa .text-answer {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-qa .text-answer::before {
  content: "";
  width: 120px;
  height: 81px;
  background: transparent scroll url("/wp-content/themes/twentynineteen/imgs/spa/qa.answer.png") no-repeat 0 0;
  margin-left: -144px;
}
.block-qa .text-answer p {
  margin-left: 24px;
  margin-bottom: 0;
}
.footer {
  padding-top: 54px;
  background-color: var(--black);
  text-align: center;
  color: var(--white);
  padding-bottom: 120px;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.footer .logo-footer {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 21px;
}
.footer .company-name {
  margin-bottom: 21px;
}
.footer a.company-site {
  color: var(--white);
}
.footer a.company-site:hover {
  text-decoration: underline;
}
.footer .copyright {
  margin-top: 120px;
}
