@charset "UTF-8";
/*
Theme Name: IMACEL_THEME
Theme URI: https://imacel.net
Description: IMACEL プロダクトサイト.
Author: ECCOM Creation Co.,Ltd.
Author URI: 
Version: 3.0.1
.
IMACEL プロダクトサイト
.
*/
/* 変数
------------------------------------*/
:root {
  --color-main: #00B961;
  --color-sub: #A9DC43;
  --color-font: #222;
  --base-gray-0: #F7F7F7;
  --lpixel-black-1: #222;
  --TEXT-Black: #222;
  --LPIXEL-White: #fff;
  --LPIXEL-Green: #00B961;
  --IMACEL-PRIMARY-Blue: #1E00B9;
  --IMACEL-SECONDARY-NavyBlue: #1A2A3A;
  --contents-width: 1124px;
  --gothic: "DIN-2014", sans-serif;
}

html[lang=ja] {
  --gothic: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* 外部CSS
------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* 共通パーツ
------------------------------------*/
::-moz-selection {
  background-color: var(--LPIXEL-Green);
  color: #fff;
}
::selection {
  background-color: var(--LPIXEL-Green);
  color: #fff;
}

html {
  height: 100%;
  width: 100%;
}

body {
  background: #fff;
  color: var(--color-font);
  font-family: var(--gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  line-height: 26px;
  letter-spacing: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
body.is-noscroll {
  overflow-y: hidden;
  position: fixed;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

p {
  line-height: 190%;
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit],
a {
  transition: opacity 0.15s ease, transform 0.15s ease, color 0.15s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
button:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.c-preload * {
  animation: none !important;
  transition: none !important;
}

.c-header-default {
  position: fixed;
  inset: 0 0 auto;
  transform: translateY(0);
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 50;
}
.c-header-default.is-active {
  transform: translateY(-36px);
}
.c-header-default.is-home.is-active .c-header-default__inner {
  transform: translateY(0);
}
.c-header-default.is-home .c-header-default__inner {
  transform: translateY(-116px);
}
@media screen and (max-width: 1200px) {
  .c-header-default.is-home .c-header-default__inner {
    transform: translateY(-92px);
  }
}
.c-header-default .c-header-default__inner {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  min-height: 80px;
  padding: 10px 16px 10px 20px;
  position: relative;
  transition: transform 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__inner {
    min-height: 56px;
    padding: 12px;
  }
}
.c-header-default .c-header-default__inner::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.c-header-default .c-header-default__logo {
  display: block;
  padding: 0 24px 0 0;
  width: 225px;
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__logo {
    margin: 0;
    padding: 0;
    width: 107px;
  }
}
.c-header-default .c-header-default__logo a {
  display: block;
  line-height: 0;
}
.c-header-default .c-header-default__menu {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0 7px 0 0;
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__menu {
    display: none;
  }
}
.c-header-default .c-header-default__menu.is-right {
  margin: 0 0 0 auto;
}
.c-header-default .c-header-default__menu.is-right li.is-current a::before {
  transform: scaleX(0);
}
.c-header-default .c-header-default__menu.is-right li.is-current a:hover::before {
  transform: scaleX(1);
}
.c-header-default .c-header-default__menu li.is-current a::before {
  transform: scaleX(1);
}
.c-header-default .c-header-default__menu li.is-current::after, .c-header-default .c-header-default__menu li:hover::after {
  content: "";
  height: 10px;
  position: absolute;
  inset: 70px 0 auto;
  width: 100%;
  z-index: 100;
}
.c-header-default .c-header-default__menu li.is-current a::before, .c-header-default .c-header-default__menu li:hover a::before {
  transform: scaleX(1);
}
.c-header-default .c-header-default__menu li.is-current ul, .c-header-default .c-header-default__menu li:hover ul {
  transform: translate3d(0, 0, 0);
}
.c-header-default .c-header-default__menu li.is-current::after {
  z-index: -3;
}
.c-header-default .c-header-default__menu li.is-current ul {
  z-index: -3;
}
.c-header-default .c-header-default__menu li a {
  color: var(--lpixel-black-1, #000);
  display: block;
  font-family: "DIN-2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
.c-header-default .c-header-default__menu li a::before {
  background-color: var(--color-main, #00B961);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 20px;
  transform: scaleX(0);
  transform-origin: center center;
  transition: transform 0.3s ease;
  width: calc(100% - 40px);
}
.c-header-default .c-header-default__menu li a[target=_blank]::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none"><rect x="3.5" y="1" width="11" height="10" rx="0.5" stroke="%23222222" /><path d="M1 2.5V12.5C1 13.0523 1.44772 13.5 2 13.5H13" stroke="%23222222" stroke-linecap="round" /></svg>') no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 13px;
  margin-left: 7px;
  width: 14px;
}
.c-header-default .c-header-default__menu li a.is-text-transform-none {
  text-transform: none;
}
.c-header-default .c-header-default__menu ul {
  background-color: var(--color-main, #00B961);
  display: flex;
  height: 60px;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  inset: 80px 0 auto;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.2s ease;
  width: 100%;
  z-index: -2;
}
.c-header-default .c-header-default__menu ul li::after {
  display: none;
}
.c-header-default .c-header-default__menu ul li.is-current a {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-header-default .c-header-default__menu ul li a {
  background-color: rgba(0, 0, 0, 0);
  color: var(--LPIXEL-White, #fff);
  display: block;
  font-family: "DIN-2014", var(--gothic);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 22px 20px 18px;
  transition: background-color 0.2s ease;
}
.c-header-default .c-header-default__menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-header-default .c-header-default__button {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__button {
    margin: 0 41px 0 auto;
  }
}
.c-header-default .c-header-default__language-switcher {
  align-items: center;
  color: #000;
  display: flex;
  font-family: "DIN-2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  gap: 6px;
  letter-spacing: 0;
  position: relative;
  transition: opacity 0.2s ease;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__language-switcher {
    display: none;
  }
}
.c-header-default .c-header-default__language-switcher:hover {
  opacity: 0.5;
}
.c-header-default .c-header-default__language-switcher img {
  display: inline-block;
}
.c-header-default .c-header-default__contact {
  list-style: none;
  padding: 0;
}
.c-header-default .c-header-default__contact li a {
  align-items: center;
  background: linear-gradient(90deg, #00B961 0%, #A9DC43 100%);
  border-radius: 30px;
  color: var(--LPIXEL-White, #fff);
  display: flex;
  font-family: "DIN-2014", var(--gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  height: 50px;
  justify-content: center;
  letter-spacing: 0;
  padding: 0 16px;
  text-align: center;
  transition: opacity 0.2s ease;
  width: 240px;
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__contact li a {
    height: 32px;
    width: 186px;
  }
}
.c-header-default .c-header-default__contact li a:hover {
  opacity: 0.5;
}

.c-header-corporate {
  background-color: var(--LPIXEL-Green, #00B961);
  height: 36px;
  padding: 8px;
  position: relative;
  z-index: 100;
}
.c-header-corporate .c-header-corporate__logo {
  display: block;
  margin: 0 auto;
  line-height: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.c-header-subpage {
  margin: 0 -20px !important;
  max-width: none !important;
  padding: 128px 0 180px;
  position: relative;
  width: calc(100% + 40px);
}
@media screen and (max-width: 650px) {
  .c-header-subpage {
    padding: 80px 0 120px;
  }
}
.c-header-subpage::before {
  background: url("images/bg-wave4.png") no-repeat center center/1920px auto;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  inset: 0;
  width: calc(100% + 40px);
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .c-header-subpage::before {
    background-size: 860px auto;
    width: 100%;
  }
}
.c-header-subpage .c-header-subpage__title {
  background: linear-gradient(90deg, #00B961 0%, #A8DC43 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-family: "DIN-2014", var(--gothic);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-header-subpage .c-header-subpage__title {
    font-size: 38px;
    letter-spacing: 1.9px;
    line-height: normal;
  }
}

.c-footer-default .c-footer-default__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1360px;
  padding: 56px 24px;
}
@media screen and (max-width: 1200px) {
  .c-footer-default .c-footer-default__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 24px 40px;
  }
}
.c-footer-default .c-footer-default__header {
  line-height: 0;
  margin: 0 92px 0 0;
  min-width: 165px;
}
.c-footer-default .c-footer-default__menu {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 1200px) {
  .c-footer-default .c-footer-default__menu {
    margin: 32px 0 0;
  }
}
.c-footer-default .c-footer-default__copyright {
  color: var(--TEXT-Black, #222);
  font-family: var(--gothic);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin: 0 0 0 40px;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .c-footer-default .c-footer-default__copyright {
    margin: 24px 0 0;
  }
}

.c-footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .c-footer-menu.is-terms {
    flex-direction: column;
  }
}
.c-footer-menu a {
  color: var(--lpixel-black-1, #000);
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.c-footer-menu a:hover {
  opacity: 0.45;
}

.c-footer-corporate .c-footer-corporate__gradient {
  background: #00b961;
  height: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-footer-corporate .c-footer-corporate__gradient::before {
  animation: gradient-animation 10s linear 0s infinite;
  background: linear-gradient(135deg, #00b961 0%, #a8dc43 25%, #a8dc43 25%, #00b961 50%, #a8dc43 75%, #00b961 100%);
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
}
@keyframes gradient-animation {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
.c-footer-corporate .c-footer-corporate__inner {
  background: var(--lpixel-black-2, #3C4348);
  line-height: 0;
  padding: 32px;
  text-align: center;
}

.c-drawer-default {
  background: var(--LPIXEL-White, #fff);
  height: 100vh;
  opacity: 0;
  overflow: scroll;
  pointer-events: none;
  position: fixed;
  inset: 0;
  transition: opacity 0.4s ease;
  z-index: 10;
}
.c-drawer-default.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-drawer-default .c-drawer-default__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 370px;
  padding: 112px 50px 64px;
}
.c-drawer-default .c-drawer-default__logo {
  display: block;
}
.c-drawer-default .c-drawer-default__menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  width: 100%;
}
.c-drawer-default .c-drawer-default__menu li ul {
  list-style: none;
  padding: 4px 0 4px 30px;
}
.c-drawer-default .c-drawer-default__menu li ul a {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0;
  text-transform: none;
}
.c-drawer-default .c-drawer-default__menu li ul a::before {
  content: "-";
  margin-right: 6px;
}
.c-drawer-default .c-drawer-default__menu a {
  display: inline-block;
  font-family: "DIN-2014";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 100%;
  padding: 16px 0;
  text-transform: uppercase;
}
.c-drawer-default .c-drawer-default__menu a[target=_blank]:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><rect x="3.5" y="1.5" width="11" height="10" rx="0.5" stroke="black" /><path d="M1 3V13C1 13.5523 1.44772 14 2 14H13" stroke="black" stroke-linecap="round" /></svg>') no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: 4px;
  width: 15px;
}
.c-drawer-default .c-drawer-default__contact {
  display: grid;
  gap: 16px;
  list-style: none;
  padding: 0;
  width: 100%;
}
.c-drawer-default .c-drawer-default__contact li a {
  align-items: center;
  background: linear-gradient(90deg, #00B961 0%, #A9DC43 100%);
  border-radius: 30px;
  color: var(--LPIXEL-White, #fff);
  display: flex;
  font-family: "DIN-2014", var(--gothic);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 100%;
  margin: 0 -24px;
  width: calc(100% + 48px);
}
.c-drawer-default .c-drawer-default__language-switcher {
  align-items: center;
  display: flex;
  font-family: "DIN-2014";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  gap: 8px;
  letter-spacing: 0;
  margin: 0 auto 0 0;
  transition: opacity 0.2s ease;
  text-transform: uppercase;
}
.c-drawer-default .c-drawer-default__language-switcher img {
  display: inline-block;
}

.c-headline-section {
  align-items: center;
  color: var(--LPIXEL-Green, #00B961);
  display: grid;
  gap: 0 32px;
  grid-template-columns: 1fr auto 1fr;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  margin: 0 -20px !important;
  max-width: none !important;
  text-align: center;
  width: calc(100% + 40px);
}
@media screen and (max-width: 650px) {
  .c-headline-section {
    grid-template-columns: 1fr;
  }
}
.c-headline-section::before {
  background: linear-gradient(90deg, #00B961 0%, #A9DC43 100%);
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-headline-section::before {
    margin-bottom: 16px;
  }
}
.c-headline-section::after {
  background: linear-gradient(90deg, #00B961 0%, #A9DC43 100%);
  content: "";
  display: inline-block;
  height: 3px;
  rotate: 180deg;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-headline-section::after {
    display: none;
  }
}
.c-headline-section em {
  display: contents;
  font-style: normal;
}
@media screen and (max-width: 650px) {
  .c-headline-section em {
    display: inline-block;
  }
}

.c-headline-default.is-white {
  color: var(--lpixel-white-1, #FFF);
}
.c-headline-default.is-small {
  font-size: 16px;
  letter-spacing: 2.4px;
}
.c-headline-default.is-small::before {
  font-size: 36px;
  letter-spacing: 1.8px;
  margin: 0 0 6px;
  text-transform: none;
}
.c-headline-default.is-uppercase::before {
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .c-headline-default.is-sp-adjustment-true .c-headline-default__title {
    font-size: 16px;
  }
  .c-headline-default.is-sp-adjustment-true .c-headline-default__subtitle {
    font-size: 36px;
  }
}
.c-headline-default .c-headline-default__title {
  color: var(--TEXT-Black, #222);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.c-headline-default .c-headline-default__subtitle {
  display: block;
  font-family: "DIN-2014";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin: 0 0 8px;
  text-align: center;
  text-transform: uppercase;
}

.c-headline-case {
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
  color: var(--TEXT-Black, #222);
  display: flex;
  font-family: "DIN-2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.8px;
  line-height: normal;
  margin: 4px !important;
  max-width: 516px !important;
  padding: 7px 26px;
  position: relative;
  text-align: center;
}
.c-headline-case.is-center {
  margin: 0 auto !important;
}
.c-headline-case.is-large {
  color: var(--LPIXEL-Green, #00B961);
  font-weight: 300;
  max-width: 100% !important;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-headline-case.is-large {
    font-size: 12px;
    min-height: 56px;
  }
}
.c-headline-case.is-large em {
  font-weight: 600;
}
@media screen and (max-width: 650px) {
  .c-headline-case.is-large em {
    font-size: 18px;
  }
}
.c-headline-case::before {
  background: linear-gradient(90deg, #00B961 0%, #A8DC43 100%);
  border-radius: 100px;
  content: "";
  display: block;
  height: calc(100% + 8px);
  left: -4px;
  position: absolute;
  top: -4px;
  width: calc(100% + 8px);
  z-index: -1;
}
.c-headline-case::after {
  background: url("images/icon-list-mark-cases.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 15px;
  margin: auto;
  position: absolute;
  inset: 0 auto 0 26px;
  width: 15px;
}
.c-headline-case em {
  color: var(--LPIXEL-Green, #00B961);
  display: inline-block;
  font-size: 28px;
  font-style: normal;
  line-height: normal;
  margin: 0 0 0 14px;
}

.c-headline-simple {
  color: var(--LPIXEL-Green, #00B961);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.c-headline-simple.is-medium {
  font-size: 20px;
}

.c-headline-square {
  border: solid 4px var(--LPIXEL-Green, #00B961);
  color: var(--LPIXEL-Green, #00B961);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  margin: 0 auto;
  max-width: 480px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-headline-square {
    border-width: 3px;
    font-size: 16px;
    max-width: 295px;
  }
}

.c-wrap {
  margin: 0;
  padding: 116px 20px 0;
  position: relative;
}
.c-wrap.is-home {
  padding-top: 36px;
}
.c-wrap.is-no-navigation {
  padding-top: 0;
}
@media screen and (max-width: 650px) {
  .c-wrap {
    padding: 92px 20px 0;
  }
}

.c-contents {
  margin: 0 auto;
}
.c-contents > * {
  max-width: var(--contents-width);
  margin: 0 auto;
}

.c-hr-default {
  border: none;
  border-top: solid 1px var(--LPIXEL-Green, #00B961);
  margin: 0 -20px;
  max-width: none;
  width: 100vw;
}

.c-background-gray {
  background: var(--base-gray-0, #F7F7F7);
  margin: 0 -20px;
  max-width: none;
  padding: 1px 0;
  width: 100vw;
}

.c-decoration-wave {
  height: 350px;
  margin: 0 -20px !important;
  max-width: none !important;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .c-decoration-wave {
    height: 175px;
  }
}
.c-decoration-wave canvas {
  height: 100% !important;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 100% !important;
}

body #moove_gdpr_cookie_info_bar {
  background: rgba(0, 185, 97, 0.8) !important;
  border: none !important;
  border-radius: 0 !important;
  color: var(--LPIXEL-White, #FFF) !important;
  max-width: 640px;
  padding: 12px 0 12px 18px !important;
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
  left: auto !important;
  right: 0 !important;
  transition: none !important;
  z-index: 1000 !important;
}
@media screen and (max-width: 650px) {
  body #moove_gdpr_cookie_info_bar {
    max-width: 100% !important;
    padding: 8px 18px 20px !important;
  }
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 0 !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 0 !important;
}
@media screen and (max-width: 650px) {
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    flex-direction: column;
    gap: 12px;
  }
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-cookie-notice {
  margin: 0 !important;
  padding: 0 !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-cookie-notice p {
  color: var(--LPIXEL-White, #FFF) !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-cookie-notice p a {
  color: var(--LPIXEL-White, #FFF) !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
  text-decoration: underline !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-cookie-notice p a:hover {
  text-decoration: none !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder {
  align-items: center !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  padding: 0 !important;
}
@media screen and (max-width: 650px) {
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder {
    gap: 8px !important;
  }
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton {
  background: var(--LPIXEL-White, #FFF) !important;
  border: none !important;
  border-radius: 0 !important;
  color: var(--LPIXEL-Green, #00B961) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  height: 36px !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 4px 10px !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: opacity 0.3s ease !important;
  width: 170px !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton:hover {
  opacity: 0.85;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  outline: none !important;
  position: inherit !important;
  transition: opacity 0.3s ease !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover {
  background-color: transparent !important;
  opacity: 0.65 !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn .moovegdpr-arrow-close::before {
  background: var(--LPIXEL-White, #fff) !important;
  width: 2px !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn .moovegdpr-arrow-close::after {
  background: var(--LPIXEL-White, #fff) !important;
  width: 2px !important;
}

.c-button-cta.is-small a {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 24px;
  max-width: 360px;
  padding: 18px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-button-cta.is-small a {
    padding: 12px;
  }
}
.c-button-cta a {
  background: var(--LPIXEL-White, #FFF);
  border: 2px solid #C1C2C4;
  color: var(--TEXT-Black, #222);
  display: inline-block;
  font-family: var(--gothic);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 2.2px;
  padding: 28px 45px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-button-cta a {
    font-size: 16px;
    letter-spacing: 1.6px;
    max-width: 300px;
    padding: 12px;
    width: 100%;
  }
}
.c-button-cta a:hover {
  opacity: 0.5;
}
.c-button-cta a em {
  font-style: normal;
}
@media screen and (max-width: 650px) {
  .c-button-cta a em {
    display: inline-block;
  }
}

.c-button-primary {
  background-color: var(--LPIXEL-White, #FFF);
  border: 1px solid #bdc3c7;
  display: inline-block;
  height: 50px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 48px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: border-color 0.3s ease;
  width: 300px;
}
html[lang^=en] .c-button-primary {
  letter-spacing: 0.04em;
}
.c-button-primary.is-dark {
  background: var(--lpixel-black-2, #3C4348);
  border: solid 1px var(--lpixel-black-2, #3C4348);
  color: var(--LPIXEL-White, #FFF);
}
.c-button-primary.is-green {
  background: var(--LPIXEL-Green, #00B961);
  border: solid 1px var(--LPIXEL-Green, #00B961);
  color: var(--LPIXEL-White, #FFF);
  font-weight: 600;
}
.c-button-primary.is-large {
  font-size: 20px;
  height: 64px;
  letter-spacing: 0;
  line-height: 62px;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-button-primary.is-large {
    height: 60px;
    line-height: 58px;
  }
}
.c-button-primary.is-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.c-button-primary.is-no-external[target=_blank] .c-button-primary__default i::after {
  display: none;
}
.c-button-primary:hover {
  border-color: #00b961;
}
.c-button-primary:hover .c-button-primary__hover::after {
  transform: translate3d(0, 0, 0);
}
.c-button-primary:hover .c-button-primary__hover i {
  transform: translate3d(0, 1px, 0);
}
.c-button-primary:hover .c-button-primary__default i {
  transform: translate3d(0, 100%, 0);
}
.c-button-primary[target=_blank] .c-button-primary__default i::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ikljb25zIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAyNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM0NDQ0NDQ7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fTwvc3R5bGU+PGcgaWQ9IkludGVyZmFjZS1Fc3NlbnRpYWxfX3gyRl9fUGFnaW5hdGVfX3gyRl9fcGFnaW5hdGUtZmlsdGVyLTEiPjxnIGlkPSJHcm91cF83MjQiPjxnIGlkPSJwYWdpbmF0ZS1maWx0ZXItMSI+PHBhdGggaWQ9IlJlY3RhbmdsZS1wYXRoXzIyNiIgY2xhc3M9InN0MCIgZD0iTTMuNzUsMi4yNWMwLTAuODMsMC42Ny0xLjUsMS41LTEuNWgxNi41YzAuODMsMCwxLjUsMC42NywxLjUsMS41djE2LjVjMCwwLjgzLTAuNjcsMS41LTEuNSwxLjVINS4yNWMtMC44MywwLTEuNS0wLjY3LTEuNS0xLjVWMi4yNXoiLz48cGF0aCBpZD0iU2hhcGVfMzAzNyIgY2xhc3M9InN0MCIgZD0iTTIwLjI1LDIzLjI1aC0xOGMtMC44MywwLTEuNS0wLjY3LTEuNS0xLjV2LTE4Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 14px;
}
.c-button-primary .c-button-primary__default {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.c-button-primary .c-button-primary__default i {
  display: block;
  font-style: normal;
  transition: transform 0.3s ease;
  width: 100%;
}
.c-button-primary .c-button-primary__hover {
  display: block;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.c-button-primary .c-button-primary__hover i {
  background: #00b961;
  color: #fff;
  display: grid;
  font-style: normal;
  height: 100%;
  place-items: center;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s ease;
  width: 100%;
}
.c-button-primary .c-button-primary__hover::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ikljb25zIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0IDIyLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDIyLjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO308L3N0eWxlPjxnIGlkPSJBcnJvd3MtRGlhZ3JhbXNfX3gyRl9fQXJyb3dzX194MkZfX2Fycm93LXJpZ2h0Ij48ZyBpZD0iR3JvdXBfNzMiPjxnIGlkPSJSZWd1bGFyXzczIj48cGF0aCBpZD0iU2hhcGVfMjUzIiBjbGFzcz0ic3QwIiBkPSJNMC44LDExLjJoMjIuNSIvPjxwYXRoIGlkPSJTaGFwZV8yNTQiIGNsYXNzPSJzdDAiIGQ9Ik0xMi44LDIxLjhsMTAuNS0xMC41TDEyLjgsMC44Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 13px;
  margin-top: -7px;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: transform 0.3s ease;
  transform: translate3d(40px, 0, 0);
  width: 14px;
}

.c-button-contact a {
  align-items: center;
  background: linear-gradient(90deg, #00B961 0%, #A9DC43 100%);
  border-radius: 100px;
  color: var(--LPIXEL-White, #fff);
  display: inline-flex;
  font-family: "DIN-2014", var(--gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 100%;
  max-width: 100%;
  height: 64px;
  justify-content: center;
  letter-spacing: 0;
  transition: opacity 0.2s ease;
  width: 426px;
}
@media screen and (max-width: 650px) {
  .c-button-contact a {
    font-size: 18px;
    height: 56px;
    width: 320px;
  }
}
.c-button-contact a:hover {
  opacity: 0.5;
}

.c-button-hamburger {
  display: none;
  height: 46px;
  margin: auto;
  position: absolute;
  inset: 0 2px 0 auto;
  width: 47px;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .c-button-hamburger {
    display: block;
  }
}
.c-button-hamburger.is-active span {
  background-color: var(--LPIXEL-Green, #00B961);
}
.c-button-hamburger.is-active span:nth-child(1) {
  transform: translate3d(10px, 8px, 0) rotate(45deg);
  width: 51px;
}
.c-button-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.c-button-hamburger.is-active span:nth-child(3) {
  transform: translate3d(10px, -6px, 0) rotate(-45deg);
  width: 51px;
}
.c-button-hamburger span {
  background-color: #444;
  height: 2px;
  position: absolute;
  right: 12px;
  transition: background-color 0.15s linear, transform 0s linear;
  width: 23px;
}
.c-button-hamburger span:nth-child(1) {
  top: 16px;
}
.c-button-hamburger span:nth-child(2) {
  top: 23px;
}
.c-button-hamburger span:nth-child(3) {
  top: 30px;
}

.c-banner-contact-wrapper {
  margin-left: -20px !important;
  margin-right: -20px !important;
  max-width: none !important;
  padding: 0 20px 200px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-banner-contact-wrapper {
    margin-bottom: -24px;
    padding: 0 20px 100px;
  }
}
.c-banner-contact-wrapper::before {
  background: url("images/bg-wave1.png") no-repeat center center/cover;
  content: "";
  display: block;
  height: 360px;
  margin: auto;
  position: absolute;
  inset: 56px -20px auto;
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .c-banner-contact-wrapper::before {
    background-position: 0 center;
    height: 178px;
    inset: 160px -20px auto;
  }
}

.c-banner-contact a {
  align-items: center;
  background: var(--LPIXEL-White, #FFF);
  border: 5px solid var(--LPIXEL-Green, #00B961);
  color: var(--LPIXEL-Green, #00B961);
  display: flex;
  flex-wrap: wrap;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: 46px;
  margin: 0 auto;
  max-width: var(--contents-width);
  min-height: 170px;
  overflow: hidden;
  padding: 30px 180px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-banner-contact a {
    flex-direction: column;
    font-size: 28px;
    line-height: normal;
    padding: 21px;
  }
}
.c-banner-contact a::before {
  background: url("images/logo-imacel-square.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 87px;
  margin: auto;
  position: absolute;
  inset: 0 auto 0 40px;
  width: 117px;
}
@media screen and (max-width: 650px) {
  .c-banner-contact a::before {
    background-image: url("images/logo-imacel-drawer.png");
    height: 40px;
    margin: 0 0 16px;
    position: static;
    width: 166px;
  }
}
.c-banner-contact a::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="43" viewBox="0 0 25 43" fill="none"><path d="M1.88281 41.8828L22.1768 21.5889L1.88281 1.29492" stroke="%2300B961" stroke-width="3" /></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 42px;
  margin: auto;
  position: absolute;
  inset: 0 24px 0 auto;
  width: 42px;
}
@media screen and (max-width: 650px) {
  .c-banner-contact a::after {
    height: 29px;
    inset: 0 4px 0 auto;
    width: 29px;
  }
}
.c-banner-contact a:hover {
  opacity: 0.45;
}
.c-banner-contact a em {
  font-style: normal;
}
@media screen and (max-width: 650px) {
  .c-banner-contact a em {
    display: inline-block;
  }
}

.c-list-breadcrumb {
  border-top: 1px solid var(--Text-green-200, #8C957F);
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  list-style: none;
  padding: 24px 0 80px;
  width: 100%;
}
.c-list-breadcrumb.is-no-border {
  border: none;
}
.c-list-breadcrumb.is-no-border-pc {
  border: none;
}
@media screen and (max-width: 650px) {
  .c-list-breadcrumb.is-no-border-pc {
    border-top: 1px solid var(--Text-green-200, #8C957F);
  }
}
.c-list-breadcrumb li {
  align-items: center;
  display: flex;
  max-width: 100%;
}
.c-list-breadcrumb li::after {
  background: url("images/icon-arrow-breads.svg") no-repeat center center/contain;
  content: "";
  margin: 0 0 0 8px;
  height: 8px;
  width: 4px;
}
.c-list-breadcrumb li:last-child::after {
  display: none;
}
.c-list-breadcrumb li a,
.c-list-breadcrumb li span {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 11px;
  line-height: 150%; /* 16.5px */
  letter-spacing: -0.33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-list-breadcrumb li a:hover {
  opacity: 0.6;
}

.c-list-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  list-style: none;
  padding: 0 0 14px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-list-anchor {
    border-top: 1px solid var(--Text-green-200, #8C957F);
    flex-direction: column;
    gap: 6px;
    padding: 24px 0 18px;
  }
}
.c-list-anchor::after {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-list-anchor li a {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
}
.c-list-anchor li a:hover {
  opacity: 0.5;
}
.c-list-anchor li a::after {
  background: url("images/icon-arrow-anchor.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 0 0 2px 10px;
  width: 11px;
}

.c-list-default {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list-default.is-small li {
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
}
.c-list-default li {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 0 0 28px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-list-default li {
    line-height: 32px;
  }
}
.c-list-default li::before {
  background: var(--business-gradient-1, linear-gradient(90deg, #00B961 0%, #A8DC43 100%));
  border-radius: 50%;
  content: "";
  display: block;
  height: 7px;
  margin: auto;
  position: absolute;
  inset: 9px auto auto 8px;
  width: 7px;
}
@media screen and (max-width: 650px) {
  .c-list-default li::before {
    inset: 13px auto auto 10px;
  }
}

.wpforms-container {
  margin: 0 !important;
}
.wpforms-container .wpforms-form .wpforms-field-container {
  display: grid;
  gap: 16px;
  padding: 0;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
  display: grid;
  gap: 8px;
  padding: 0;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.is-horizontal {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 1200px) {
  .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.is-horizontal {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.is-horizontal .wpforms-field-label {
  min-width: 165px;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul {
  display: grid;
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] {
  display: none !important;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0 auto 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: auto;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] + label::before {
  content: "";
  background: url("images/icon-checked.png") no-repeat top left/200% 100%;
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  width: 16px;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox]:checked + label::before {
  background-position: top right;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 650px) {
  .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li label {
    font-size: 14px;
  }
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox.agree-checkbox {
  text-align: center;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}
@media screen and (max-width: 650px) {
  .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline {
    font-size: 12px;
  }
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline a {
  text-decoration: underline;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline a:hover {
  text-decoration: none;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul {
  display: grid;
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li {
  margin: 0 !important;
  padding: 0 !important;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li input[type=radio] {
  display: none !important;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li input[type=radio] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  position: relative;
  text-align: left;
  width: auto;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li input[type=radio] + label::before {
  content: "";
  background: url("images/icon-selected.png") no-repeat top left/200% 100%;
  display: inline-block;
  height: 16px;
  margin-right: 16px;
  position: relative;
  top: 2px;
  width: 16px;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li input[type=radio]:checked + label::before {
  background-position: top right;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 650px) {
  .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio ul li label {
    font-size: 14px;
  }
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio.agree-checkbox {
  text-align: center;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio.agree-checkbox .wpforms-field-label-inline {
  border-bottom: 1px solid #bdc3c7;
  display: inline-block;
  line-height: 140%;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label.wpforms-label-hide {
  display: none;
  height: 0;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label .wpforms-required-label {
  color: #FF0808;
  font-family: var(--gothic);
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select,
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea,
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input {
  -webkit-appearance: none;
  background-color: #fff;
  border: solid 1px #909090;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 300;
  height: auto;
  line-height: 160%;
  max-width: none;
  outline: none;
  padding: 13px 16px 11px;
  position: relative;
  width: 100%;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select:focus,
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea:focus,
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input:focus {
  border-color: var(--color-main);
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select::-moz-placeholder, .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea::-moz-placeholder, .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input::-moz-placeholder {
  color: #B4B4B4;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select::placeholder,
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea::placeholder,
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input::placeholder {
  color: #B4B4B4;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select.wpforms-field-small,
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea.wpforms-field-small,
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input.wpforms-field-small {
  max-width: 244px;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .choices .choices__inner {
  min-height: 49px;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
  line-height: normal;
  min-height: 86px;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field-layout-rows {
  display: grid;
  gap: 20px;
}
.wpforms-container .wpforms-form .wpforms-field-container .wpforms-layout-row {
  display: grid;
  gap: 20px 0;
}
.wpforms-container .wpforms-form .wpforms-field-html {
  padding: 0 !important;
}
.wpforms-container .wpforms-form .wpforms-submit-container {
  padding: 0 !important;
  text-align: center;
}
.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit {
  border-radius: 3px;
  background: var(--BUSINESS-Orange, #FFA84C);
  color: var(--BUSINESS-White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  height: 72px;
  max-width: 404px;
  text-align: center;
  width: 100%;
}
.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  opacity: 0.7;
}
.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit[disabled] {
  opacity: 0.3;
}
.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit-spinner {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.wpforms-container .wpforms-form .g-recaptcha > div {
  margin: 0 auto;
}
.wpforms-container .wpforms-form .wpforms-error {
  margin-top: 5px;
}

.wpforms-confirmation-container-full {
  background: transparent;
  border-color: var(--color-main);
}

.wpforms-confirmation-container {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .wpforms-confirmation-container {
    font-size: 12px;
  }
}
.wpforms-confirmation-container a {
  text-decoration: underline;
}
.wpforms-confirmation-container a:hover {
  text-decoration: none;
}

.c-article-pager {
  display: flex;
  gap: 16px;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .c-article-pager {
    gap: 10px;
  }
}
.c-article-pager .page-numbers {
  align-items: center;
  background: transparent;
  border-radius: 50%;
  color: var(--Text-green-300, #59604F);
  display: flex;
  font-family: "Source Serif 4";
  font-size: 14px;
  font-weight: 400;
  height: 24px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1; /* 19.2px */
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  width: 24px;
}
.c-article-pager .page-numbers:hover {
  border: 1px solid var(--Bgc-green-900, #161807);
}
.c-article-pager .page-numbers.current {
  border: 1px solid var(--Bgc-green-900, #161807);
}
.c-article-pager .page-numbers.next, .c-article-pager .page-numbers.prev {
  background: transparent;
  border: none;
  font-size: 12px;
  margin: 0;
  transition: transform 0.3s ease;
  width: auto;
}
.c-article-pager .page-numbers.next::before, .c-article-pager .page-numbers.prev::before {
  background: url("images/icon-arrow-pager.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
}
.c-article-pager .page-numbers.prev:hover {
  transform: translate3d(-3px, 0, 0);
}
.c-article-pager .page-numbers.next:hover {
  transform: translate3d(3px, 0, 0);
}
.c-article-pager .page-numbers.prev::before {
  transform: scale(-1, 1);
}
.c-article-pager .page-numbers.dots {
  background: transparent;
  border: none;
  color: var(--color-text, #3b3b3b);
  font-weight: 700;
  width: auto;
}

.c-article-header {
  margin: 0 auto;
  max-width: 860px;
}
.c-article-header .c-article-header__upper {
  align-items: center;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 650px) {
  .c-article-header .c-article-header__upper {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
.c-article-header .c-article-header__date {
  align-items: center;
  display: grid;
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 400;
  grid-template-columns: 1fr;
  line-height: 150%; /* 32.4px */
  letter-spacing: 0.9px;
}
@media screen and (max-width: 650px) {
  .c-article-header .c-article-header__date {
    font-size: 15px;
    letter-spacing: 0.75px;
  }
}
.c-article-header .c-article-header__date.is-events {
  grid-template-columns: 45px 1fr;
}
.c-article-header .c-article-header__date i {
  color: var(--Text-green-300, #59604F);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  margin: 0 3px 0 0;
}
.c-article-header .c-article-header__label {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-article-header .c-article-header__label .c-article-header__label-items {
  background: var(--Text-green-300, #59604F);
  border-radius: 2px;
  color: var(--Text-white-900, #FFF);
  font-family: "Zen Old Mincho";
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  padding: 4px 8px;
  text-align: center;
}
.c-article-header .c-article-header__category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.c-article-header .c-article-header__category .c-article-header__category-items {
  background: var(--Text-green-300, #59604F);
  border-radius: 20px;
  color: var(--Text-white-900, #FFF);
  font-family: "Zen Old Mincho";
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  padding: 4px 8px;
  text-align: center;
}
.c-article-header .c-article-header__headline {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  letter-spacing: 1.6px;
  margin: 16px 0 0;
  padding: 0 0 16px;
}
@media screen and (max-width: 650px) {
  .c-article-header .c-article-header__headline {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
.c-article-header .c-article-header__photo {
  aspect-ratio: 16/9;
  display: block;
  line-height: 0;
  margin: 40px 0 0;
}
@media screen and (max-width: 650px) {
  .c-article-header .c-article-header__photo {
    margin: 48px 0 0;
  }
}
.c-article-header .c-article-header__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-article-contents {
  color: var(--Bgc-green-800, #253313);
  font-size: 15px;
  margin: 0 auto;
  max-width: 860px;
}
.c-article-contents p {
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 1.2px;
  margin: 24px 0;
}
.c-article-contents h2 {
  margin: 60px 0 24px;
}
.c-article-contents h3 {
  margin: 40px 0 24px;
}
.c-article-contents h4 {
  margin: 24px 0;
}
.c-article-contents figure {
  display: block;
  line-height: 1;
  margin: 24px 0;
}
.c-article-contents figure figcaption {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
}
.c-article-contents ul {
  list-style: none;
  margin: 24px 0;
  padding: 0 0 0 1em;
}
.c-article-contents ul li {
  line-height: 180%; /* 28.8px */
  text-indent: -0.85rem;
}
.c-article-contents ul li::before {
  content: "⚫︎";
  font-size: 12px;
}
.c-article-contents ol {
  margin: 24px 0;
  padding: 0 0 0 1.5rem;
}
.c-article-contents a:not([class]) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.c-article-contents a:not([class]):hover {
  text-decoration: none;
}
.c-article-contents a[target=_blank]::after {
  background: url("images/icon-external.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
}
.c-article-contents .wp-block-separator {
  border-color: var(--Text-green-200, #8C957F);
  border-width: 1px;
  margin: 60px 0;
}
.c-article-contents .wp-block-gallery {
  display: flex;
}

.a-fadein {
  opacity: 0;
}
.a-fadein.is-animated {
  animation: fadeIn 1s ease-in forwards;
}
.a-fadein.is-delay-1 {
  animation-delay: 0.5s;
}
.a-fadein.is-delay-2 {
  animation-delay: 1s;
}
.a-fadein.is-delay-3 {
  animation-delay: 1.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes flow {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/* ユーティリティー
------------------------------------*/
.u-mt--20 {
  margin-top: -160px !important;
}

.u-mt--19 {
  margin-top: -152px !important;
}

.u-mt--18 {
  margin-top: -144px !important;
}

.u-mt--17 {
  margin-top: -136px !important;
}

.u-mt--16 {
  margin-top: -128px !important;
}

.u-mt--15 {
  margin-top: -120px !important;
}

.u-mt--14 {
  margin-top: -112px !important;
}

.u-mt--13 {
  margin-top: -104px !important;
}

.u-mt--12 {
  margin-top: -96px !important;
}

.u-mt--11 {
  margin-top: -88px !important;
}

.u-mt--10 {
  margin-top: -80px !important;
}

.u-mt--9 {
  margin-top: -72px !important;
}

.u-mt--8 {
  margin-top: -64px !important;
}

.u-mt--7 {
  margin-top: -56px !important;
}

.u-mt--6 {
  margin-top: -48px !important;
}

.u-mt--5 {
  margin-top: -40px !important;
}

.u-mt--4 {
  margin-top: -32px !important;
}

.u-mt--3 {
  margin-top: -24px !important;
}

.u-mt--2 {
  margin-top: -16px !important;
}

.u-mt--1 {
  margin-top: -8px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-1 {
  margin-top: 8px !important;
}

.u-mt-2 {
  margin-top: 16px !important;
}

.u-mt-3 {
  margin-top: 24px !important;
}

.u-mt-4 {
  margin-top: 32px !important;
}

.u-mt-5 {
  margin-top: 40px !important;
}

.u-mt-6 {
  margin-top: 48px !important;
}

.u-mt-7 {
  margin-top: 56px !important;
}

.u-mt-8 {
  margin-top: 64px !important;
}

.u-mt-9 {
  margin-top: 72px !important;
}

.u-mt-10 {
  margin-top: 80px !important;
}

.u-mt-11 {
  margin-top: 88px !important;
}

.u-mt-12 {
  margin-top: 96px !important;
}

.u-mt-13 {
  margin-top: 104px !important;
}

.u-mt-14 {
  margin-top: 112px !important;
}

.u-mt-15 {
  margin-top: 120px !important;
}

.u-mt-16 {
  margin-top: 128px !important;
}

.u-mt-17 {
  margin-top: 136px !important;
}

.u-mt-18 {
  margin-top: 144px !important;
}

.u-mt-19 {
  margin-top: 152px !important;
}

.u-mt-20 {
  margin-top: 160px !important;
}

.u-mt-21 {
  margin-top: 168px !important;
}

.u-mt-22 {
  margin-top: 176px !important;
}

.u-mt-23 {
  margin-top: 184px !important;
}

.u-mt-24 {
  margin-top: 192px !important;
}

.u-mt-25 {
  margin-top: 200px !important;
}

.u-mt-26 {
  margin-top: 208px !important;
}

.u-mt-27 {
  margin-top: 216px !important;
}

.u-mt-28 {
  margin-top: 224px !important;
}

.u-mt-29 {
  margin-top: 232px !important;
}

.u-mt-30 {
  margin-top: 240px !important;
}

.u-mt-31 {
  margin-top: 248px !important;
}

.u-mt-32 {
  margin-top: 256px !important;
}

.u-mt-33 {
  margin-top: 264px !important;
}

.u-mt-34 {
  margin-top: 272px !important;
}

.u-mt-35 {
  margin-top: 280px !important;
}

.u-mt-36 {
  margin-top: 288px !important;
}

.u-mt-37 {
  margin-top: 296px !important;
}

.u-mt-38 {
  margin-top: 304px !important;
}

.u-mt-39 {
  margin-top: 312px !important;
}

.u-mt-40 {
  margin-top: 320px !important;
}

.u-mt-41 {
  margin-top: 328px !important;
}

.u-mt-42 {
  margin-top: 336px !important;
}

.u-mt-43 {
  margin-top: 344px !important;
}

.u-mt-44 {
  margin-top: 352px !important;
}

.u-mt-45 {
  margin-top: 360px !important;
}

.u-mt-46 {
  margin-top: 368px !important;
}

.u-mt-47 {
  margin-top: 376px !important;
}

.u-mt-48 {
  margin-top: 384px !important;
}

.u-mt-49 {
  margin-top: 392px !important;
}

.u-mt-50 {
  margin-top: 400px !important;
}

@media screen and (max-width: 1200px) {
  .u-tab-mt--20 {
    margin-top: -160px !important;
  }
  .u-tab-mt--19 {
    margin-top: -152px !important;
  }
  .u-tab-mt--18 {
    margin-top: -144px !important;
  }
  .u-tab-mt--17 {
    margin-top: -136px !important;
  }
  .u-tab-mt--16 {
    margin-top: -128px !important;
  }
  .u-tab-mt--15 {
    margin-top: -120px !important;
  }
  .u-tab-mt--14 {
    margin-top: -112px !important;
  }
  .u-tab-mt--13 {
    margin-top: -104px !important;
  }
  .u-tab-mt--12 {
    margin-top: -96px !important;
  }
  .u-tab-mt--11 {
    margin-top: -88px !important;
  }
  .u-tab-mt--10 {
    margin-top: -80px !important;
  }
  .u-tab-mt--9 {
    margin-top: -72px !important;
  }
  .u-tab-mt--8 {
    margin-top: -64px !important;
  }
  .u-tab-mt--7 {
    margin-top: -56px !important;
  }
  .u-tab-mt--6 {
    margin-top: -48px !important;
  }
  .u-tab-mt--5 {
    margin-top: -40px !important;
  }
  .u-tab-mt--4 {
    margin-top: -32px !important;
  }
  .u-tab-mt--3 {
    margin-top: -24px !important;
  }
  .u-tab-mt--2 {
    margin-top: -16px !important;
  }
  .u-tab-mt--1 {
    margin-top: -8px !important;
  }
  .u-tab-mt-0 {
    margin-top: 0px !important;
  }
  .u-tab-mt-1 {
    margin-top: 8px !important;
  }
  .u-tab-mt-2 {
    margin-top: 16px !important;
  }
  .u-tab-mt-3 {
    margin-top: 24px !important;
  }
  .u-tab-mt-4 {
    margin-top: 32px !important;
  }
  .u-tab-mt-5 {
    margin-top: 40px !important;
  }
  .u-tab-mt-6 {
    margin-top: 48px !important;
  }
  .u-tab-mt-7 {
    margin-top: 56px !important;
  }
  .u-tab-mt-8 {
    margin-top: 64px !important;
  }
  .u-tab-mt-9 {
    margin-top: 72px !important;
  }
  .u-tab-mt-10 {
    margin-top: 80px !important;
  }
  .u-tab-mt-11 {
    margin-top: 88px !important;
  }
  .u-tab-mt-12 {
    margin-top: 96px !important;
  }
  .u-tab-mt-13 {
    margin-top: 104px !important;
  }
  .u-tab-mt-14 {
    margin-top: 112px !important;
  }
  .u-tab-mt-15 {
    margin-top: 120px !important;
  }
  .u-tab-mt-16 {
    margin-top: 128px !important;
  }
  .u-tab-mt-17 {
    margin-top: 136px !important;
  }
  .u-tab-mt-18 {
    margin-top: 144px !important;
  }
  .u-tab-mt-19 {
    margin-top: 152px !important;
  }
  .u-tab-mt-20 {
    margin-top: 160px !important;
  }
  .u-tab-mt-21 {
    margin-top: 168px !important;
  }
  .u-tab-mt-22 {
    margin-top: 176px !important;
  }
  .u-tab-mt-23 {
    margin-top: 184px !important;
  }
  .u-tab-mt-24 {
    margin-top: 192px !important;
  }
  .u-tab-mt-25 {
    margin-top: 200px !important;
  }
  .u-tab-mt-26 {
    margin-top: 208px !important;
  }
  .u-tab-mt-27 {
    margin-top: 216px !important;
  }
  .u-tab-mt-28 {
    margin-top: 224px !important;
  }
  .u-tab-mt-29 {
    margin-top: 232px !important;
  }
  .u-tab-mt-30 {
    margin-top: 240px !important;
  }
  .u-tab-mt-31 {
    margin-top: 248px !important;
  }
  .u-tab-mt-32 {
    margin-top: 256px !important;
  }
  .u-tab-mt-33 {
    margin-top: 264px !important;
  }
  .u-tab-mt-34 {
    margin-top: 272px !important;
  }
  .u-tab-mt-35 {
    margin-top: 280px !important;
  }
  .u-tab-mt-36 {
    margin-top: 288px !important;
  }
  .u-tab-mt-37 {
    margin-top: 296px !important;
  }
  .u-tab-mt-38 {
    margin-top: 304px !important;
  }
  .u-tab-mt-39 {
    margin-top: 312px !important;
  }
  .u-tab-mt-40 {
    margin-top: 320px !important;
  }
  .u-tab-mt-41 {
    margin-top: 328px !important;
  }
  .u-tab-mt-42 {
    margin-top: 336px !important;
  }
  .u-tab-mt-43 {
    margin-top: 344px !important;
  }
  .u-tab-mt-44 {
    margin-top: 352px !important;
  }
  .u-tab-mt-45 {
    margin-top: 360px !important;
  }
  .u-tab-mt-46 {
    margin-top: 368px !important;
  }
  .u-tab-mt-47 {
    margin-top: 376px !important;
  }
  .u-tab-mt-48 {
    margin-top: 384px !important;
  }
  .u-tab-mt-49 {
    margin-top: 392px !important;
  }
  .u-tab-mt-50 {
    margin-top: 400px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mt--20 {
    margin-top: -160px !important;
  }
  .u-sp-mt--19 {
    margin-top: -152px !important;
  }
  .u-sp-mt--18 {
    margin-top: -144px !important;
  }
  .u-sp-mt--17 {
    margin-top: -136px !important;
  }
  .u-sp-mt--16 {
    margin-top: -128px !important;
  }
  .u-sp-mt--15 {
    margin-top: -120px !important;
  }
  .u-sp-mt--14 {
    margin-top: -112px !important;
  }
  .u-sp-mt--13 {
    margin-top: -104px !important;
  }
  .u-sp-mt--12 {
    margin-top: -96px !important;
  }
  .u-sp-mt--11 {
    margin-top: -88px !important;
  }
  .u-sp-mt--10 {
    margin-top: -80px !important;
  }
  .u-sp-mt--9 {
    margin-top: -72px !important;
  }
  .u-sp-mt--8 {
    margin-top: -64px !important;
  }
  .u-sp-mt--7 {
    margin-top: -56px !important;
  }
  .u-sp-mt--6 {
    margin-top: -48px !important;
  }
  .u-sp-mt--5 {
    margin-top: -40px !important;
  }
  .u-sp-mt--4 {
    margin-top: -32px !important;
  }
  .u-sp-mt--3 {
    margin-top: -24px !important;
  }
  .u-sp-mt--2 {
    margin-top: -16px !important;
  }
  .u-sp-mt--1 {
    margin-top: -8px !important;
  }
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mt-1 {
    margin-top: 8px !important;
  }
  .u-sp-mt-2 {
    margin-top: 16px !important;
  }
  .u-sp-mt-3 {
    margin-top: 24px !important;
  }
  .u-sp-mt-4 {
    margin-top: 32px !important;
  }
  .u-sp-mt-5 {
    margin-top: 40px !important;
  }
  .u-sp-mt-6 {
    margin-top: 48px !important;
  }
  .u-sp-mt-7 {
    margin-top: 56px !important;
  }
  .u-sp-mt-8 {
    margin-top: 64px !important;
  }
  .u-sp-mt-9 {
    margin-top: 72px !important;
  }
  .u-sp-mt-10 {
    margin-top: 80px !important;
  }
  .u-sp-mt-11 {
    margin-top: 88px !important;
  }
  .u-sp-mt-12 {
    margin-top: 96px !important;
  }
  .u-sp-mt-13 {
    margin-top: 104px !important;
  }
  .u-sp-mt-14 {
    margin-top: 112px !important;
  }
  .u-sp-mt-15 {
    margin-top: 120px !important;
  }
  .u-sp-mt-16 {
    margin-top: 128px !important;
  }
  .u-sp-mt-17 {
    margin-top: 136px !important;
  }
  .u-sp-mt-18 {
    margin-top: 144px !important;
  }
  .u-sp-mt-19 {
    margin-top: 152px !important;
  }
  .u-sp-mt-20 {
    margin-top: 160px !important;
  }
  .u-sp-mt-21 {
    margin-top: 168px !important;
  }
  .u-sp-mt-22 {
    margin-top: 176px !important;
  }
  .u-sp-mt-23 {
    margin-top: 184px !important;
  }
  .u-sp-mt-24 {
    margin-top: 192px !important;
  }
  .u-sp-mt-25 {
    margin-top: 200px !important;
  }
  .u-sp-mt-26 {
    margin-top: 208px !important;
  }
  .u-sp-mt-27 {
    margin-top: 216px !important;
  }
  .u-sp-mt-28 {
    margin-top: 224px !important;
  }
  .u-sp-mt-29 {
    margin-top: 232px !important;
  }
  .u-sp-mt-30 {
    margin-top: 240px !important;
  }
  .u-sp-mt-31 {
    margin-top: 248px !important;
  }
  .u-sp-mt-32 {
    margin-top: 256px !important;
  }
  .u-sp-mt-33 {
    margin-top: 264px !important;
  }
  .u-sp-mt-34 {
    margin-top: 272px !important;
  }
  .u-sp-mt-35 {
    margin-top: 280px !important;
  }
  .u-sp-mt-36 {
    margin-top: 288px !important;
  }
  .u-sp-mt-37 {
    margin-top: 296px !important;
  }
  .u-sp-mt-38 {
    margin-top: 304px !important;
  }
  .u-sp-mt-39 {
    margin-top: 312px !important;
  }
  .u-sp-mt-40 {
    margin-top: 320px !important;
  }
  .u-sp-mt-41 {
    margin-top: 328px !important;
  }
  .u-sp-mt-42 {
    margin-top: 336px !important;
  }
  .u-sp-mt-43 {
    margin-top: 344px !important;
  }
  .u-sp-mt-44 {
    margin-top: 352px !important;
  }
  .u-sp-mt-45 {
    margin-top: 360px !important;
  }
  .u-sp-mt-46 {
    margin-top: 368px !important;
  }
  .u-sp-mt-47 {
    margin-top: 376px !important;
  }
  .u-sp-mt-48 {
    margin-top: 384px !important;
  }
  .u-sp-mt-49 {
    margin-top: 392px !important;
  }
  .u-sp-mt-50 {
    margin-top: 400px !important;
  }
}
.u-mr--20 {
  margin-right: -160px !important;
}

.u-mr--19 {
  margin-right: -152px !important;
}

.u-mr--18 {
  margin-right: -144px !important;
}

.u-mr--17 {
  margin-right: -136px !important;
}

.u-mr--16 {
  margin-right: -128px !important;
}

.u-mr--15 {
  margin-right: -120px !important;
}

.u-mr--14 {
  margin-right: -112px !important;
}

.u-mr--13 {
  margin-right: -104px !important;
}

.u-mr--12 {
  margin-right: -96px !important;
}

.u-mr--11 {
  margin-right: -88px !important;
}

.u-mr--10 {
  margin-right: -80px !important;
}

.u-mr--9 {
  margin-right: -72px !important;
}

.u-mr--8 {
  margin-right: -64px !important;
}

.u-mr--7 {
  margin-right: -56px !important;
}

.u-mr--6 {
  margin-right: -48px !important;
}

.u-mr--5 {
  margin-right: -40px !important;
}

.u-mr--4 {
  margin-right: -32px !important;
}

.u-mr--3 {
  margin-right: -24px !important;
}

.u-mr--2 {
  margin-right: -16px !important;
}

.u-mr--1 {
  margin-right: -8px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-1 {
  margin-right: 8px !important;
}

.u-mr-2 {
  margin-right: 16px !important;
}

.u-mr-3 {
  margin-right: 24px !important;
}

.u-mr-4 {
  margin-right: 32px !important;
}

.u-mr-5 {
  margin-right: 40px !important;
}

.u-mr-6 {
  margin-right: 48px !important;
}

.u-mr-7 {
  margin-right: 56px !important;
}

.u-mr-8 {
  margin-right: 64px !important;
}

.u-mr-9 {
  margin-right: 72px !important;
}

.u-mr-10 {
  margin-right: 80px !important;
}

.u-mr-11 {
  margin-right: 88px !important;
}

.u-mr-12 {
  margin-right: 96px !important;
}

.u-mr-13 {
  margin-right: 104px !important;
}

.u-mr-14 {
  margin-right: 112px !important;
}

.u-mr-15 {
  margin-right: 120px !important;
}

.u-mr-16 {
  margin-right: 128px !important;
}

.u-mr-17 {
  margin-right: 136px !important;
}

.u-mr-18 {
  margin-right: 144px !important;
}

.u-mr-19 {
  margin-right: 152px !important;
}

.u-mr-20 {
  margin-right: 160px !important;
}

.u-mr-21 {
  margin-right: 168px !important;
}

.u-mr-22 {
  margin-right: 176px !important;
}

.u-mr-23 {
  margin-right: 184px !important;
}

.u-mr-24 {
  margin-right: 192px !important;
}

.u-mr-25 {
  margin-right: 200px !important;
}

.u-mr-26 {
  margin-right: 208px !important;
}

.u-mr-27 {
  margin-right: 216px !important;
}

.u-mr-28 {
  margin-right: 224px !important;
}

.u-mr-29 {
  margin-right: 232px !important;
}

.u-mr-30 {
  margin-right: 240px !important;
}

.u-mr-31 {
  margin-right: 248px !important;
}

.u-mr-32 {
  margin-right: 256px !important;
}

.u-mr-33 {
  margin-right: 264px !important;
}

.u-mr-34 {
  margin-right: 272px !important;
}

.u-mr-35 {
  margin-right: 280px !important;
}

.u-mr-36 {
  margin-right: 288px !important;
}

.u-mr-37 {
  margin-right: 296px !important;
}

.u-mr-38 {
  margin-right: 304px !important;
}

.u-mr-39 {
  margin-right: 312px !important;
}

.u-mr-40 {
  margin-right: 320px !important;
}

.u-mr-41 {
  margin-right: 328px !important;
}

.u-mr-42 {
  margin-right: 336px !important;
}

.u-mr-43 {
  margin-right: 344px !important;
}

.u-mr-44 {
  margin-right: 352px !important;
}

.u-mr-45 {
  margin-right: 360px !important;
}

.u-mr-46 {
  margin-right: 368px !important;
}

.u-mr-47 {
  margin-right: 376px !important;
}

.u-mr-48 {
  margin-right: 384px !important;
}

.u-mr-49 {
  margin-right: 392px !important;
}

.u-mr-50 {
  margin-right: 400px !important;
}

@media screen and (max-width: 1200px) {
  .u-tab-mr--20 {
    margin-right: -160px !important;
  }
  .u-tab-mr--19 {
    margin-right: -152px !important;
  }
  .u-tab-mr--18 {
    margin-right: -144px !important;
  }
  .u-tab-mr--17 {
    margin-right: -136px !important;
  }
  .u-tab-mr--16 {
    margin-right: -128px !important;
  }
  .u-tab-mr--15 {
    margin-right: -120px !important;
  }
  .u-tab-mr--14 {
    margin-right: -112px !important;
  }
  .u-tab-mr--13 {
    margin-right: -104px !important;
  }
  .u-tab-mr--12 {
    margin-right: -96px !important;
  }
  .u-tab-mr--11 {
    margin-right: -88px !important;
  }
  .u-tab-mr--10 {
    margin-right: -80px !important;
  }
  .u-tab-mr--9 {
    margin-right: -72px !important;
  }
  .u-tab-mr--8 {
    margin-right: -64px !important;
  }
  .u-tab-mr--7 {
    margin-right: -56px !important;
  }
  .u-tab-mr--6 {
    margin-right: -48px !important;
  }
  .u-tab-mr--5 {
    margin-right: -40px !important;
  }
  .u-tab-mr--4 {
    margin-right: -32px !important;
  }
  .u-tab-mr--3 {
    margin-right: -24px !important;
  }
  .u-tab-mr--2 {
    margin-right: -16px !important;
  }
  .u-tab-mr--1 {
    margin-right: -8px !important;
  }
  .u-tab-mr-0 {
    margin-right: 0px !important;
  }
  .u-tab-mr-1 {
    margin-right: 8px !important;
  }
  .u-tab-mr-2 {
    margin-right: 16px !important;
  }
  .u-tab-mr-3 {
    margin-right: 24px !important;
  }
  .u-tab-mr-4 {
    margin-right: 32px !important;
  }
  .u-tab-mr-5 {
    margin-right: 40px !important;
  }
  .u-tab-mr-6 {
    margin-right: 48px !important;
  }
  .u-tab-mr-7 {
    margin-right: 56px !important;
  }
  .u-tab-mr-8 {
    margin-right: 64px !important;
  }
  .u-tab-mr-9 {
    margin-right: 72px !important;
  }
  .u-tab-mr-10 {
    margin-right: 80px !important;
  }
  .u-tab-mr-11 {
    margin-right: 88px !important;
  }
  .u-tab-mr-12 {
    margin-right: 96px !important;
  }
  .u-tab-mr-13 {
    margin-right: 104px !important;
  }
  .u-tab-mr-14 {
    margin-right: 112px !important;
  }
  .u-tab-mr-15 {
    margin-right: 120px !important;
  }
  .u-tab-mr-16 {
    margin-right: 128px !important;
  }
  .u-tab-mr-17 {
    margin-right: 136px !important;
  }
  .u-tab-mr-18 {
    margin-right: 144px !important;
  }
  .u-tab-mr-19 {
    margin-right: 152px !important;
  }
  .u-tab-mr-20 {
    margin-right: 160px !important;
  }
  .u-tab-mr-21 {
    margin-right: 168px !important;
  }
  .u-tab-mr-22 {
    margin-right: 176px !important;
  }
  .u-tab-mr-23 {
    margin-right: 184px !important;
  }
  .u-tab-mr-24 {
    margin-right: 192px !important;
  }
  .u-tab-mr-25 {
    margin-right: 200px !important;
  }
  .u-tab-mr-26 {
    margin-right: 208px !important;
  }
  .u-tab-mr-27 {
    margin-right: 216px !important;
  }
  .u-tab-mr-28 {
    margin-right: 224px !important;
  }
  .u-tab-mr-29 {
    margin-right: 232px !important;
  }
  .u-tab-mr-30 {
    margin-right: 240px !important;
  }
  .u-tab-mr-31 {
    margin-right: 248px !important;
  }
  .u-tab-mr-32 {
    margin-right: 256px !important;
  }
  .u-tab-mr-33 {
    margin-right: 264px !important;
  }
  .u-tab-mr-34 {
    margin-right: 272px !important;
  }
  .u-tab-mr-35 {
    margin-right: 280px !important;
  }
  .u-tab-mr-36 {
    margin-right: 288px !important;
  }
  .u-tab-mr-37 {
    margin-right: 296px !important;
  }
  .u-tab-mr-38 {
    margin-right: 304px !important;
  }
  .u-tab-mr-39 {
    margin-right: 312px !important;
  }
  .u-tab-mr-40 {
    margin-right: 320px !important;
  }
  .u-tab-mr-41 {
    margin-right: 328px !important;
  }
  .u-tab-mr-42 {
    margin-right: 336px !important;
  }
  .u-tab-mr-43 {
    margin-right: 344px !important;
  }
  .u-tab-mr-44 {
    margin-right: 352px !important;
  }
  .u-tab-mr-45 {
    margin-right: 360px !important;
  }
  .u-tab-mr-46 {
    margin-right: 368px !important;
  }
  .u-tab-mr-47 {
    margin-right: 376px !important;
  }
  .u-tab-mr-48 {
    margin-right: 384px !important;
  }
  .u-tab-mr-49 {
    margin-right: 392px !important;
  }
  .u-tab-mr-50 {
    margin-right: 400px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mr--20 {
    margin-right: -160px !important;
  }
  .u-sp-mr--19 {
    margin-right: -152px !important;
  }
  .u-sp-mr--18 {
    margin-right: -144px !important;
  }
  .u-sp-mr--17 {
    margin-right: -136px !important;
  }
  .u-sp-mr--16 {
    margin-right: -128px !important;
  }
  .u-sp-mr--15 {
    margin-right: -120px !important;
  }
  .u-sp-mr--14 {
    margin-right: -112px !important;
  }
  .u-sp-mr--13 {
    margin-right: -104px !important;
  }
  .u-sp-mr--12 {
    margin-right: -96px !important;
  }
  .u-sp-mr--11 {
    margin-right: -88px !important;
  }
  .u-sp-mr--10 {
    margin-right: -80px !important;
  }
  .u-sp-mr--9 {
    margin-right: -72px !important;
  }
  .u-sp-mr--8 {
    margin-right: -64px !important;
  }
  .u-sp-mr--7 {
    margin-right: -56px !important;
  }
  .u-sp-mr--6 {
    margin-right: -48px !important;
  }
  .u-sp-mr--5 {
    margin-right: -40px !important;
  }
  .u-sp-mr--4 {
    margin-right: -32px !important;
  }
  .u-sp-mr--3 {
    margin-right: -24px !important;
  }
  .u-sp-mr--2 {
    margin-right: -16px !important;
  }
  .u-sp-mr--1 {
    margin-right: -8px !important;
  }
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mr-1 {
    margin-right: 8px !important;
  }
  .u-sp-mr-2 {
    margin-right: 16px !important;
  }
  .u-sp-mr-3 {
    margin-right: 24px !important;
  }
  .u-sp-mr-4 {
    margin-right: 32px !important;
  }
  .u-sp-mr-5 {
    margin-right: 40px !important;
  }
  .u-sp-mr-6 {
    margin-right: 48px !important;
  }
  .u-sp-mr-7 {
    margin-right: 56px !important;
  }
  .u-sp-mr-8 {
    margin-right: 64px !important;
  }
  .u-sp-mr-9 {
    margin-right: 72px !important;
  }
  .u-sp-mr-10 {
    margin-right: 80px !important;
  }
  .u-sp-mr-11 {
    margin-right: 88px !important;
  }
  .u-sp-mr-12 {
    margin-right: 96px !important;
  }
  .u-sp-mr-13 {
    margin-right: 104px !important;
  }
  .u-sp-mr-14 {
    margin-right: 112px !important;
  }
  .u-sp-mr-15 {
    margin-right: 120px !important;
  }
  .u-sp-mr-16 {
    margin-right: 128px !important;
  }
  .u-sp-mr-17 {
    margin-right: 136px !important;
  }
  .u-sp-mr-18 {
    margin-right: 144px !important;
  }
  .u-sp-mr-19 {
    margin-right: 152px !important;
  }
  .u-sp-mr-20 {
    margin-right: 160px !important;
  }
  .u-sp-mr-21 {
    margin-right: 168px !important;
  }
  .u-sp-mr-22 {
    margin-right: 176px !important;
  }
  .u-sp-mr-23 {
    margin-right: 184px !important;
  }
  .u-sp-mr-24 {
    margin-right: 192px !important;
  }
  .u-sp-mr-25 {
    margin-right: 200px !important;
  }
  .u-sp-mr-26 {
    margin-right: 208px !important;
  }
  .u-sp-mr-27 {
    margin-right: 216px !important;
  }
  .u-sp-mr-28 {
    margin-right: 224px !important;
  }
  .u-sp-mr-29 {
    margin-right: 232px !important;
  }
  .u-sp-mr-30 {
    margin-right: 240px !important;
  }
  .u-sp-mr-31 {
    margin-right: 248px !important;
  }
  .u-sp-mr-32 {
    margin-right: 256px !important;
  }
  .u-sp-mr-33 {
    margin-right: 264px !important;
  }
  .u-sp-mr-34 {
    margin-right: 272px !important;
  }
  .u-sp-mr-35 {
    margin-right: 280px !important;
  }
  .u-sp-mr-36 {
    margin-right: 288px !important;
  }
  .u-sp-mr-37 {
    margin-right: 296px !important;
  }
  .u-sp-mr-38 {
    margin-right: 304px !important;
  }
  .u-sp-mr-39 {
    margin-right: 312px !important;
  }
  .u-sp-mr-40 {
    margin-right: 320px !important;
  }
  .u-sp-mr-41 {
    margin-right: 328px !important;
  }
  .u-sp-mr-42 {
    margin-right: 336px !important;
  }
  .u-sp-mr-43 {
    margin-right: 344px !important;
  }
  .u-sp-mr-44 {
    margin-right: 352px !important;
  }
  .u-sp-mr-45 {
    margin-right: 360px !important;
  }
  .u-sp-mr-46 {
    margin-right: 368px !important;
  }
  .u-sp-mr-47 {
    margin-right: 376px !important;
  }
  .u-sp-mr-48 {
    margin-right: 384px !important;
  }
  .u-sp-mr-49 {
    margin-right: 392px !important;
  }
  .u-sp-mr-50 {
    margin-right: 400px !important;
  }
}
.u-mb--20 {
  margin-bottom: -160px !important;
}

.u-mb--19 {
  margin-bottom: -152px !important;
}

.u-mb--18 {
  margin-bottom: -144px !important;
}

.u-mb--17 {
  margin-bottom: -136px !important;
}

.u-mb--16 {
  margin-bottom: -128px !important;
}

.u-mb--15 {
  margin-bottom: -120px !important;
}

.u-mb--14 {
  margin-bottom: -112px !important;
}

.u-mb--13 {
  margin-bottom: -104px !important;
}

.u-mb--12 {
  margin-bottom: -96px !important;
}

.u-mb--11 {
  margin-bottom: -88px !important;
}

.u-mb--10 {
  margin-bottom: -80px !important;
}

.u-mb--9 {
  margin-bottom: -72px !important;
}

.u-mb--8 {
  margin-bottom: -64px !important;
}

.u-mb--7 {
  margin-bottom: -56px !important;
}

.u-mb--6 {
  margin-bottom: -48px !important;
}

.u-mb--5 {
  margin-bottom: -40px !important;
}

.u-mb--4 {
  margin-bottom: -32px !important;
}

.u-mb--3 {
  margin-bottom: -24px !important;
}

.u-mb--2 {
  margin-bottom: -16px !important;
}

.u-mb--1 {
  margin-bottom: -8px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-1 {
  margin-bottom: 8px !important;
}

.u-mb-2 {
  margin-bottom: 16px !important;
}

.u-mb-3 {
  margin-bottom: 24px !important;
}

.u-mb-4 {
  margin-bottom: 32px !important;
}

.u-mb-5 {
  margin-bottom: 40px !important;
}

.u-mb-6 {
  margin-bottom: 48px !important;
}

.u-mb-7 {
  margin-bottom: 56px !important;
}

.u-mb-8 {
  margin-bottom: 64px !important;
}

.u-mb-9 {
  margin-bottom: 72px !important;
}

.u-mb-10 {
  margin-bottom: 80px !important;
}

.u-mb-11 {
  margin-bottom: 88px !important;
}

.u-mb-12 {
  margin-bottom: 96px !important;
}

.u-mb-13 {
  margin-bottom: 104px !important;
}

.u-mb-14 {
  margin-bottom: 112px !important;
}

.u-mb-15 {
  margin-bottom: 120px !important;
}

.u-mb-16 {
  margin-bottom: 128px !important;
}

.u-mb-17 {
  margin-bottom: 136px !important;
}

.u-mb-18 {
  margin-bottom: 144px !important;
}

.u-mb-19 {
  margin-bottom: 152px !important;
}

.u-mb-20 {
  margin-bottom: 160px !important;
}

.u-mb-21 {
  margin-bottom: 168px !important;
}

.u-mb-22 {
  margin-bottom: 176px !important;
}

.u-mb-23 {
  margin-bottom: 184px !important;
}

.u-mb-24 {
  margin-bottom: 192px !important;
}

.u-mb-25 {
  margin-bottom: 200px !important;
}

.u-mb-26 {
  margin-bottom: 208px !important;
}

.u-mb-27 {
  margin-bottom: 216px !important;
}

.u-mb-28 {
  margin-bottom: 224px !important;
}

.u-mb-29 {
  margin-bottom: 232px !important;
}

.u-mb-30 {
  margin-bottom: 240px !important;
}

.u-mb-31 {
  margin-bottom: 248px !important;
}

.u-mb-32 {
  margin-bottom: 256px !important;
}

.u-mb-33 {
  margin-bottom: 264px !important;
}

.u-mb-34 {
  margin-bottom: 272px !important;
}

.u-mb-35 {
  margin-bottom: 280px !important;
}

.u-mb-36 {
  margin-bottom: 288px !important;
}

.u-mb-37 {
  margin-bottom: 296px !important;
}

.u-mb-38 {
  margin-bottom: 304px !important;
}

.u-mb-39 {
  margin-bottom: 312px !important;
}

.u-mb-40 {
  margin-bottom: 320px !important;
}

.u-mb-41 {
  margin-bottom: 328px !important;
}

.u-mb-42 {
  margin-bottom: 336px !important;
}

.u-mb-43 {
  margin-bottom: 344px !important;
}

.u-mb-44 {
  margin-bottom: 352px !important;
}

.u-mb-45 {
  margin-bottom: 360px !important;
}

.u-mb-46 {
  margin-bottom: 368px !important;
}

.u-mb-47 {
  margin-bottom: 376px !important;
}

.u-mb-48 {
  margin-bottom: 384px !important;
}

.u-mb-49 {
  margin-bottom: 392px !important;
}

.u-mb-50 {
  margin-bottom: 400px !important;
}

@media screen and (max-width: 1200px) {
  .u-tab-mb--20 {
    margin-bottom: -160px !important;
  }
  .u-tab-mb--19 {
    margin-bottom: -152px !important;
  }
  .u-tab-mb--18 {
    margin-bottom: -144px !important;
  }
  .u-tab-mb--17 {
    margin-bottom: -136px !important;
  }
  .u-tab-mb--16 {
    margin-bottom: -128px !important;
  }
  .u-tab-mb--15 {
    margin-bottom: -120px !important;
  }
  .u-tab-mb--14 {
    margin-bottom: -112px !important;
  }
  .u-tab-mb--13 {
    margin-bottom: -104px !important;
  }
  .u-tab-mb--12 {
    margin-bottom: -96px !important;
  }
  .u-tab-mb--11 {
    margin-bottom: -88px !important;
  }
  .u-tab-mb--10 {
    margin-bottom: -80px !important;
  }
  .u-tab-mb--9 {
    margin-bottom: -72px !important;
  }
  .u-tab-mb--8 {
    margin-bottom: -64px !important;
  }
  .u-tab-mb--7 {
    margin-bottom: -56px !important;
  }
  .u-tab-mb--6 {
    margin-bottom: -48px !important;
  }
  .u-tab-mb--5 {
    margin-bottom: -40px !important;
  }
  .u-tab-mb--4 {
    margin-bottom: -32px !important;
  }
  .u-tab-mb--3 {
    margin-bottom: -24px !important;
  }
  .u-tab-mb--2 {
    margin-bottom: -16px !important;
  }
  .u-tab-mb--1 {
    margin-bottom: -8px !important;
  }
  .u-tab-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 8px !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 16px !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 24px !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 32px !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 40px !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 48px !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 56px !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 64px !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 72px !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 80px !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 88px !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 96px !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 104px !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 112px !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 120px !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 128px !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 136px !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 144px !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 152px !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 160px !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 168px !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 176px !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 184px !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 192px !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 200px !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 208px !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 216px !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 224px !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 232px !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 240px !important;
  }
  .u-tab-mb-31 {
    margin-bottom: 248px !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 256px !important;
  }
  .u-tab-mb-33 {
    margin-bottom: 264px !important;
  }
  .u-tab-mb-34 {
    margin-bottom: 272px !important;
  }
  .u-tab-mb-35 {
    margin-bottom: 280px !important;
  }
  .u-tab-mb-36 {
    margin-bottom: 288px !important;
  }
  .u-tab-mb-37 {
    margin-bottom: 296px !important;
  }
  .u-tab-mb-38 {
    margin-bottom: 304px !important;
  }
  .u-tab-mb-39 {
    margin-bottom: 312px !important;
  }
  .u-tab-mb-40 {
    margin-bottom: 320px !important;
  }
  .u-tab-mb-41 {
    margin-bottom: 328px !important;
  }
  .u-tab-mb-42 {
    margin-bottom: 336px !important;
  }
  .u-tab-mb-43 {
    margin-bottom: 344px !important;
  }
  .u-tab-mb-44 {
    margin-bottom: 352px !important;
  }
  .u-tab-mb-45 {
    margin-bottom: 360px !important;
  }
  .u-tab-mb-46 {
    margin-bottom: 368px !important;
  }
  .u-tab-mb-47 {
    margin-bottom: 376px !important;
  }
  .u-tab-mb-48 {
    margin-bottom: 384px !important;
  }
  .u-tab-mb-49 {
    margin-bottom: 392px !important;
  }
  .u-tab-mb-50 {
    margin-bottom: 400px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mb--20 {
    margin-bottom: -160px !important;
  }
  .u-sp-mb--19 {
    margin-bottom: -152px !important;
  }
  .u-sp-mb--18 {
    margin-bottom: -144px !important;
  }
  .u-sp-mb--17 {
    margin-bottom: -136px !important;
  }
  .u-sp-mb--16 {
    margin-bottom: -128px !important;
  }
  .u-sp-mb--15 {
    margin-bottom: -120px !important;
  }
  .u-sp-mb--14 {
    margin-bottom: -112px !important;
  }
  .u-sp-mb--13 {
    margin-bottom: -104px !important;
  }
  .u-sp-mb--12 {
    margin-bottom: -96px !important;
  }
  .u-sp-mb--11 {
    margin-bottom: -88px !important;
  }
  .u-sp-mb--10 {
    margin-bottom: -80px !important;
  }
  .u-sp-mb--9 {
    margin-bottom: -72px !important;
  }
  .u-sp-mb--8 {
    margin-bottom: -64px !important;
  }
  .u-sp-mb--7 {
    margin-bottom: -56px !important;
  }
  .u-sp-mb--6 {
    margin-bottom: -48px !important;
  }
  .u-sp-mb--5 {
    margin-bottom: -40px !important;
  }
  .u-sp-mb--4 {
    margin-bottom: -32px !important;
  }
  .u-sp-mb--3 {
    margin-bottom: -24px !important;
  }
  .u-sp-mb--2 {
    margin-bottom: -16px !important;
  }
  .u-sp-mb--1 {
    margin-bottom: -8px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 8px !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 16px !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 24px !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 32px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 48px !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 56px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 64px !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 72px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 88px !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 96px !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 104px !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 112px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 120px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 128px !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 136px !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 144px !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 152px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 160px !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 168px !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 176px !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 184px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 192px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 200px !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 208px !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 216px !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 224px !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 232px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 240px !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 248px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 256px !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 264px !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 272px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 280px !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 288px !important;
  }
  .u-sp-mb-37 {
    margin-bottom: 296px !important;
  }
  .u-sp-mb-38 {
    margin-bottom: 304px !important;
  }
  .u-sp-mb-39 {
    margin-bottom: 312px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 320px !important;
  }
  .u-sp-mb-41 {
    margin-bottom: 328px !important;
  }
  .u-sp-mb-42 {
    margin-bottom: 336px !important;
  }
  .u-sp-mb-43 {
    margin-bottom: 344px !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 352px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 360px !important;
  }
  .u-sp-mb-46 {
    margin-bottom: 368px !important;
  }
  .u-sp-mb-47 {
    margin-bottom: 376px !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 384px !important;
  }
  .u-sp-mb-49 {
    margin-bottom: 392px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 400px !important;
  }
}
.u-ml--20 {
  margin-left: -160px !important;
}

.u-ml--19 {
  margin-left: -152px !important;
}

.u-ml--18 {
  margin-left: -144px !important;
}

.u-ml--17 {
  margin-left: -136px !important;
}

.u-ml--16 {
  margin-left: -128px !important;
}

.u-ml--15 {
  margin-left: -120px !important;
}

.u-ml--14 {
  margin-left: -112px !important;
}

.u-ml--13 {
  margin-left: -104px !important;
}

.u-ml--12 {
  margin-left: -96px !important;
}

.u-ml--11 {
  margin-left: -88px !important;
}

.u-ml--10 {
  margin-left: -80px !important;
}

.u-ml--9 {
  margin-left: -72px !important;
}

.u-ml--8 {
  margin-left: -64px !important;
}

.u-ml--7 {
  margin-left: -56px !important;
}

.u-ml--6 {
  margin-left: -48px !important;
}

.u-ml--5 {
  margin-left: -40px !important;
}

.u-ml--4 {
  margin-left: -32px !important;
}

.u-ml--3 {
  margin-left: -24px !important;
}

.u-ml--2 {
  margin-left: -16px !important;
}

.u-ml--1 {
  margin-left: -8px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-1 {
  margin-left: 8px !important;
}

.u-ml-2 {
  margin-left: 16px !important;
}

.u-ml-3 {
  margin-left: 24px !important;
}

.u-ml-4 {
  margin-left: 32px !important;
}

.u-ml-5 {
  margin-left: 40px !important;
}

.u-ml-6 {
  margin-left: 48px !important;
}

.u-ml-7 {
  margin-left: 56px !important;
}

.u-ml-8 {
  margin-left: 64px !important;
}

.u-ml-9 {
  margin-left: 72px !important;
}

.u-ml-10 {
  margin-left: 80px !important;
}

.u-ml-11 {
  margin-left: 88px !important;
}

.u-ml-12 {
  margin-left: 96px !important;
}

.u-ml-13 {
  margin-left: 104px !important;
}

.u-ml-14 {
  margin-left: 112px !important;
}

.u-ml-15 {
  margin-left: 120px !important;
}

.u-ml-16 {
  margin-left: 128px !important;
}

.u-ml-17 {
  margin-left: 136px !important;
}

.u-ml-18 {
  margin-left: 144px !important;
}

.u-ml-19 {
  margin-left: 152px !important;
}

.u-ml-20 {
  margin-left: 160px !important;
}

.u-ml-21 {
  margin-left: 168px !important;
}

.u-ml-22 {
  margin-left: 176px !important;
}

.u-ml-23 {
  margin-left: 184px !important;
}

.u-ml-24 {
  margin-left: 192px !important;
}

.u-ml-25 {
  margin-left: 200px !important;
}

.u-ml-26 {
  margin-left: 208px !important;
}

.u-ml-27 {
  margin-left: 216px !important;
}

.u-ml-28 {
  margin-left: 224px !important;
}

.u-ml-29 {
  margin-left: 232px !important;
}

.u-ml-30 {
  margin-left: 240px !important;
}

.u-ml-31 {
  margin-left: 248px !important;
}

.u-ml-32 {
  margin-left: 256px !important;
}

.u-ml-33 {
  margin-left: 264px !important;
}

.u-ml-34 {
  margin-left: 272px !important;
}

.u-ml-35 {
  margin-left: 280px !important;
}

.u-ml-36 {
  margin-left: 288px !important;
}

.u-ml-37 {
  margin-left: 296px !important;
}

.u-ml-38 {
  margin-left: 304px !important;
}

.u-ml-39 {
  margin-left: 312px !important;
}

.u-ml-40 {
  margin-left: 320px !important;
}

.u-ml-41 {
  margin-left: 328px !important;
}

.u-ml-42 {
  margin-left: 336px !important;
}

.u-ml-43 {
  margin-left: 344px !important;
}

.u-ml-44 {
  margin-left: 352px !important;
}

.u-ml-45 {
  margin-left: 360px !important;
}

.u-ml-46 {
  margin-left: 368px !important;
}

.u-ml-47 {
  margin-left: 376px !important;
}

.u-ml-48 {
  margin-left: 384px !important;
}

.u-ml-49 {
  margin-left: 392px !important;
}

.u-ml-50 {
  margin-left: 400px !important;
}

@media screen and (max-width: 1200px) {
  .u-tab-ml--20 {
    margin-left: -160px !important;
  }
  .u-tab-ml--19 {
    margin-left: -152px !important;
  }
  .u-tab-ml--18 {
    margin-left: -144px !important;
  }
  .u-tab-ml--17 {
    margin-left: -136px !important;
  }
  .u-tab-ml--16 {
    margin-left: -128px !important;
  }
  .u-tab-ml--15 {
    margin-left: -120px !important;
  }
  .u-tab-ml--14 {
    margin-left: -112px !important;
  }
  .u-tab-ml--13 {
    margin-left: -104px !important;
  }
  .u-tab-ml--12 {
    margin-left: -96px !important;
  }
  .u-tab-ml--11 {
    margin-left: -88px !important;
  }
  .u-tab-ml--10 {
    margin-left: -80px !important;
  }
  .u-tab-ml--9 {
    margin-left: -72px !important;
  }
  .u-tab-ml--8 {
    margin-left: -64px !important;
  }
  .u-tab-ml--7 {
    margin-left: -56px !important;
  }
  .u-tab-ml--6 {
    margin-left: -48px !important;
  }
  .u-tab-ml--5 {
    margin-left: -40px !important;
  }
  .u-tab-ml--4 {
    margin-left: -32px !important;
  }
  .u-tab-ml--3 {
    margin-left: -24px !important;
  }
  .u-tab-ml--2 {
    margin-left: -16px !important;
  }
  .u-tab-ml--1 {
    margin-left: -8px !important;
  }
  .u-tab-ml-0 {
    margin-left: 0px !important;
  }
  .u-tab-ml-1 {
    margin-left: 8px !important;
  }
  .u-tab-ml-2 {
    margin-left: 16px !important;
  }
  .u-tab-ml-3 {
    margin-left: 24px !important;
  }
  .u-tab-ml-4 {
    margin-left: 32px !important;
  }
  .u-tab-ml-5 {
    margin-left: 40px !important;
  }
  .u-tab-ml-6 {
    margin-left: 48px !important;
  }
  .u-tab-ml-7 {
    margin-left: 56px !important;
  }
  .u-tab-ml-8 {
    margin-left: 64px !important;
  }
  .u-tab-ml-9 {
    margin-left: 72px !important;
  }
  .u-tab-ml-10 {
    margin-left: 80px !important;
  }
  .u-tab-ml-11 {
    margin-left: 88px !important;
  }
  .u-tab-ml-12 {
    margin-left: 96px !important;
  }
  .u-tab-ml-13 {
    margin-left: 104px !important;
  }
  .u-tab-ml-14 {
    margin-left: 112px !important;
  }
  .u-tab-ml-15 {
    margin-left: 120px !important;
  }
  .u-tab-ml-16 {
    margin-left: 128px !important;
  }
  .u-tab-ml-17 {
    margin-left: 136px !important;
  }
  .u-tab-ml-18 {
    margin-left: 144px !important;
  }
  .u-tab-ml-19 {
    margin-left: 152px !important;
  }
  .u-tab-ml-20 {
    margin-left: 160px !important;
  }
  .u-tab-ml-21 {
    margin-left: 168px !important;
  }
  .u-tab-ml-22 {
    margin-left: 176px !important;
  }
  .u-tab-ml-23 {
    margin-left: 184px !important;
  }
  .u-tab-ml-24 {
    margin-left: 192px !important;
  }
  .u-tab-ml-25 {
    margin-left: 200px !important;
  }
  .u-tab-ml-26 {
    margin-left: 208px !important;
  }
  .u-tab-ml-27 {
    margin-left: 216px !important;
  }
  .u-tab-ml-28 {
    margin-left: 224px !important;
  }
  .u-tab-ml-29 {
    margin-left: 232px !important;
  }
  .u-tab-ml-30 {
    margin-left: 240px !important;
  }
  .u-tab-ml-31 {
    margin-left: 248px !important;
  }
  .u-tab-ml-32 {
    margin-left: 256px !important;
  }
  .u-tab-ml-33 {
    margin-left: 264px !important;
  }
  .u-tab-ml-34 {
    margin-left: 272px !important;
  }
  .u-tab-ml-35 {
    margin-left: 280px !important;
  }
  .u-tab-ml-36 {
    margin-left: 288px !important;
  }
  .u-tab-ml-37 {
    margin-left: 296px !important;
  }
  .u-tab-ml-38 {
    margin-left: 304px !important;
  }
  .u-tab-ml-39 {
    margin-left: 312px !important;
  }
  .u-tab-ml-40 {
    margin-left: 320px !important;
  }
  .u-tab-ml-41 {
    margin-left: 328px !important;
  }
  .u-tab-ml-42 {
    margin-left: 336px !important;
  }
  .u-tab-ml-43 {
    margin-left: 344px !important;
  }
  .u-tab-ml-44 {
    margin-left: 352px !important;
  }
  .u-tab-ml-45 {
    margin-left: 360px !important;
  }
  .u-tab-ml-46 {
    margin-left: 368px !important;
  }
  .u-tab-ml-47 {
    margin-left: 376px !important;
  }
  .u-tab-ml-48 {
    margin-left: 384px !important;
  }
  .u-tab-ml-49 {
    margin-left: 392px !important;
  }
  .u-tab-ml-50 {
    margin-left: 400px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-ml--20 {
    margin-left: -160px !important;
  }
  .u-sp-ml--19 {
    margin-left: -152px !important;
  }
  .u-sp-ml--18 {
    margin-left: -144px !important;
  }
  .u-sp-ml--17 {
    margin-left: -136px !important;
  }
  .u-sp-ml--16 {
    margin-left: -128px !important;
  }
  .u-sp-ml--15 {
    margin-left: -120px !important;
  }
  .u-sp-ml--14 {
    margin-left: -112px !important;
  }
  .u-sp-ml--13 {
    margin-left: -104px !important;
  }
  .u-sp-ml--12 {
    margin-left: -96px !important;
  }
  .u-sp-ml--11 {
    margin-left: -88px !important;
  }
  .u-sp-ml--10 {
    margin-left: -80px !important;
  }
  .u-sp-ml--9 {
    margin-left: -72px !important;
  }
  .u-sp-ml--8 {
    margin-left: -64px !important;
  }
  .u-sp-ml--7 {
    margin-left: -56px !important;
  }
  .u-sp-ml--6 {
    margin-left: -48px !important;
  }
  .u-sp-ml--5 {
    margin-left: -40px !important;
  }
  .u-sp-ml--4 {
    margin-left: -32px !important;
  }
  .u-sp-ml--3 {
    margin-left: -24px !important;
  }
  .u-sp-ml--2 {
    margin-left: -16px !important;
  }
  .u-sp-ml--1 {
    margin-left: -8px !important;
  }
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-ml-1 {
    margin-left: 8px !important;
  }
  .u-sp-ml-2 {
    margin-left: 16px !important;
  }
  .u-sp-ml-3 {
    margin-left: 24px !important;
  }
  .u-sp-ml-4 {
    margin-left: 32px !important;
  }
  .u-sp-ml-5 {
    margin-left: 40px !important;
  }
  .u-sp-ml-6 {
    margin-left: 48px !important;
  }
  .u-sp-ml-7 {
    margin-left: 56px !important;
  }
  .u-sp-ml-8 {
    margin-left: 64px !important;
  }
  .u-sp-ml-9 {
    margin-left: 72px !important;
  }
  .u-sp-ml-10 {
    margin-left: 80px !important;
  }
  .u-sp-ml-11 {
    margin-left: 88px !important;
  }
  .u-sp-ml-12 {
    margin-left: 96px !important;
  }
  .u-sp-ml-13 {
    margin-left: 104px !important;
  }
  .u-sp-ml-14 {
    margin-left: 112px !important;
  }
  .u-sp-ml-15 {
    margin-left: 120px !important;
  }
  .u-sp-ml-16 {
    margin-left: 128px !important;
  }
  .u-sp-ml-17 {
    margin-left: 136px !important;
  }
  .u-sp-ml-18 {
    margin-left: 144px !important;
  }
  .u-sp-ml-19 {
    margin-left: 152px !important;
  }
  .u-sp-ml-20 {
    margin-left: 160px !important;
  }
  .u-sp-ml-21 {
    margin-left: 168px !important;
  }
  .u-sp-ml-22 {
    margin-left: 176px !important;
  }
  .u-sp-ml-23 {
    margin-left: 184px !important;
  }
  .u-sp-ml-24 {
    margin-left: 192px !important;
  }
  .u-sp-ml-25 {
    margin-left: 200px !important;
  }
  .u-sp-ml-26 {
    margin-left: 208px !important;
  }
  .u-sp-ml-27 {
    margin-left: 216px !important;
  }
  .u-sp-ml-28 {
    margin-left: 224px !important;
  }
  .u-sp-ml-29 {
    margin-left: 232px !important;
  }
  .u-sp-ml-30 {
    margin-left: 240px !important;
  }
  .u-sp-ml-31 {
    margin-left: 248px !important;
  }
  .u-sp-ml-32 {
    margin-left: 256px !important;
  }
  .u-sp-ml-33 {
    margin-left: 264px !important;
  }
  .u-sp-ml-34 {
    margin-left: 272px !important;
  }
  .u-sp-ml-35 {
    margin-left: 280px !important;
  }
  .u-sp-ml-36 {
    margin-left: 288px !important;
  }
  .u-sp-ml-37 {
    margin-left: 296px !important;
  }
  .u-sp-ml-38 {
    margin-left: 304px !important;
  }
  .u-sp-ml-39 {
    margin-left: 312px !important;
  }
  .u-sp-ml-40 {
    margin-left: 320px !important;
  }
  .u-sp-ml-41 {
    margin-left: 328px !important;
  }
  .u-sp-ml-42 {
    margin-left: 336px !important;
  }
  .u-sp-ml-43 {
    margin-left: 344px !important;
  }
  .u-sp-ml-44 {
    margin-left: 352px !important;
  }
  .u-sp-ml-45 {
    margin-left: 360px !important;
  }
  .u-sp-ml-46 {
    margin-left: 368px !important;
  }
  .u-sp-ml-47 {
    margin-left: 376px !important;
  }
  .u-sp-ml-48 {
    margin-left: 384px !important;
  }
  .u-sp-ml-49 {
    margin-left: 392px !important;
  }
  .u-sp-ml-50 {
    margin-left: 400px !important;
  }
}
/* 文字を操作する系ユーティリティ */
.u-gothic {
  font-family: var(--color-font);
}

.u-font-ss {
  font-size: 12px !important;
}

.u-font-s {
  font-size: 14px !important;
}

.u-font-m {
  font-size: 16px !important;
}

.u-font-l {
  font-size: 18px !important;
}

.u-font-ll {
  font-size: 20px !important;
}

.u-font10 {
  font-size: 10px !important;
}

.u-font11 {
  font-size: 11px !important;
}

.u-font12 {
  font-size: 12px !important;
}

.u-font13 {
  font-size: 13px !important;
}

.u-font14 {
  font-size: 14px !important;
}

.u-font15 {
  font-size: 15px !important;
}

.u-font16 {
  font-size: 16px !important;
}

.u-font17 {
  font-size: 17px !important;
}

.u-font18 {
  font-size: 18px !important;
}

.u-font19 {
  font-size: 19px !important;
}

.u-font20 {
  font-size: 20px !important;
}

.u-font21 {
  font-size: 21px !important;
}

.u-font22 {
  font-size: 22px !important;
}

.u-font23 {
  font-size: 23px !important;
}

.u-font24 {
  font-size: 24px !important;
}

.u-font25 {
  font-size: 25px !important;
}

.u-font26 {
  font-size: 26px !important;
}

.u-font27 {
  font-size: 27px !important;
}

.u-font28 {
  font-size: 28px !important;
}

.u-font29 {
  font-size: 29px !important;
}

.u-font30 {
  font-size: 30px !important;
}

.u-font31 {
  font-size: 31px !important;
}

.u-font32 {
  font-size: 32px !important;
}

.u-font33 {
  font-size: 33px !important;
}

.u-font34 {
  font-size: 34px !important;
}

.u-font35 {
  font-size: 35px !important;
}

.u-font36 {
  font-size: 36px !important;
}

.u-font37 {
  font-size: 37px !important;
}

.u-font38 {
  font-size: 38px !important;
}

.u-font39 {
  font-size: 39px !important;
}

.u-font40 {
  font-size: 40px !important;
}

@media screen and (max-width: 1200px) {
  .u-tab-font0 {
    font-size: 0px !important;
  }
  .u-tab-font1 {
    font-size: 1px !important;
  }
  .u-tab-font2 {
    font-size: 2px !important;
  }
  .u-tab-font3 {
    font-size: 3px !important;
  }
  .u-tab-font4 {
    font-size: 4px !important;
  }
  .u-tab-font5 {
    font-size: 5px !important;
  }
  .u-tab-font6 {
    font-size: 6px !important;
  }
  .u-tab-font7 {
    font-size: 7px !important;
  }
  .u-tab-font8 {
    font-size: 8px !important;
  }
  .u-tab-font9 {
    font-size: 9px !important;
  }
  .u-tab-font10 {
    font-size: 10px !important;
  }
  .u-tab-font11 {
    font-size: 11px !important;
  }
  .u-tab-font12 {
    font-size: 12px !important;
  }
  .u-tab-font13 {
    font-size: 13px !important;
  }
  .u-tab-font14 {
    font-size: 14px !important;
  }
  .u-tab-font15 {
    font-size: 15px !important;
  }
  .u-tab-font16 {
    font-size: 16px !important;
  }
  .u-tab-font17 {
    font-size: 17px !important;
  }
  .u-tab-font18 {
    font-size: 18px !important;
  }
  .u-tab-font19 {
    font-size: 19px !important;
  }
  .u-tab-font20 {
    font-size: 20px !important;
  }
  .u-tab-font21 {
    font-size: 21px !important;
  }
  .u-tab-font22 {
    font-size: 22px !important;
  }
  .u-tab-font23 {
    font-size: 23px !important;
  }
  .u-tab-font24 {
    font-size: 24px !important;
  }
  .u-tab-font25 {
    font-size: 25px !important;
  }
  .u-tab-font26 {
    font-size: 26px !important;
  }
  .u-tab-font27 {
    font-size: 27px !important;
  }
  .u-tab-font28 {
    font-size: 28px !important;
  }
  .u-tab-font29 {
    font-size: 29px !important;
  }
  .u-tab-font30 {
    font-size: 30px !important;
  }
  .u-tab-font31 {
    font-size: 31px !important;
  }
  .u-tab-font32 {
    font-size: 32px !important;
  }
  .u-tab-font33 {
    font-size: 33px !important;
  }
  .u-tab-font34 {
    font-size: 34px !important;
  }
  .u-tab-font35 {
    font-size: 35px !important;
  }
  .u-tab-font36 {
    font-size: 36px !important;
  }
  .u-tab-font37 {
    font-size: 37px !important;
  }
  .u-tab-font38 {
    font-size: 38px !important;
  }
  .u-tab-font39 {
    font-size: 39px !important;
  }
  .u-tab-font40 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0px !important;
  }
  .u-sp-font1 {
    font-size: 1px !important;
  }
  .u-sp-font2 {
    font-size: 2px !important;
  }
  .u-sp-font3 {
    font-size: 3px !important;
  }
  .u-sp-font4 {
    font-size: 4px !important;
  }
  .u-sp-font5 {
    font-size: 5px !important;
  }
  .u-sp-font6 {
    font-size: 6px !important;
  }
  .u-sp-font7 {
    font-size: 7px !important;
  }
  .u-sp-font8 {
    font-size: 8px !important;
  }
  .u-sp-font9 {
    font-size: 9px !important;
  }
  .u-sp-font10 {
    font-size: 10px !important;
  }
  .u-sp-font11 {
    font-size: 11px !important;
  }
  .u-sp-font12 {
    font-size: 12px !important;
  }
  .u-sp-font13 {
    font-size: 13px !important;
  }
  .u-sp-font14 {
    font-size: 14px !important;
  }
  .u-sp-font15 {
    font-size: 15px !important;
  }
  .u-sp-font16 {
    font-size: 16px !important;
  }
  .u-sp-font17 {
    font-size: 17px !important;
  }
  .u-sp-font18 {
    font-size: 18px !important;
  }
  .u-sp-font19 {
    font-size: 19px !important;
  }
  .u-sp-font20 {
    font-size: 20px !important;
  }
  .u-sp-font21 {
    font-size: 21px !important;
  }
  .u-sp-font22 {
    font-size: 22px !important;
  }
  .u-sp-font23 {
    font-size: 23px !important;
  }
  .u-sp-font24 {
    font-size: 24px !important;
  }
  .u-sp-font25 {
    font-size: 25px !important;
  }
  .u-sp-font26 {
    font-size: 26px !important;
  }
  .u-sp-font27 {
    font-size: 27px !important;
  }
  .u-sp-font28 {
    font-size: 28px !important;
  }
  .u-sp-font29 {
    font-size: 29px !important;
  }
  .u-sp-font30 {
    font-size: 30px !important;
  }
  .u-sp-font31 {
    font-size: 31px !important;
  }
  .u-sp-font32 {
    font-size: 32px !important;
  }
  .u-sp-font33 {
    font-size: 33px !important;
  }
  .u-sp-font34 {
    font-size: 34px !important;
  }
  .u-sp-font35 {
    font-size: 35px !important;
  }
  .u-sp-font36 {
    font-size: 36px !important;
  }
  .u-sp-font37 {
    font-size: 37px !important;
  }
  .u-sp-font38 {
    font-size: 38px !important;
  }
  .u-sp-font39 {
    font-size: 39px !important;
  }
  .u-sp-font40 {
    font-size: 40px !important;
  }
}
.u-fontGreen {
  color: var(--color-green);
}

.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #E36B38;
}

.u-kakko {
  text-indent: -0.5em;
}

.u-normal {
  font-weight: 400 !important;
}

.u-medium {
  font-weight: 500 !important;
}

.u-bold {
  font-weight: 700 !important;
}

.u-semibold {
  font-weight: 600 !important;
}

.u-ls__thin {
  letter-spacing: -0.05em;
}

.u-ls__wide {
  letter-spacing: 0.1em;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

.u-textleft, .textleft, .alignleft {
  text-align: left !important;
}

.u-textcenter, .textcenter, .aligncenter {
  text-align: center !important;
}

.u-textright, .textright, .alignright {
  text-align: right !important;
}

.u-textjustify, .textjustify, .alignjustify {
  text-align: justify !important;
}

@media screen and (max-width: 1200px) {
  .u-tab-textcenter,
  .u-textcenter-tab {
    text-align: center !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-tab-textright,
  .u-textright-tab {
    text-align: right !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-tab-textleft,
  .u-textleft-tab {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textcenter,
  .u-textcenter-sp {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textleft,
  .u-textleft-sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textright,
  .u-textright-sp {
    text-align: right !important;
  }
}

.u-marker-green {
  background: linear-gradient(transparent 45%, #CCEAE2 45%);
}

.u-text-external::after {
  background: url("images/icon-target-blank.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 0 0 6px;
  width: 11px;
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none;
}

@media screen and (max-width: 650px) {
  .u-pc {
    display: none !important;
  }
}

.u-tab {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-tab {
    display: inline-block;
  }
}

@media screen and (max-width: 1200px) {
  .u-tab-none {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 650px) {
  .u-sp {
    display: block !important;
  }
}

.u-small {
  display: none;
}
@media screen and (max-width: 365px) {
  .u-small {
    display: inline-block;
  }
}

@media screen and (max-width: 365px) {
  .u-small-none {
    display: none;
  }
}

/* 居場所がなかったのでここに */
.u-inlineblock {
  display: inline-block;
}

.u-padding0 {
  padding: 0 !important;
}

/* サブページ
------------------------------------*/
[lang=en-US] .p-top-kv .p-top-kv__title {
  font-size: 74px;
  letter-spacing: 7.2px;
}
@media screen and (max-width: 1200px) {
  [lang=en-US] .p-top-kv .p-top-kv__title {
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 650px) {
  [lang=en-US] .p-top-kv .p-top-kv__title {
    font-size: 48px;
    letter-spacing: 1.8px;
  }
}

.p-top-kv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-top-kv .p-top-kv__logo {
  width: 442px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__logo {
    width: 248px;
  }
}
.p-top-kv .p-top-kv__title {
  background: var(--lpixel-gradient-1, linear-gradient(90deg, #00B961 0%, #A8DC43 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 88px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 13.2px;
  line-height: 1;
  margin: 40px auto 20px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-top-kv .p-top-kv__title {
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__title {
    font-size: 48px;
    letter-spacing: 7.2px;
    line-height: 56px;
    margin: 35px auto 0;
  }
}
.p-top-kv .p-top-kv__title em {
  display: inline-block;
  font-style: normal;
}

.p-top-mini-headline {
  color: var(--LPIXEL-Green, #00B961);
  font-family: "DIN-2014";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: -20px !important;
  margin-right: -20px !important;
  padding: 0 32px;
  position: relative;
}
.p-top-mini-headline::after {
  background: url("images/icon-list-mark-cases.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  inset: 0 auto 0 12px;
  width: 10px;
}

.p-top-sample-carousel {
  background: linear-gradient(180deg, #00B961 0%, #A8DC43 100%);
  display: flex;
  line-height: 0;
  margin-left: -20px !important;
  margin-right: -20px !important;
  max-width: none !important;
  overflow: hidden;
  white-space: nowrap;
}
.p-top-sample-carousel .p-top-sample-carousel__inner {
  animation: marquee 90s linear infinite;
}
.p-top-sample-carousel .p-top-sample-carousel__inner img {
  display: inline-block;
  height: auto;
  margin: 0 4px;
  max-width: none;
  width: 360px;
}
@media screen and (max-width: 650px) {
  .p-top-sample-carousel .p-top-sample-carousel__inner img {
    margin: 0 3px;
    width: 270px;
  }
}

.p-top-logo-carousel {
  display: flex;
  line-height: 0;
  margin-left: -20px !important;
  margin-right: -20px !important;
  max-width: none !important;
  overflow: hidden;
  white-space: nowrap;
}
.p-top-logo-carousel .p-top-logo-carousel__inner {
  animation: marquee 60s linear infinite;
}
.p-top-logo-carousel .p-top-logo-carousel__inner img {
  display: inline-block;
  height: 70px;
  margin: 0 30px;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
@media screen and (max-width: 650px) {
  .p-top-logo-carousel .p-top-logo-carousel__inner img {
    height: 50px;
    margin: 0 20px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-top-contents {
  margin: 0 auto;
  max-width: calc(var(--contents-width) - 64px);
}
.p-top-contents .p-top-contents__list.is-2cols {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 16px;
}
@media screen and (max-width: 650px) {
  .p-top-contents .p-top-contents__list.is-2cols {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.p-top-contents .p-top-contents__list.is-3cols {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 24px;
}
@media screen and (max-width: 650px) {
  .p-top-contents .p-top-contents__list.is-3cols {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.p-top-contents .p-top-contents__annotation {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.p-top-summary {
  color: var(--TEXT-Black, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0.9px;
}
.p-top-summary .p-top-summary__title {
  background: var(--lpixel-gradient-1, linear-gradient(90deg, #00B961 0%, #A8DC43 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}
@media screen and (max-width: 650px) {
  .p-top-summary .p-top-summary__title {
    font-size: 28px;
    line-height: normal;
  }
}
.p-top-summary .p-top-summary__title em {
  display: inline-block;
  font-style: normal;
}
.p-top-summary .p-top-summary__text {
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-summary .p-top-summary__text {
    text-align: left;
  }
}

.p-top-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 650px) {
  .p-top-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.p-top-images img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-top-images img {
    aspect-ratio: 8/5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-top-flow-wrapper {
  margin: 0 auto;
  max-width: 1024px;
}
@media screen and (max-width: 650px) {
  .p-top-flow-wrapper {
    padding: 0 20px;
  }
}

.p-top-flow {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-top-flow {
    grid-template-columns: 1fr;
    margin: 0 auto;
    width: 295px;
  }
}
.p-top-flow .p-top-flow__items {
  align-items: center;
  color: var(--LPIXEL-White, #FFF);
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  height: 145px;
  justify-content: center;
  line-height: normal;
  letter-spacing: 1.2px;
  padding: 0 0 0 60px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-top-flow .p-top-flow__items {
    height: 111px;
    padding: 72px 0 0;
    text-align: center;
  }
}
.p-top-flow .p-top-flow__items:nth-child(1) {
  padding: 0 0 0 24px;
}
@media screen and (max-width: 1200px) {
  .p-top-flow .p-top-flow__items:nth-child(1) {
    padding: 24px 0 0;
  }
}
.p-top-flow .p-top-flow__items:nth-child(1) {
  z-index: -1;
}
.p-top-flow .p-top-flow__items:nth-child(1)::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="307" height="145" viewBox="0 0 307 145" fill="none"><path d="M0.499996 0.5L248.891 0.499985L306.36 72.5L248.891 144.5L0.5 144.5L0.499996 0.5Z" fill="%2339B66C" stroke="white" /></svg>');
  display: block;
  height: 145px;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 307px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-top-flow .p-top-flow__items:nth-child(1)::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="295" height="159" viewBox="0 0 295 159" fill="none"><path d="M294.5 0.5V110.511L147.5 158.474L0.5 110.511V0.5H294.5Z" fill="%2339B66C" stroke="white" /></svg>');
    height: 159px;
    inset: 0 auto auto auto;
    width: 295px;
  }
}
.p-top-flow .p-top-flow__items:nth-child(2) {
  z-index: -2;
}
.p-top-flow .p-top-flow__items:nth-child(2)::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="307" height="145" viewBox="0 0 307 145" fill="none"><path d="M0.499996 0.5L248.891 0.499985L306.36 72.5L248.891 144.5L0.5 144.5L0.499996 0.5Z" fill="%232CBC62" stroke="white" /></svg>');
  display: block;
  height: 145px;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 307px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-top-flow .p-top-flow__items:nth-child(2)::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="295" height="159" viewBox="0 0 295 159" fill="none"><path d="M294.5 0.5V110.511L147.5 158.474L0.5 110.511V0.5H294.5Z" fill="%232CBC62" stroke="white" /></svg>');
    height: 159px;
    inset: 0 auto auto auto;
    width: 295px;
  }
}
.p-top-flow .p-top-flow__items:nth-child(3) {
  z-index: -3;
}
.p-top-flow .p-top-flow__items:nth-child(3)::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="307" height="145" viewBox="0 0 307 145" fill="none"><path d="M0.499996 0.5L248.891 0.499985L306.36 72.5L248.891 144.5L0.5 144.5L0.499996 0.5Z" fill="%2372C554" stroke="white" /></svg>');
  display: block;
  height: 145px;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 307px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-top-flow .p-top-flow__items:nth-child(3)::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="295" height="159" viewBox="0 0 295 159" fill="none"><path d="M294.5 0.5V110.511L147.5 158.474L0.5 110.511V0.5H294.5Z" fill="%2372C554" stroke="white" /></svg>');
    height: 159px;
    inset: 0 auto auto auto;
    width: 295px;
  }
}
.p-top-flow .p-top-flow__items:nth-child(4) {
  z-index: -4;
}
.p-top-flow .p-top-flow__items:nth-child(4)::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="307" height="145" viewBox="0 0 307 145" fill="none"><path d="M0.499996 0.5L248.891 0.499985L306.36 72.5L248.891 144.5L0.5 144.5L0.499996 0.5Z" fill="%239BCE42" stroke="white" /></svg>');
  display: block;
  height: 145px;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 307px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-top-flow .p-top-flow__items:nth-child(4)::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="295" height="159" viewBox="0 0 295 159" fill="none"><path d="M294.5 0.5V110.511L147.5 158.474L0.5 110.511V0.5H294.5Z" fill="%239BCE42" stroke="white" /></svg>');
    height: 159px;
    inset: 0 auto auto auto;
    width: 295px;
  }
}
.p-top-flow .p-top-flow__items:nth-child(5) {
  z-index: -5;
}
.p-top-flow .p-top-flow__items:nth-child(5)::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="307" height="145" viewBox="0 0 307 145" fill="none"><path d="M0.499996 0.5L248.891 0.499985L306.36 72.5L248.891 144.5L0.5 144.5L0.499996 0.5Z" fill="%239BCE42" stroke="white" /></svg>');
  display: block;
  height: 145px;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 307px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-top-flow .p-top-flow__items:nth-child(5)::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="295" height="159" viewBox="0 0 295 159" fill="none"><path d="M294.5 0.5V110.511L147.5 158.474L0.5 110.511V0.5H294.5Z" fill="%239BCE42" stroke="white" /></svg>');
    height: 159px;
    inset: 0 auto auto auto;
    width: 295px;
  }
}
.p-top-flow .p-top-flow__items em {
  display: block;
  font-size: 18px;
  font-style: normal;
  line-height: 32px;
}

.p-top-effect-headline {
  color: var(--LPIXEL-Green, #00B961);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  margin: 4px auto;
  text-align: center;
}

.p-top-software {
  box-sizing: border-box;
  display: grid;
  gap: 56px 40px;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .p-top-software {
    grid-template-columns: 1fr;
  }
}
.p-top-software .p-top-software__items {
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
}
.p-top-software .p-top-software__image {
  height: 300px;
  margin: 20px auto 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-top-software .p-top-software__image {
    height: auto;
    margin: 24px auto 0;
  }
}
.p-top-software .p-top-software__image.is-pc {
  display: block;
}
@media screen and (max-width: 650px) {
  .p-top-software .p-top-software__image.is-pc {
    display: none;
  }
}
.p-top-software .p-top-software__image.is-sp {
  display: none;
}
@media screen and (max-width: 650px) {
  .p-top-software .p-top-software__image.is-sp {
    display: block;
  }
}
.p-top-software .p-top-software__image img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.p-top-software .p-top-software__text {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 26px;
  margin: 32px auto 0;
  text-align: left;
}
.p-top-software .p-top-software__button {
  margin: 32px auto 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-software .p-top-software__button {
    margin: 16px auto 0;
  }
}

.p-top-effect {
  display: grid;
  gap: 56px;
  margin: 0 auto;
  max-width: 860px;
}
@media screen and (max-width: 650px) {
  .p-top-effect {
    gap: 32px;
  }
}
.p-top-effect .p-top-effect__items {
  align-items: center;
  display: grid;
  gap: 0 48px;
  grid-template-areas: "icon number title" "icon number text";
  grid-template-columns: 106px 77px 1fr;
}
@media screen and (max-width: 650px) {
  .p-top-effect .p-top-effect__items {
    gap: 0;
    grid-template-columns: 110px 1fr;
    grid-template-areas: "icon icon" "number title" "text text";
  }
}
.p-top-effect .p-top-effect__icon {
  display: block;
  grid-area: icon;
  height: 106px;
  margin: 0 auto;
  width: 106px;
}
.p-top-effect .p-top-effect__icon img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.p-top-effect .p-top-effect__number {
  color: var(--LPIXEL-Green, #00B961);
  font-family: "DIN-2014";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  grid-area: number;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .p-top-effect .p-top-effect__number {
    padding: 0 8px 0 0;
  }
}
.p-top-effect .p-top-effect__title {
  color: var(--LPIXEL-Green, #00B961);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  grid-area: title;
  line-height: normal;
}
.p-top-effect .p-top-effect__title em {
  display: inline-block;
  font-style: normal;
}
.p-top-effect .p-top-effect__text {
  color: var(--TEXT-Black, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  grid-area: text;
  letter-spacing: 0.9px;
  line-height: 34px;
  margin: 12px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-effect .p-top-effect__text {
    margin: 0 0 0;
  }
}

.p-top-experts {
  background: var(--base-light-green-2, #DEF4E8);
  border-radius: 6px;
  padding: 16px;
}
@media screen and (max-width: 650px) {
  .p-top-experts {
    padding: 12px;
  }
}
.p-top-experts .p-top-experts__headline {
  border-radius: 6px 6px 0 0;
  color: var(--LPIXEL-Green, #00B961);
  font-family: "DIN-2014";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-experts .p-top-experts__headline {
    font-size: 28px;
    letter-spacing: 0;
  }
}
.p-top-experts .p-top-experts__list {
  background: rgba(255, 255, 255, 0.8);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  margin: 20px 0 0;
  padding: 32px 48px;
}
@media screen and (max-width: 650px) {
  .p-top-experts .p-top-experts__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    margin: 14px 0 0;
    padding: 20px 26px;
  }
}
.p-top-experts .p-top-experts__name {
  border-bottom: solid 1px var(--LPIXEL-Green, #00B961);
  color: var(--LPIXEL-Green, #00B961);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding: 0 0 10px;
}
.p-top-experts .p-top-experts__text {
  color: var(--TEXT-Black, #222);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin: 16px 0 0;
}

.p-top-wave-separator {
  height: 434px;
  margin-top: -64px;
  margin-right: -20px !important;
  margin-bottom: -152px;
  margin-left: -20px !important;
  max-width: none !important;
  padding: 0 20px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .p-top-wave-separator {
    margin-top: -8px;
    margin-bottom: -48px;
    height: 178px;
  }
}
.p-top-wave-separator::before {
  background: url("images/bg-wave2.png") no-repeat center center/cover;
  content: "";
  display: block;
  height: 434px;
  margin: auto;
  position: absolute;
  inset: 0 -20px;
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .p-top-wave-separator::before {
    background-position: 0 center;
    height: 178px;
  }
}

.p-product-name .p-product-name__title {
  color: var(--TEXT-Black, #222);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px; /* 127.778% */
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-product-name .p-product-name__title {
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: normal;
  }
}
.p-product-name .p-product-name__title em {
  display: inline-block;
  font-style: normal;
}
.p-product-name .p-product-name__title strong,
.p-product-name .p-product-name__title b {
  color: var(--LPIXEL-Green, #00B961);
  display: inline-block;
  font-family: "DIN-2014";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  margin: 20px 0 0;
}
@media screen and (max-width: 650px) {
  .p-product-name .p-product-name__title strong,
  .p-product-name .p-product-name__title b {
    font-size: 36px;
    line-height: normal;
    letter-spacing: 1.8px;
    margin: 16px 0 0;
  }
}
.p-product-name .p-product-name__sub {
  color: var(--TEXT-Black, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0.9px;
  margin: 16px 0 0;
  text-align: center;
}

.p-product-logo {
  display: grid;
  justify-content: center;
  line-height: 0;
  margin: 0 auto;
  max-width: 75%;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-product-logo {
    max-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .p-product-logo.is-square img {
    max-height: 254px;
  }
}
.p-product-logo img {
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .p-product-logo img {
    max-height: 127px;
    width: auto;
  }
}
.p-product-logo figcaption {
  color: var(--LPIXEL-Green, #00B961);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 56px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-product-logo figcaption {
    font-size: 18px;
    margin: 32px 0 0;
  }
}

.p-product-summary {
  display: grid;
  gap: 32px 40px;
  grid-template-columns: 1fr 42%;
}
@media screen and (max-width: 650px) {
  .p-product-summary {
    grid-template-columns: 1fr;
  }
}
.p-product-summary .p-product-summary__body p {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
.p-product-summary .p-product-summary__photo {
  display: block;
  line-height: 0;
}

.p-product-before-after {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 800px) {
  .p-product-before-after {
    flex-direction: column;
    gap: 72px;
  }
}
.p-product-before-after .p-product-before-after__items {
  flex: 1 0 0;
  position: relative;
}
.p-product-before-after .p-product-before-after__items:nth-child(2)::before {
  background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="31" height="64" viewBox="0 0 31 64" fill="none"><path d="M31 32L0.249997 63.1769L0.25 0.823084L31 32Z" fill="%2300B961" /></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 72px;
  margin: auto;
  position: absolute;
  inset: 0 auto 0 -53px;
  width: 41px;
}
@media screen and (max-width: 800px) {
  .p-product-before-after .p-product-before-after__items:nth-child(2)::before {
    rotate: 90deg;
    inset: -72px 0 auto 0;
  }
}
.p-product-before-after .p-product-before-after__items h2,
.p-product-before-after .p-product-before-after__items h3,
.p-product-before-after .p-product-before-after__items h4,
.p-product-before-after .p-product-before-after__items h5 {
  color: var(--TEXT-Black, #222);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-product-before-after .p-product-before-after__items h2,
  .p-product-before-after .p-product-before-after__items h3,
  .p-product-before-after .p-product-before-after__items h4,
  .p-product-before-after .p-product-before-after__items h5 {
    font-size: 18px;
  }
}
.p-product-before-after .p-product-before-after__items figure {
  margin: 21px 0 0;
}
@media screen and (max-width: 650px) {
  .p-product-before-after .p-product-before-after__items figure {
    margin: 12px 0 0;
  }
}
.p-product-before-after .p-product-before-after__items figcaption {
  color: var(--TEXT-Black, #222);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin: 6px 0 0;
}
.p-product-before-after .p-product-before-after__items figcaption strong {
  font-weight: 700;
}
.p-product-before-after .p-product-before-after__items iframe {
  width: 100%;
}

.p-product-core {
  border: 5px solid var(--BUSINESS-Green, #00B961);
  padding: 32px 40px;
}
@media screen and (max-width: 650px) {
  .p-product-core {
    padding: 32px 20px;
  }
}
.p-product-core .p-product-core__title {
  color: var(--LPIXEL-Green, #00B961);
  font-family: "DIN-2014";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-product-core .p-product-core__title {
    font-size: 28px;
  }
}
.p-product-core .p-product-core__subtitle {
  color: var(--TEXT-Black, #222);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-product-core .p-product-core__subtitle {
    font-size: 18px;
  }
}
.p-product-core .p-product-core__image {
  border-bottom: solid 1px #000;
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin: 32px 0 0;
  padding: 0 0 12px;
}
@media screen and (max-width: 650px) {
  .p-product-core .p-product-core__image {
    font-size: 14px;
    padding: 0 0 4px;
    text-align: center;
  }
}
.p-product-core .p-product-core__list {
  display: flex;
  gap: 40px;
  margin: 24px 0 0;
}
@media screen and (max-width: 650px) {
  .p-product-core .p-product-core__list {
    flex-direction: column;
    gap: 32px;
  }
}
.p-product-core figure {
  display: block;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
}
.p-product-core img {
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-product-core img {
    height: auto;
  }
}
.p-product-core figcaption {
  color: var(--TEXT-Black, #222);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin: 6px 0 0;
  max-width: 283px;
}

.p-products-models-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-products-models-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.p-products-models {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  min-width: 480px;
}
@media screen and (max-width: 650px) {
  .p-products-models {
    min-width: 100%;
  }
}
.p-products-models .p-products-models__title {
  color: var(--LPIXEL-Green, #00B961);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.p-products-models .p-products-models__subtitle {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin: 5px 0 0;
  text-align: center;
}
.p-products-models .p-products-models__list {
  align-items: start;
  border: 5px solid var(--BUSINESS-Green, #00B961);
  display: grid;
  height: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
  justify-content: center;
  margin: 16px 0 0;
  padding: 40px 64px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-products-models .p-products-models__list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 30px 24px;
  }
}
.p-products-models .p-products-models__list figure {
  display: block;
}
@media screen and (max-width: 650px) {
  .p-products-models .p-products-models__list figure {
    align-items: center;
    display: flex;
    gap: 22px;
  }
}
.p-products-models .p-products-models__list figure img {
  height: 132px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 650px) {
  .p-products-models .p-products-models__list figure img {
    height: auto;
    width: 140px;
  }
}
.p-products-models .p-products-models__list figure figcaption {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.p-products-annotation {
  color: var(--TEXT-Black, #222);
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.p-products-results {
  border: 5px solid var(--BUSINESS-Green, #00B961);
  border-top: none;
}
.p-products-results .p-products-results__title {
  background: var(--BUSINESS-Green, #00B961);
  color: var(--BUSINESS-White, #FFF);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-products-results .p-products-results__title {
    font-size: 24px;
  }
}
.p-products-results .p-products-results__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 36px;
}
@media screen and (max-width: 650px) {
  .p-products-results .p-products-results__list {
    gap: 24px;
    padding: 30px;
  }
}
.p-products-results .p-products-results__items {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .p-products-results .p-products-results__items {
    align-items: center;
    display: grid;
    grid-template-columns: 124px 1fr;
    gap: 0 22px;
    width: 100%;
  }
}
.p-products-results .p-products-results__items .p-products-results__content {
  max-width: 128px;
}
@media screen and (max-width: 650px) {
  .p-products-results .p-products-results__items .p-products-results__content {
    max-width: 100%;
  }
}
.p-products-results .p-products-results__items figure {
  align-items: center;
  display: flex;
  line-height: 0;
}
.p-products-results .p-products-results__items figure img {
  height: 136px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
@media screen and (max-width: 650px) {
  .p-products-results .p-products-results__items figure img {
    height: auto;
  }
}
.p-products-results .p-products-results__items h2,
.p-products-results .p-products-results__items h3,
.p-products-results .p-products-results__items h4,
.p-products-results .p-products-results__items h5 {
  color: var(--BUSINESS-Green, #00B961);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin: 14px 0 0;
}
@media screen and (max-width: 650px) {
  .p-products-results .p-products-results__items h2,
  .p-products-results .p-products-results__items h3,
  .p-products-results .p-products-results__items h4,
  .p-products-results .p-products-results__items h5 {
    margin: 0;
  }
}
.p-products-results .p-products-results__items p {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin: 7px 0 0;
}

.p-product-feature {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .p-product-feature {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
.p-product-feature .p-product-feature__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 650px) {
  .p-product-feature .p-product-feature__items {
    gap: 16px;
    margin: 0 24px;
  }
}
.p-product-feature .p-product-feature__title {
  color: var(--LPIXEL-Green, #00B961);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
}
.p-product-feature .p-product-feature__photo {
  display: block;
  line-height: 0;
  text-align: center;
}

.p-product-capture .p-product-capture__title {
  color: var(--LPIXEL-Green, #00B961);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
}
.p-product-capture .p-product-capture__title em {
  display: inline-block;
  font-weight: 600;
  font-style: normal;
}
.p-product-capture .p-product-capture__title sub {
  font-size: 66.6666666%;
  font-weight: 300;
  bottom: 0;
}
.p-product-capture .p-product-capture__content {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 16px 32px;
  margin: 20px 0 0;
}
@media screen and (max-width: 650px) {
  .p-product-capture .p-product-capture__content {
    grid-template-columns: 1fr;
  }
}
.p-product-capture .p-product-capture__content figure {
  border: 1px solid #d3d3d3;
  display: block;
  line-height: 0;
}

.p-lpimagej-download {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
  margin: 0 auto;
  max-width: var(--contents-width);
}
.p-lpimagej-download .p-lpimagej-download__inner {
  background-color: #fff;
  flex: 1 0 0;
  min-width: 400px;
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-lpimagej-download .p-lpimagej-download__inner {
    min-width: 300px;
    width: 100%;
  }
}
.p-lpimagej-download .p-lpimagej-download__notes {
  font-size: 10px;
  line-height: 190%;
}
.p-lpimagej-download .p-lpimagej-download__tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 300px;
  padding: 0;
}
.p-lpimagej-download .p-lpimagej-download__tags a {
  background: #272727;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  transition: opacity 0.15s linear;
  width: 80px;
}
.p-lpimagej-download .p-lpimagej-download__tags a:hover {
  opacity: 0.6;
}

.p-lpimagej-function {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
  justify-content: center;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .p-lpimagej-function {
    gap: 30px 0;
  }
}
.p-lpimagej-function .p-lpimagej-function__items {
  min-width: 250px;
  padding: 0 20px;
  width: 25%;
}
@media screen and (max-width: 650px) {
  .p-lpimagej-function .p-lpimagej-function__items {
    width: 100%;
  }
}
.p-lpimagej-function .p-lpimagej-function__items h5,
.p-lpimagej-function .p-lpimagej-function__items h4,
.p-lpimagej-function .p-lpimagej-function__items h3 {
  color: var(--LPIXEL-Green, #00B961);
  font-family: "DIN-2014";
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: center;
}
.p-lpimagej-function .p-lpimagej-function__items p {
  font-size: 14px;
  line-height: 190%;
}
@media screen and (max-width: 650px) {
  .p-lpimagej-function .p-lpimagej-function__items p {
    font-size: 12px;
    text-align: center;
  }
}

.c-section-reference {
  display: flex;
  flex-wrap: wrap;
  gap: 0 64px;
  margin: 0 auto;
  max-width: var(--contents-width);
}
@media screen and (max-width: 1200px) {
  .c-section-reference {
    padding: 0 20px;
  }
}
.c-section-reference .c-section-reference__inner {
  flex: 1 0 0;
  min-width: 400px;
}
@media screen and (max-width: 650px) {
  .c-section-reference .c-section-reference__inner {
    min-width: 300px;
    width: 100%;
  }
}
.c-section-reference .c-section-reference__items {
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  line-height: normal;
}
.c-section-reference .c-section-reference__items h5,
.c-section-reference .c-section-reference__items h4,
.c-section-reference .c-section-reference__items h3,
.c-section-reference .c-section-reference__items h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
@media screen and (max-width: 650px) {
  .c-section-reference .c-section-reference__items h5,
  .c-section-reference .c-section-reference__items h4,
  .c-section-reference .c-section-reference__items h3,
  .c-section-reference .c-section-reference__items h2 {
    font-size: 12px;
    text-align: center;
  }
}
.c-section-reference .c-section-reference__items p {
  font-size: 11px;
  font-weight: 300;
  line-height: normal;
}
.c-section-reference .c-section-reference__items ul {
  list-style: "・";
  padding: 0 0 0 0.8em;
}
.c-section-reference .c-section-reference__items ul li {
  line-height: 190%;
  margin: 10px 0 0;
}
.c-section-reference .c-section-reference__items ol {
  padding: 0 0 0 1.5em;
}
.c-section-reference .c-section-reference__items ol li {
  line-height: 190%;
  margin: 10px 0 0;
}

.p-case-flow {
  display: grid;
}
.p-case-flow .p-case-flow__items {
  display: flex;
  gap: 12px 32px;
  margin: -12px 0 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__items {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__items::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="98" height="36" viewBox="0 0 98 36" fill="none"><path d="M49 36L0.502574 -1.50606e-06L97.4974 6.9735e-06L49 36Z" fill="%23DEF4E8" /></svg>') no-repeat center center/contain;
    content: "";
    display: block;
    height: 48px;
    margin: 24px auto 16px;
    width: 112px;
  }
}
.p-case-flow .p-case-flow__items:last-child::after {
  display: none;
}
.p-case-flow .p-case-flow__items:nth-child(1) {
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__items:nth-child(1) .p-case-flow__title {
    background-color: #39B66C;
  }
}
.p-case-flow .p-case-flow__items:nth-child(1) .p-case-flow__title::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="332" height="167" viewBox="0 0 332 167" fill="none"><path d="M331.5 0.5V119.893L166 166.479L0.5 119.893V0.5H331.5Z" fill="%2339B66C" stroke="white" /></svg>');
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__items:nth-child(1) .p-case-flow__title::before {
    content: none;
  }
}
.p-case-flow .p-case-flow__items:nth-child(2) {
  z-index: -2;
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__items:nth-child(2) .p-case-flow__title {
    background-color: #2CBC62;
  }
}
.p-case-flow .p-case-flow__items:nth-child(2) .p-case-flow__title::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="332" height="167" viewBox="0 0 332 167" fill="none"><path d="M331.5 0.5V119.893L166 166.479L0.5 119.893V0.5H331.5Z" fill="%232CBC62" stroke="white" /></svg>');
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__items:nth-child(2) .p-case-flow__title::before {
    content: none;
  }
}
.p-case-flow .p-case-flow__items:nth-child(3) {
  z-index: -3;
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__items:nth-child(3) .p-case-flow__title {
    background-color: #72C554;
  }
}
.p-case-flow .p-case-flow__items:nth-child(3) .p-case-flow__title::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="332" height="167" viewBox="0 0 332 167" fill="none"><path d="M331.5 0.5V119.893L166 166.479L0.5 119.893V0.5H331.5Z" fill="%2372C554" stroke="white" /></svg>');
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__items:nth-child(3) .p-case-flow__title::before {
    content: none;
  }
}
.p-case-flow .p-case-flow__items:nth-child(4) {
  z-index: -4;
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__items:nth-child(4) .p-case-flow__title {
    background-color: #9BCE42;
  }
}
.p-case-flow .p-case-flow__items:nth-child(4) .p-case-flow__title::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="332" height="167" viewBox="0 0 332 167" fill="none"><path d="M331.5 0.5V119.893L166 166.479L0.5 119.893V0.5H331.5Z" fill="%239BCE42" stroke="white" /></svg>');
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__items:nth-child(4) .p-case-flow__title::before {
    content: none;
  }
}
.p-case-flow .p-case-flow__items:nth-child(5) {
  z-index: -5;
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__items:nth-child(5) .p-case-flow__title {
    background-color: #9BCE42;
  }
}
.p-case-flow .p-case-flow__items:nth-child(5) .p-case-flow__title::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="332" height="167" viewBox="0 0 332 167" fill="none"><path d="M331.5 0.5V119.893L166 166.479L0.5 119.893V0.5H331.5Z" fill="%239BCE42" stroke="white" /></svg>');
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__items:nth-child(5) .p-case-flow__title::before {
    content: none;
  }
}
.p-case-flow .p-case-flow__number {
  color: var(--LPIXEL-Green, #00B961);
  font-family: "DIN-2014";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -18px;
  right: -110px;
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__number {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: 500;
    position: static;
  }
}
.p-case-flow .p-case-flow__title {
  color: #fff;
  height: 167px;
  margin: 0 110px 0 0;
  max-width: 332px;
  min-width: 332px;
  padding: 40px 0 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__title {
    align-items: center;
    display: flex;
    gap: 20px;
    height: auto;
    margin: 0;
    max-width: 100%;
    min-width: 0;
    padding: 0 18px;
  }
}
.p-case-flow .p-case-flow__title::before {
  content: generate-flow-svg(#39B66C);
  display: block;
  height: 167px;
  position: absolute;
  inset: 0;
  width: 332px;
  z-index: -1;
}
.p-case-flow .p-case-flow__headline {
  align-items: center;
  color: var(--LPIXEL-White, #FFF);
  display: inline-flex;
  justify-content: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  height: 54px;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__headline {
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 4px 0;
  }
}
.p-case-flow .p-case-flow__headline em {
  color: var(--LPIXEL-White, #FFF);
  display: block;
  font-size: 20px;
  font-style: normal;
  line-height: 32px;
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__headline em {
    display: inline-block;
    line-height: 1;
  }
}
.p-case-flow .p-case-flow__description {
  font-weight: 300;
  line-height: 26px;
  margin: -4px 0 0;
  padding: 0 0 40px;
}
@media screen and (max-width: 1200px) {
  .p-case-flow .p-case-flow__description {
    margin: 14px 0 0;
    padding: 0;
  }
}

.p-case-list {
  display: grid;
  gap: 80px 92px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 800px) {
  .p-case-list {
    gap: 56px 32px;
    grid-template-columns: 1fr;
  }
}
.p-case-list .p-case-list__items.is-current {
  opacity: 0.5;
  pointer-events: none;
}
.p-case-list .p-case-list__subtitle {
  color: var(--LPIXEL-Green, #00B961);
  font-family: "DIN-2014";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  margin: 18px 0 0;
}
.p-case-list .p-case-list__description {
  color: var(--TEXT-Black, #222);
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin: 8px 0 0;
}
.p-case-list .p-case-list__button {
  margin: 28px 0 0;
}
@media screen and (max-width: 650px) {
  .p-case-list .p-case-list__button {
    text-align: center;
  }
}

.post-type-cases .editor-styles-wrapper h1,
.post-type-cases .p-case-detail__content h1,
.p-case-detail .editor-styles-wrapper h1,
.p-case-detail .p-case-detail__content h1 {
  color: var(--TEXT-Black, #222);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 24px 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .post-type-cases .editor-styles-wrapper h1,
  .post-type-cases .p-case-detail__content h1,
  .p-case-detail .editor-styles-wrapper h1,
  .p-case-detail .p-case-detail__content h1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.post-type-cases .editor-styles-wrapper h1.wp-block-post-title,
.post-type-cases .editor-styles-wrapper h1 strong,
.post-type-cases .p-case-detail__content h1.wp-block-post-title,
.post-type-cases .p-case-detail__content h1 strong,
.p-case-detail .editor-styles-wrapper h1.wp-block-post-title,
.p-case-detail .editor-styles-wrapper h1 strong,
.p-case-detail .p-case-detail__content h1.wp-block-post-title,
.p-case-detail .p-case-detail__content h1 strong {
  color: var(--LPIXEL-Green, #00B961);
  display: block;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  margin: 0 0 16px;
}
@media screen and (max-width: 650px) {
  .post-type-cases .editor-styles-wrapper h1.wp-block-post-title,
  .post-type-cases .editor-styles-wrapper h1 strong,
  .post-type-cases .p-case-detail__content h1.wp-block-post-title,
  .post-type-cases .p-case-detail__content h1 strong,
  .p-case-detail .editor-styles-wrapper h1.wp-block-post-title,
  .p-case-detail .editor-styles-wrapper h1 strong,
  .p-case-detail .p-case-detail__content h1.wp-block-post-title,
  .p-case-detail .p-case-detail__content h1 strong {
    font-size: 24px;
    line-height: normal;
  }
}
.post-type-cases .editor-styles-wrapper h2,
.post-type-cases .p-case-detail__content h2,
.p-case-detail .editor-styles-wrapper h2,
.p-case-detail .p-case-detail__content h2 {
  border-bottom: 2px solid var(--LPIXEL-Green, #00B961);
  color: var(--LPIXEL-Green, #00B961);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  padding: 0 0 8px;
  margin: 64px 0 24px;
}
.post-type-cases .editor-styles-wrapper h3,
.post-type-cases .p-case-detail__content h3,
.p-case-detail .editor-styles-wrapper h3,
.p-case-detail .p-case-detail__content h3 {
  color: var(--TEXT-Black, #222);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  margin: 0;
  padding: 0 0 0 36px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .post-type-cases .editor-styles-wrapper h3,
  .post-type-cases .p-case-detail__content h3,
  .p-case-detail .editor-styles-wrapper h3,
  .p-case-detail .p-case-detail__content h3 {
    font-size: 18px;
    line-height: 32px;
  }
}
.post-type-cases .editor-styles-wrapper h3::before,
.post-type-cases .p-case-detail__content h3::before,
.p-case-detail .editor-styles-wrapper h3::before,
.p-case-detail .p-case-detail__content h3::before {
  background: var(--business-gradient-1, linear-gradient(90deg, #00B961 0%, #A8DC43 100%));
  border-radius: 50%;
  content: "";
  display: block;
  height: 7px;
  margin: auto;
  position: absolute;
  inset: 15px auto auto 14px;
  width: 7px;
}
@media screen and (max-width: 650px) {
  .post-type-cases .editor-styles-wrapper h3::before,
  .post-type-cases .p-case-detail__content h3::before,
  .p-case-detail .editor-styles-wrapper h3::before,
  .p-case-detail .p-case-detail__content h3::before {
    inset: 13px auto auto 10px;
  }
}
.post-type-cases .editor-styles-wrapper figure,
.post-type-cases .p-case-detail__content figure,
.p-case-detail .editor-styles-wrapper figure,
.p-case-detail .p-case-detail__content figure {
  display: block;
  margin: 56px 0 0;
  text-align: center;
}
.post-type-cases .editor-styles-wrapper figure > div,
.post-type-cases .p-case-detail__content figure > div,
.p-case-detail .editor-styles-wrapper figure > div,
.p-case-detail .p-case-detail__content figure > div {
  margin: 0 auto;
}
.post-type-cases .editor-styles-wrapper figure figcaption,
.post-type-cases .p-case-detail__content figure figcaption,
.p-case-detail .editor-styles-wrapper figure figcaption,
.p-case-detail .p-case-detail__content figure figcaption {
  color: var(--TEXT-Black, #222);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 24px 0 0;
  text-align: left;
}
.post-type-cases .editor-styles-wrapper ul,
.post-type-cases .editor-styles-wrapper ol,
.post-type-cases .p-case-detail__content ul,
.post-type-cases .p-case-detail__content ol,
.p-case-detail .editor-styles-wrapper ul,
.p-case-detail .editor-styles-wrapper ol,
.p-case-detail .p-case-detail__content ul,
.p-case-detail .p-case-detail__content ol {
  margin: 0 0 0 24px;
}

.p-contact-default {
  display: grid;
  gap: 0 32px;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
  margin: 0 -20px !important;
  max-width: none !important;
  width: calc(100% + 40px);
}
@media screen and (max-width: 1200px) {
  .p-contact-default {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.p-contact-default .p-contact-default__header {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-contact-default .p-contact-default__header {
    border-bottom: solid 1px #e5e5e5;
  }
}
.p-contact-default .p-contact-default__logo {
  line-height: 0;
  text-align: center;
}
.p-contact-default .p-contact-default__logo img {
  height: 86px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .p-contact-default .p-contact-default__logo img {
    height: 56px;
  }
}
@media screen and (max-width: 650px) {
  .p-contact-default .p-contact-default__logo img {
    height: 36px;
  }
}
.p-contact-default .p-contact-default__title {
  color: var(--BUSINESS-Green, #00B961);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-contact-default .p-contact-default__title {
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: normal;
  }
}
.p-contact-default .p-contact-default__text {
  color: var(--TEXT-Black, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0.9px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-contact-default .p-contact-default__text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
  }
}
@media screen and (max-width: 1200px) {
  .p-contact-default .p-contact-default__wave {
    display: none;
  }
}
.p-contact-default .p-contact-default__lpixel {
  line-height: 0;
  position: absolute;
  bottom: 16px;
  left: 24px;
}
@media screen and (max-width: 1200px) {
  .p-contact-default .p-contact-default__lpixel {
    position: static;
    bottom: auto;
    left: auto;
    text-align: center;
  }
}
.p-contact-default .p-contact-default__lpixel img {
  height: 34px !important;
  width: auto !important;
}
@media screen and (max-width: 650px) {
  .p-contact-default .p-contact-default__lpixel img {
    height: 22px !important;
  }
}
.p-contact-default .p-contact-default__content {
  padding: 32px 56px 16px 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-contact-default .p-contact-default__content {
    padding: 32px 20px 16px;
  }
}
.p-contact-default .p-contact-default__notes {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}
.p-contact-default .p-contact-default__notes a {
  text-decoration: underline;
}
.p-contact-default .p-contact-default__notes a:hover {
  text-decoration: none;
}

.p-thanks-wrapper {
  display: grid;
  justify-content: center;
  margin: 0 auto;
  max-width: 720px;
}

.p-thanks-title {
  background: var(--business-gradient-1, linear-gradient(90deg, #00B961 0%, #A8DC43 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "DIN-2014", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
}

.p-thanks-body h1 {
  color: var(--TEXT-Black, #222);
  font-family: var(--gothic);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
}
.p-thanks-body p {
  color: var(--TEXT-Black, #222);
  font-family: var(--gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
}

.p-thanks-wave {
  margin: 0 -20px;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% + 40px);
}

.p-privacy-header {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  margin: 0 auto;
  max-width: 860px;
  padding: 0 0 80px;
}
@media screen and (max-width: 650px) {
  .p-privacy-header {
    padding: 0 0 32px;
  }
}
.p-privacy-header p {
  font-family: "Zen Old Mincho";
  font-size: 17px;
  line-height: 180%; /* 30.6px */
  letter-spacing: 0.85px;
}

.p-privacy-body {
  margin: 0 auto;
  max-width: 860px;
}
.p-privacy-body h2,
.p-privacy-body h3,
.p-privacy-body h4 {
  color: var(--Text-green-200, #8C957F);
  display: flex;
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-weight: 400;
  line-height: 120%; /* 18px */
  letter-spacing: 0.45px;
}
.p-privacy-body h2::before,
.p-privacy-body h3::before,
.p-privacy-body h4::before {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: inline-block;
  height: 1px;
  margin: 9px 8px 4px 0;
  width: 8px;
}
.p-privacy-body p {
  font-family: "Zen Old Mincho";
  font-size: 15px;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  margin: 15px 0 0 16px;
}