@charset "UTF-8";
/*
Theme Name: EIRL_THEME
Theme URI: https://eirl.ai
Description: EIRL プロダクトサイト.
Author: ECCOM Creation Co.,Ltd.
Author URI: 
Version: 3.0.0
.
EIRL プロダクトサイト
.
*/
/* 変数
------------------------------------*/
: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;
  --contents-width: 960px;
  --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;
}

/* 共通パーツ
------------------------------------*/
:lang(en-US) body {
  font-family: "din-2014", sans-serif;
}

::-moz-selection {
  background-color: var(--LPIXEL-Green);
  color: #fff;
}

::selection {
  background-color: var(--LPIXEL-Green);
  color: #fff;
}

html {
  height: 100%;
  width: 100%;
  scroll-padding-top: 120px;
}
@media screen and (max-width: 650px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  background: #fff;
  color: var(--color-font);
  font-family: var(--gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  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%;
}
:lang(en-US) body {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
}
body.is-noscroll {
  overflow-y: hidden;
  position: fixed;
}
body.is-gray {
  background: var(--base-gray-0, #f6f7f9);
}
body.is-logo-background::before {
  background-image: url("images/bg-eirl-logo.png");
  background-repeat: no-repeat;
  background-size: 1500px auto;
  background-position: center center;
  content: "";
  display: block;
  height: 100%;
  margin: auto;
  position: fixed;
  pointer-events: none;
  inset: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  body.is-logo-background::before {
    display: none;
  }
}

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

p {
  line-height: 200%;
  margin: 0;
  padding: 0;
}
p strong {
  font-weight: 600;
}

input {
  border-radius: 0;
}

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

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

a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}
a:where(:not(.wp-element-button)):hover {
  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);
}
@media screen and (max-width: 1200px) {
  .c-header-default.is-active.is-home {
    pointer-events: auto;
  }
  .c-header-default.is-active.is-home .c-header-default__inner {
    transform: translateY(0);
  }
}
.c-header-default.is-drawer-active {
  transform: translateY(0);
}
.c-header-default.is-drawer-active.is-home {
  pointer-events: auto;
}
.c-header-default.is-drawer-active.is-home .c-header-default__inner {
  transform: translateY(0);
}
@media screen and (max-width: 1200px) {
  .c-header-default.is-home {
    pointer-events: none;
  }
}
@media screen and (max-width: 1200px) {
  .c-header-default.is-home .c-header-default__inner {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 1200px) {
  .c-header-default.is-multi-language .c-header-default__inner {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .c-header-default.is-multi-language .c-header-default__logo {
    min-width: 0;
    width: 36px;
  }
  .c-header-default.is-multi-language .c-header-default__logo img {
    height: 36px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
    width: 36px;
  }
}
.c-header-default.is-multi-language .c-header-default__menu.is-externals {
  margin: 0 0 0 auto;
  padding: 0 98px 0 0;
}
.c-header-default.is-multi-language .c-header-default__button {
  align-items: center;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .c-header-default.is-multi-language .c-header-default__button {
    margin: 0 40px 0 0;
  }
}
.c-header-default.is-multi-language .c-header-default__language-switcher {
  inset: 0 0 0 -60px;
}
.c-header-default .c-header-default__inner {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  min-height: 120px;
  padding: 10px 15px 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;
  margin: 0 24px 0 0;
  min-width: 134px;
  width: 134px;
}
@media screen and (max-width: 1360px) {
  .c-header-default .c-header-default__logo {
    margin: 0 8px 0 0;
    min-width: 44px;
    width: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__logo {
    margin: 0 12px 0 0;
    min-width: 110px;
    padding: 0;
    width: 110px;
  }
}
.c-header-default .c-header-default__logo.is-eirl-cloud {
  min-width: 180px;
  width: 180px;
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__logo.is-eirl-cloud {
    min-width: 162px;
    width: 162px;
  }
}
.c-header-default .c-header-default__logo.is-eirl-cloud img {
  height: inherit;
  width: inherit;
}
.c-header-default .c-header-default__logo a {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 1360px) {
  .c-header-default .c-header-default__logo img {
    height: 44px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
    width: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__logo img {
    height: inherit;
    width: inherit;
  }
}
.c-header-default .c-header-default__menu {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0 24px 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-externals {
  padding: 0;
}
.c-header-default .c-header-default__menu.is-externals li a {
  padding: 20px 10px;
}
.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: 32px;
  position: absolute;
  inset: 90px 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: var(--gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  padding: 20px 12px;
  position: relative;
  text-decoration: none;
  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: 12px;
  transform: scaleX(0);
  transform-origin: center center;
  transition: transform 0.3s ease;
  width: calc(100% - 24px);
}
.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: 2px;
  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;
  text-decoration: none;
  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: flex-start;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__button {
    margin: 0 41px 0 auto;
  }
}
.c-header-default .c-header-default__login {
  align-items: center;
  color: #222;
  display: flex;
  font-family: "din-2014", var(--gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  gap: 8px;
  letter-spacing: 0;
  line-height: 32px;
  position: absolute;
  right: 0;
  bottom: 4px;
  transition: opacity 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__login {
    display: none;
  }
}
.c-header-default .c-header-default__login:hover {
  opacity: 0.5;
}
.c-header-default .c-header-default__login img {
  display: inline-block;
  position: relative;
  top: -1px;
}
.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: absolute;
  top: 0;
  left: -56px;
  transition: opacity 0.2s ease;
  text-decoration: none;
  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;
  position: relative;
  top: -1px;
}
.c-header-default .c-header-default__contact {
  display: flex;
  flex-direction: column;
  gap: 10px 16px;
}
.c-header-default .c-header-default__contact-buttons {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__contact-buttons li:not(:last-child) {
    display: none;
  }
}
.c-header-default .c-header-default__contact-buttons li a {
  align-items: center;
  background: var(--BUSINESS-Green, #00B961);
  border-radius: 3px;
  color: var(--LPIXEL-White, #fff);
  display: flex;
  font-family: "din-2014", var(--gothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  height: 50px;
  justify-content: center;
  letter-spacing: 0;
  overflow: hidden;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.35s ease, color 0.35s ease, opacity 0.35s ease;
  width: 180px;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__contact-buttons li a {
    font-weight: 600;
    height: 36px;
    width: 164px;
  }
}
@media screen and (max-width: 365px) {
  .c-header-default .c-header-default__contact-buttons li a {
    white-space: nowrap;
    width: 100%;
  }
}
:lang(en-US) .c-header-default .c-header-default__contact-buttons li a {
  font-size: 18px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  :lang(en-US) .c-header-default .c-header-default__contact-buttons li a {
    font-size: 16px;
  }
}
.c-header-default .c-header-default__contact-buttons li a::after {
  background: var(--TEXT-Black, #222);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.35s ease, width 0.35s ease;
  width: 0;
  z-index: -1;
}
.c-header-default .c-header-default__contact-buttons li a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.c-header-default .c-header-default__contact-buttons li a.is-outline {
  background: var(--LPIXEL-White, #fff);
  border: 1px solid var(--TEXT-Black, #222);
  color: var(--TEXT-Black, #222);
}
.c-header-default .c-header-default__contact-buttons li a.is-outline::after {
  background: var(--LPIXEL-Green, #00B961);
}
.c-header-default .c-header-default__contact-buttons li a.is-outline:hover {
  border-color: var(--LPIXEL-Green, #00B961);
  color: #fff;
}
.c-header-default .c-header-default__contact-buttons li a.is-outline:hover::after {
  background: var(--LPIXEL-Green, #00B961);
}
.c-header-default .c-header-default__contact-buttons li a.is-black {
  background: var(--TEXT-Black, #222);
  border: 1px solid var(--TEXT-Black, #222);
  color: #fff;
}
.c-header-default .c-header-default__contact-buttons li a.is-black::after {
  background: #00B961;
}
.c-header-default .c-header-default__contact-buttons li a.is-black:hover {
  border-color: #00B961;
}
.c-header-default .c-header-default__contact-info {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .c-header-default .c-header-default__contact-info {
    display: none;
  }
}
.c-header-default .c-header-default__contact-phone {
  align-items: center;
  color: var(--TEXT-Black, #222);
  display: flex;
  font-family: "din-2014", var(--gothic);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  gap: 8px;
  line-height: normal;
}
.c-header-default .c-header-default__contact-phone img {
  display: block;
}
.c-header-default .c-header-default__contact-time {
  color: var(--TEXT-Black, #222);
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  font-style: normal;
  position: relative;
  top: -2px;
}

.c-header-megamenu {
  background: #fff;
  border-top: solid 1px #fff;
  border-top-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  display: block;
  opacity: 0;
  padding: 25px;
  pointer-events: none;
  position: absolute;
  inset: 120px 0 auto;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: translate3d(0, -30px, 0);
  width: 100%;
  z-index: -2;
}
.c-header-megamenu.is-active {
  border-top-color: rgb(228, 228, 228);
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.6s ease, transform 0.6s ease, border-top-color 0.3s ease 0.6s;
}
.c-header-megamenu .c-header-megamenu__top {
  margin: 0 auto;
  max-width: 1124px;
  padding: 8px 0;
}
.c-header-megamenu .c-header-megamenu__top a {
  align-items: center;
  color: var(--TEXT-Black, #222);
  display: inline-flex;
  gap: 14px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
}
.c-header-megamenu .c-header-megamenu__top a:hover {
  opacity: 0.7;
}
.c-header-megamenu .c-header-megamenu__top a::after {
  background: url("images/button-arrow.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.c-header-megamenu .c-header-megamenu__content {
  margin: 24px auto;
  max-width: 1124px;
}
.c-header-megamenu .c-header-megamenu__categories {
  align-items: start;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
}
.c-header-megamenu .c-header-megamenu__categories > li {
  display: grid;
  gap: 20px;
}
.c-header-megamenu .c-header-megamenu__categories > li > b {
  color: var(--LPIXEL-Green, #00B961);
  font-family: "din-2014";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.c-header-megamenu .c-header-megamenu__categories > li > b em {
  font-weight: 700;
  font-style: normal;
}
.c-header-megamenu .c-header-megamenu__categories > li > ul {
  display: grid;
  gap: 32px;
  list-style: none;
  padding: 0;
}
.c-header-megamenu .c-header-megamenu__categories > li > ul > li {
  display: grid;
  gap: 6px;
}
.c-header-megamenu .c-header-megamenu__categories > li > ul > li > a {
  align-items: center;
  color: var(--TEXT-Black, #222);
  display: flex;
  font-family: "din-2014";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  gap: 12px;
  line-height: normal;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.c-header-megamenu .c-header-megamenu__categories > li > ul > li > a:hover {
  opacity: 0.7;
}
.c-header-megamenu .c-header-megamenu__categories > li > ul > li > a::after {
  background: url("images/button-arrow.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
}
.c-header-megamenu .c-header-megamenu__description {
  color: #000;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.c-header-megamenu .c-header-megamenu__description small {
  color: var(--TEXT-Black, #222);
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 8px 0 0;
}
.c-header-megamenu .c-header-megamenu__bottom {
  margin: 40px auto 0;
  max-width: 1124px;
}
.c-header-megamenu .c-header-megamenu__close {
  align-items: center;
  color: var(--TEXT-Black, #222);
  display: flex;
  font-family: "din-2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  gap: 12px;
  justify-content: center;
  line-height: 24px;
  letter-spacing: 0.7px;
  margin: 0 auto;
  text-decoration: none;
}
.c-header-megamenu .c-header-megamenu__close:hover {
  opacity: 0.7;
}
.c-header-megamenu .c-header-megamenu__close::before {
  background: url("images/button-close.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
}

.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 {
  align-content: center;
  background: linear-gradient(166deg, #00B961 19.62%, #A8DC43 97.85%);
  display: grid;
  gap: 32px;
  height: 350px;
  justify-content: center;
  margin: 0 -20px !important;
  max-width: none !important;
  overflow: hidden;
  padding: 0 0 60px;
  position: relative;
  width: calc(100% + 40px);
}
@media screen and (max-width: 1200px) {
  .c-header-subpage {
    gap: 12px;
    height: 227px;
    padding: 0 20px;
  }
}
.c-header-subpage::before {
  aspect-ratio: 1;
  background: url("images/bg-eirl-logo.png") no-repeat center center/contain;
  content: "";
  display: block;
  margin: auto;
  opacity: 0.07;
  position: absolute;
  inset: 0;
  width: 474px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .c-header-subpage::before {
    width: 261px;
  }
}
.c-header-subpage .c-header-subpage__title {
  color: var(--LPIXEL-White, #FFF);
  font-family: var(--gothic);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .c-header-subpage .c-header-subpage__title {
    font-size: 40px;
    line-height: 46px;
  }
}
.c-header-subpage .c-header-subpage__title em {
  display: inline-block;
  font-style: normal;
}
.c-header-subpage .c-header-subpage__subtitle {
  color: var(--LPIXEL-White, #FFF);
  font-family: "din-2014";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.c-footer-default {
  background: #fff;
  position: relative;
  z-index: -1;
}
.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 40px;
}
@media screen and (max-width: 1200px) {
  .c-footer-default .c-footer-default__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 40px 24px;
  }
}
.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 {
  display: grid;
  gap: 16px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 1200px) {
  .c-footer-default .c-footer-default__menu {
    gap: 8px;
    margin: 40px 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: 8px 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-decoration: none;
  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-Green, #00B961);
  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.is-white {
  background: var(--BUSINESS-White, #FFF);
}
.c-drawer-default.is-white .c-drawer-default__tel-number {
  color: var(--TEXT-Black, #222);
}
.c-drawer-default.is-white .c-drawer-default__tel-number::before {
  filter: invert(1);
}
.c-drawer-default.is-white .c-drawer-default__tel-time {
  color: var(--TEXT-Black, #222);
}
.c-drawer-default.is-white .c-drawer-default__menu {
  border-top: 1px solid #00B961;
}
.c-drawer-default.is-white .c-drawer-default__menu-externals > li > a,
.c-drawer-default.is-white .c-drawer-default__menu > li > a {
  color: var(--TEXT-Black, #222);
}
.c-drawer-default.is-white .c-drawer-default__menu-externals > li > a[target=_blank]::after,
.c-drawer-default.is-white .c-drawer-default__menu > li > a[target=_blank]::after {
  filter: invert(1);
}
.c-drawer-default.is-white .c-drawer-default__menu-externals > ul > li > a,
.c-drawer-default.is-white .c-drawer-default__menu > ul > li > a {
  color: var(--TEXT-Black, #222);
}
.c-drawer-default.is-white .c-drawer-default__menu-externals {
  border-top: 1px solid #222;
}
.c-drawer-default.is-white .c-drawer-default__language-switcher {
  color: var(--TEXT-Black, #222);
}
.c-drawer-default .c-drawer-default__inner {
  display: flex;
  flex-direction: column;
  container-type: inline-size;
  margin: 0 auto;
  max-width: 370px;
  padding: 54px 16px 164px;
}
.c-drawer-default .c-drawer-default__logo {
  display: block;
  line-height: 0;
  padding: 0 6px;
  width: -moz-fit-content;
  width: fit-content;
}
.c-drawer-default .c-drawer-default__buttons {
  display: grid;
  gap: 10px;
}
.c-drawer-default .c-drawer-default__tel {
  display: grid;
  flex-direction: column;
  gap: 10px;
}
.c-drawer-default .c-drawer-default__tel-number {
  align-items: center;
  color: var(--BUSINESS-White, #FFF);
  display: flex;
  font-family: "din-2014";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  letter-spacing: 1.6px;
  text-decoration: none;
}
.c-drawer-default .c-drawer-default__tel-number::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="24" viewBox="0 0 18 24" fill="none"><path d="M1.60947 1.01701C-0.00350202 2.08661 -0.320611 5.42912 0.288295 8.15417C0.762904 10.2761 1.77118 13.1219 3.47134 15.8024C5.07095 18.324 7.30266 20.5847 9.00423 21.893C11.1895 23.5728 14.3044 24.6403 15.9173 23.5707C16.733 23.0301 17.9445 21.5522 18 21.287C18 21.287 17.2891 20.1671 17.1338 19.9212L14.7509 16.1647C14.5737 15.8858 13.4634 16.141 12.8988 16.4673C12.1381 16.9079 11.437 18.0911 11.437 18.0911C10.9153 18.3995 10.478 18.0926 9.56532 17.6627C8.44313 17.1351 7.18102 15.4947 6.17696 14.0089C5.25939 12.4656 4.30946 10.619 4.2954 9.35603C4.28415 8.32812 4.18782 7.79547 4.6765 7.43391C4.6765 7.43391 6.01876 7.26211 6.72259 6.73162C7.24431 6.33843 7.92493 5.4054 7.74774 5.1265L5.36485 1.36995C5.20876 1.12412 4.4979 0.00419619 4.4979 0.00419619C4.23845 -0.0525905 2.42439 0.47646 1.60876 1.01701H1.60947Z" fill="white"/></svg>') no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 24px;
  width: 18px;
}
.c-drawer-default .c-drawer-default__tel-number a {
  text-decoration: none;
}
.c-drawer-default .c-drawer-default__tel-time {
  color: var(--BUSINESS-White, #FFF);
  font-family: var(--gothic);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}
.c-drawer-default .c-drawer-default__menu {
  border-top: 1px solid #fff;
  display: grid;
  list-style: none;
  padding: 20px 24px 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 > li {
  padding: 8px 0 16px;
}
.c-drawer-default .c-drawer-default__menu > li > ul > li > a {
  color: var(--LPIXEL-White, #fff);
  font-family: var(--gothic);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding: 12px 0;
  text-transform: none;
  text-decoration: none;
}
.c-drawer-default .c-drawer-default__menu > li > ul > li > ul {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 12px 0;
}
.c-drawer-default .c-drawer-default__menu > li > ul > li > ul > li > a {
  color: var(--LPIXEL-White, #fff);
  display: inline-block;
  font-family: var(--gothic);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-decoration: none;
}
.c-drawer-default .c-drawer-default__menu > li > ul > li > ul > li > a::before {
  content: "-";
  margin-right: 6px;
}
.c-drawer-default .c-drawer-default__menu > li > a {
  color: var(--LPIXEL-White, #fff);
  display: inline-block;
  font-family: var(--gothic);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 100%;
  padding: 16px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.c-drawer-default .c-drawer-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="15" viewBox="0 0 15 15" fill="none"><rect x="3.5" y="1.5" width="11" height="10" rx="0.5" stroke="white" /><path d="M1 3V13C1 13.5523 1.44772 14 2 14H13" stroke="white" 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__menu > li > a.is-text-transform-none {
  text-transform: none;
}
.c-drawer-default .c-drawer-default__menu-externals {
  display: grid;
  list-style: none;
  padding: 0 24px;
  width: 100%;
}
.c-drawer-default .c-drawer-default__menu-externals > li > a {
  color: var(--LPIXEL-White, #fff);
  display: inline-block;
  font-family: var(--gothic);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 100%;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.c-drawer-default .c-drawer-default__menu-externals > li > 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="white" /><path d="M1 3V13C1 13.5523 1.44772 14 2 14H13" stroke="white" 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__menu-externals > li > a.is-text-transform-none {
  text-transform: none;
}
.c-drawer-default .c-drawer-default__language-switcher {
  align-items: center;
  color: var(--LPIXEL-White, #fff);
  display: flex;
  font-family: var(--gothic);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  gap: 8px;
  letter-spacing: 0;
  transition: opacity 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
}
.c-drawer-default .c-drawer-default__language-switcher img {
  display: inline-block;
  filter: brightness(0) invert(1);
}

.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-divider {
  align-items: center;
  color: var(--LPIXEL-Green, #00B961);
  display: grid;
  gap: 0 32px;
  grid-template-columns: 1fr auto 1fr;
  font-family: "din-2014";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 -20px !important;
  max-width: none !important;
  text-align: center;
  width: calc(100% + 40px);
}
@media screen and (max-width: 650px) {
  .c-headline-divider {
    font-size: 44px;
    gap: 0 12px;
  }
}
@media screen and (max-width: 650px) {
  .c-headline-divider.is-sp-small {
    font-size: 36px;
    line-height: normal;
  }
}
.c-headline-divider::before {
  background: #00B961;
  content: "";
  display: inline-block;
  height: 1px;
  min-width: 32px;
  width: 100%;
}
.c-headline-divider::after {
  background: #00B961;
  content: "";
  display: inline-block;
  height: 1px;
  min-width: 32px;
  width: 100%;
}
.c-headline-divider strong {
  display: contents;
  font-style: normal;
  font-weight: 700;
}
.c-headline-divider em {
  display: contents;
  font-style: normal;
}

.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 .c-headline-default__subtitle {
  font-size: 36px;
  letter-spacing: 1.8px;
  margin: 0 0 6px;
  text-transform: none;
}
.c-headline-default.is-text-transform-none .c-headline-default__subtitle {
  text-transform: none;
}
@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: 22px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3.2px;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-headline-default .c-headline-default__title {
    font-size: 20px;
  }
}
.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;
}
@media screen and (max-width: 650px) {
  .c-headline-default .c-headline-default__subtitle {
    font-size: 36px;
  }
}

.c-headline-gradient {
  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: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
  text-align: center;
}
.c-headline-gradient.is-large {
  font-size: 64px;
  line-height: normal;
}
@media screen and (max-width: 650px) {
  .c-headline-gradient.is-large {
    font-size: 44px;
    line-height: 60px;
  }
}
.c-headline-gradient.is-larger {
  font-size: 56px;
  line-height: normal;
}
@media screen and (max-width: 650px) {
  .c-headline-gradient.is-larger {
    font-size: 36px;
    line-height: 46px;
  }
}
.c-headline-gradient.is-medium {
  font-size: 32px;
  line-height: 46px;
}
@media screen and (max-width: 650px) {
  .c-headline-gradient.is-medium {
    font-size: 28px;
    line-height: normal;
  }
}
@media screen and (max-width: 650px) {
  .c-headline-gradient.is-sp-medium {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 650px) {
  .c-headline-gradient.is-sp-small {
    font-size: 28px;
    line-height: normal;
  }
}
.c-headline-gradient.is-bright {
  background: linear-gradient(90deg, #3DFFC3 0%, #A7FF4B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-headline-gradient em,
.c-headline-gradient strong {
  display: inline-block;
  font-style: normal;
}
.c-headline-gradient sup,
.c-headline-gradient sub {
  position: static;
  vertical-align: super;
}

.c-headline-rounded {
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
  color: var(--LPIXEL-Green, #00B961);
  display: block;
  font-family: var(--gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 1.2px;
  line-height: normal;
  margin: 4px !important;
  max-width: 100% !important;
  padding: 14px 26px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-headline-rounded {
    border-radius: 36px;
  }
}
.c-headline-rounded::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;
}
@media screen and (max-width: 650px) {
  .c-headline-rounded::before {
    border-radius: 40px;
  }
}
.c-headline-rounded.is-white {
  color: var(--TEXT-Black, #222);
}
@media screen and (max-width: 650px) {
  .c-headline-rounded.is-white {
    border-radius: 100px;
  }
}
.c-headline-rounded.is-white::before {
  display: none;
}
.c-headline-rounded.is-fill {
  background-color: var(--LPIXEL-Green, #00B961);
  color: var(--LPIXEL-White, #FFF);
  font-size: 20px;
  margin: 0 !important;
}
@media screen and (max-width: 650px) {
  .c-headline-rounded.is-fill {
    border-radius: 100px;
  }
}
.c-headline-rounded.is-fill::before {
  display: none;
}
:lang(en-US) .c-headline-rounded {
  font-size: 28px;
}
.c-headline-rounded sup {
  top: -0.6em;
}
.c-headline-rounded sub {
  bottom: -0.1em;
}

.c-headline-simple {
  color: var(--LPIXEL-Green, #00B961);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
:lang(en-US) .c-headline-simple {
  font-size: 28px;
  line-height: normal;
}
.c-headline-simple.is-large {
  font-size: 44px;
  letter-spacing: 2.2px;
  line-height: normal;
}
@media screen and (max-width: 650px) {
  .c-headline-simple.is-large {
    font-size: 32px;
    letter-spacing: 0;
    line-height: normal;
  }
}
.c-headline-simple.is-larger {
  font-size: 36px;
}
@media screen and (max-width: 650px) {
  .c-headline-simple.is-larger {
    font-size: 32px;
  }
}
.c-headline-simple.is-medium {
  font-size: 36px;
  line-height: 46px;
}
@media screen and (max-width: 650px) {
  .c-headline-simple.is-medium {
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: normal;
  }
}
@media screen and (max-width: 650px) {
  .c-headline-simple.is-sp-small {
    font-size: 18px;
  }
}
.c-headline-simple.is-black {
  color: var(--TEXT-Black, #222);
}
.c-headline-simple.is-underline {
  border-bottom: solid 2px var(--LPIXEL-Green, #00B961);
  padding: 0 0 4px;
}

.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-headline-underline {
  border-bottom: solid 4px var(--LPIXEL-Green, #00B961);
  color: var(--LPIXEL-Green, #00B961);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .c-headline-underline {
    font-size: 28px;
  }
}
.c-headline-underline.is-white {
  border-bottom: solid 4px var(--LPIXEL-White, #FFF);
  color: var(--LPIXEL-White, #FFF);
}

.c-headline-gradient-dot {
  color: var(--TEXT-Green, #00B961);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: normal;
  margin: 0;
  padding: 0 0 0 32px;
  position: relative;
}
.c-headline-gradient-dot::before {
  background: var(--business-gradient-1, linear-gradient(90deg, #00B961 0%, #A8DC43 100%));
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  margin: auto;
  position: absolute;
  inset: 12px auto auto 4px;
  width: 12px;
}
@media screen and (max-width: 650px) {
  .c-headline-gradient-dot::before {
    inset: 13px auto auto 4px;
  }
}

.c-headline-echo {
  color: var(--BUSINESS-Orange, #FFA84C);
  font-family: "din-2014", var(--gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 36px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.c-headline-echo.is-small {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 650px) {
  .c-headline-echo.is-small {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-headline-echo.is-small::before {
  bottom: -2px;
}
@media screen and (max-width: 650px) {
  .c-headline-echo.is-small::before {
    height: 21px;
    left: -20px;
    width: 12px;
  }
}
.c-headline-echo.is-small::after {
  bottom: -2px;
}
@media screen and (max-width: 650px) {
  .c-headline-echo.is-small::after {
    height: 21px;
    right: -20px;
    width: 12px;
  }
}
.c-headline-echo strong {
  display: inline-block;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}
.c-headline-echo::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="32" viewBox="0 0 17 32" fill="none"><path d="M15.5004 1.5L1.50037 30.5" stroke="%23FFA84C" stroke-width="3" stroke-linecap="round"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 30px;
  margin: auto;
  position: absolute;
  scale: -1 1;
  inset: 0 auto -10px -32px;
  width: 17px;
}
.c-headline-echo::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="32" viewBox="0 0 17 32" fill="none"><path d="M15.5004 1.5L1.50037 30.5" stroke="%23FFA84C" stroke-width="3" stroke-linecap="round"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 30px;
  margin: auto;
  position: absolute;
  inset: 0 -32px -10px auto;
  width: 17px;
}

.c-headline-accent-underline {
  color: var(--TEXT-Black, #222);
  font-family: var(--gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 650px) {
  .c-headline-accent-underline {
    font-size: 20px;
    line-height: 36px;
  }
}
.c-headline-accent-underline strong {
  border-bottom: solid 3px #FFA84C;
  padding: 0 0 4px;
}

.c-wrap {
  margin: 0;
  padding: 156px 20px 0;
  position: relative;
  z-index: 0;
}
.c-wrap.is-no-navigation {
  padding-top: 0;
}
@media screen and (max-width: 1200px) {
  .c-wrap.is-home {
    padding-top: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .c-wrap {
    padding: 104px 20px 0;
  }
}

.c-contents {
  container-type: inline-size;
  margin: 0 auto;
  z-index: 1;
}
.c-contents > * {
  max-width: var(--contents-width);
  margin: 0 auto;
}

.wp-block-list {
  padding: 0 0 0 1.5em;
}

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

hr.c-hr-dashed {
  border: none;
  border-top: dashed 1px var(--LPIXEL-Green, #00B961);
}

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

.c-background-green {
  background: #EEF6F1;
  margin: 0 -20px;
  max-width: none;
  padding: 1px 20px;
  width: calc(100% + 40px);
}
.c-background-green > * {
  margin: 0 auto;
  max-width: var(--contents-width);
}

.c-background-logo {
  margin: 0 -20px;
  max-width: none;
  padding: 1px 20px;
  position: relative;
  width: calc(100% + 40px);
}
.c-background-logo::before {
  background: url("images/bg-eirl-logo-color.png") no-repeat center center/1164px;
  content: "";
  height: 1164px;
  margin: auto;
  max-width: 100%;
  position: absolute;
  inset: -120px 0 auto;
  width: 1164px;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .c-background-logo::before {
    background-size: 512px;
    height: 512px;
    top: 20px;
    width: 512px;
  }
}

.c-video-wide {
  background: #000;
  cursor: pointer;
  height: 560px;
  margin: 0 -20px;
  max-width: none !important;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-video-wide {
    height: 220px;
  }
}
.c-video-wide:hover::after {
  opacity: 0.7;
}
.c-video-wide::after {
  background: url("images/icon-play-video.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 48px;
  margin: auto;
  position: absolute;
  inset: 0;
  transition: opacity 0.3s ease;
  width: 48px;
}
@media screen and (max-width: 650px) {
  .c-video-wide::after {
    height: 32px;
    width: 32px;
  }
}
.c-video-wide.is-active::after {
  content: "";
}
.c-video-wide > div {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}
.c-video-wide video {
  display: block;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

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.is-small em {
  display: inline-block;
  font-style: normal;
}
.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;
  letter-spacing: 1.6px;
  line-height: 24px;
  max-width: 688px;
  padding: 28px 45px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-button-cta a {
    font-size: 16px;
    letter-spacing: 1.6px;
    max-width: 300px;
    padding: 12px;
    width: 100%;
  }
}
:lang(en-US) .c-button-cta a {
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  :lang(en-US) .c-button-cta a {
    font-size: 18px;
  }
}
.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: 300px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.3s ease;
  width: 100%;
}
html[lang^=en] .c-button-primary {
  font-size: 18px;
  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; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none"><rect x="3" y="0.5" width="11" height="10" rx="0.5" stroke="%23222222"/><path d="M0.5 2V12C0.5 12.5523 0.947715 13 1.5 13H12.5" stroke="%23222222" stroke-linecap="round"/></svg>');
  background-size: contain;
  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-secondary.is-small a {
  font-size: 12px;
  line-height: normal;
  max-width: 300px;
  padding: 7px 12px;
}
@media screen and (max-width: 650px) {
  .c-button-secondary.is-small a {
    font-size: 14px;
    padding: 12px;
  }
}
.c-button-secondary.is-smaller a {
  font-size: 14px;
  line-height: normal;
  max-width: 204px;
  padding: 10px 12px;
}
@media screen and (max-width: 650px) {
  .c-button-secondary.is-smaller a {
    max-width: 230px;
  }
}
.c-button-secondary.is-download a {
  padding-right: 35px;
}
.c-button-secondary.is-download a::after {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="20" viewBox="0 0 22 20" fill="none"><path d="M14.75 7.96582L10.9268 12.7504L7.10352 7.96582" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.75 0.75L10.75 11.75" stroke="white" stroke-width="1.5" stroke-linecap="round"/><path d="M0.75 7.75V18.75H20.75V7.75" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="bevel"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 16px;
  margin: auto;
  position: absolute;
  inset: 0 20px 0 auto;
  width: 20px;
}
.c-button-secondary.is-black a {
  background: var(--TEXT-Black, #222);
}
.c-button-secondary a {
  background: var(--BUSINESS-Green, #00B961);
  border-radius: 32px;
  display: inline-block;
  color: #F6F7F9;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  max-width: 367px;
  padding: 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-button-secondary a {
    padding: 8px;
  }
}
.c-button-secondary a:hover {
  opacity: 0.7;
}
.c-button-secondary a::after {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="9" viewBox="0 0 14 9" fill="none"><path d="M9.0332 0.5L13.2999 4.5L9.0332 8.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M0.5 4.5H12.8259" stroke="white" stroke-linecap="round"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 9px;
  margin: auto;
  position: absolute;
  inset: 0 12px 0 auto;
  width: 14px;
}

.c-button-tertiary a {
  align-items: center;
  border: 2px solid var(--base-gray-3, #B4B4B4);
  background: var(--BUSINESS-White, #FFF);
  color: var(--TEXT-Black, #222);
  display: inline-flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  height: 56px;
  justify-content: center;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.c-button-tertiary a:hover {
  opacity: 0.65;
}

.c-button-more {
  background: var(--LPIXEL-White, #FFF);
  border: 2px solid var(--base-gray-2, #E4E4E4);
  border-radius: 32px;
  display: inline-block;
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  max-width: 280px;
  padding: 6px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.c-button-more:hover {
  opacity: 0.5;
}
.c-button-more.is-active .c-button-more__open {
  display: none;
}
.c-button-more.is-active .c-button-more__close {
  display: block;
}
.c-button-more .c-button-more__open {
  display: block;
}
.c-button-more .c-button-more__open::after {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M0 6.99805H14" stroke="%23222222" stroke-width="2"/><path d="M7.00244 0L7.00244 14" stroke="%23222222" stroke-width="2"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 14px;
  margin: auto;
  position: absolute;
  inset: 0 23px 0 auto;
  width: 14px;
}
.c-button-more .c-button-more__close {
  display: none;
}
.c-button-more .c-button-more__close::after {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="2" viewBox="0 0 14 2" fill="none"><path d="M0 1H14" stroke="%23222222" stroke-width="2"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 14px;
  margin: auto;
  position: absolute;
  inset: 0 23px 0 auto;
  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;
  text-decoration: none;
  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-White, #fff);
}
.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.is-black span {
  background-color: #222;
}
.c-button-hamburger.is-white span {
  background-color: #fff;
}
.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-button-cta-contact a {
  align-items: center;
  background: var(--BUSINESS-White, #FFF);
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  color: var(--TEXT-Black, #222);
  display: inline-flex;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2.2px;
  line-height: normal;
  height: 60px;
  justify-content: center;
  max-width: 340px;
  padding: 0 40px 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.c-button-cta-contact a::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="15" viewBox="0 0 28 15" fill="none"><path d="M27.7071 8.07137C28.0976 7.68084 28.0976 7.04768 27.7071 6.65715L21.3431 0.293192C20.9526 -0.0973326 20.3195 -0.0973326 19.9289 0.293192C19.5384 0.683716 19.5384 1.31688 19.9289 1.70741L25.5858 7.36426L19.9289 13.0211C19.5384 13.4116 19.5384 14.0448 19.9289 14.4353C20.3195 14.8259 20.9526 14.8259 21.3431 14.4353L27.7071 8.07137ZM0 7.36426L-8.74228e-08 8.36426L27 8.36426L27 7.36426L27 6.36426L8.74228e-08 6.36426L0 7.36426Z" fill="%23FFA84C" /></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 15px;
  margin: auto;
  position: absolute;
  inset: 0 14px 0 auto;
  width: 28px;
}
.c-button-cta-contact a img {
  height: 23px;
  margin: 0 18px 0 0;
  width: auto;
}

.c-button-cta-download a {
  align-items: center;
  background: #FFA84C;
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2.2px;
  line-height: normal;
  height: 60px;
  justify-content: center;
  max-width: 340px;
  padding: 0 0 0 30px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
:lang(en-US) .c-button-cta-download a {
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  :lang(en-US) .c-button-cta-download a {
    font-size: 20px;
    justify-content: flex-start;
    letter-spacing: 0;
    padding: 0 40px 0 24px;
  }
}
.c-button-cta-download a::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="15" viewBox="0 0 28 15" fill="none"><path d="M27.7071 8.07137C28.0976 7.68084 28.0976 7.04768 27.7071 6.65715L21.3431 0.293192C20.9526 -0.0973326 20.3195 -0.0973326 19.9289 0.293192C19.5384 0.683716 19.5384 1.31688 19.9289 1.70741L25.5858 7.36426L19.9289 13.0211C19.5384 13.4116 19.5384 14.0448 19.9289 14.4353C20.3195 14.8259 20.9526 14.8259 21.3431 14.4353L27.7071 8.07137ZM0 7.36426L-8.74228e-08 8.36426L27 8.36426L27 7.36426L27 6.36426L8.74228e-08 6.36426L0 7.36426Z" fill="white" /></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 15px;
  margin: auto;
  position: absolute;
  inset: 0 14px 0 auto;
  width: 28px;
}
.c-button-cta-download a em,
.c-button-cta-download a i {
  background: var(--BUSINESS-White, #FFF);
  border-radius: 3px;
  color: var(--TEXT-Black, #222);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.25em;
  line-height: normal;
  margin: auto;
  min-width: 64px;
  padding: 3px;
  position: absolute;
  inset: auto auto auto 16px;
  text-align: center;
  text-indent: 0.25em;
}

.c-button-cta-eirl-trial a {
  align-items: center;
  background: var(--BUSINESS-Green, #00B961);
  border-radius: 6px;
  color: var(--BUSINESS-White, #FFF);
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  height: 108px;
  justify-content: center;
  line-height: 46px;
  padding: 0 0 0 27px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@container (max-width: 768px) {
  .c-button-cta-eirl-trial a {
    font-size: 20px;
    height: 72px;
  }
}
.c-button-cta-eirl-trial a::before {
  background: url("images/logo-eirl-symbol.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 51px;
  margin: auto;
  position: absolute;
  inset: 0 auto 0 32px;
  width: 51px;
}
@container (max-width: 768px) {
  .c-button-cta-eirl-trial a::before {
    height: 30px;
    width: 30px;
    left: 19px;
  }
}
.c-button-cta-eirl-trial a::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="15" viewBox="0 0 28 15" fill="none"><path d="M27.7071 8.07088C28.0976 7.68035 28.0976 7.04719 27.7071 6.65667L21.3431 0.292704C20.9526 -0.0978208 20.3195 -0.0978209 19.9289 0.292703C19.5384 0.683228 19.5384 1.31639 19.9289 1.70692L25.5858 7.36377L19.9289 13.0206C19.5384 13.4111 19.5384 14.0443 19.9289 14.4348C20.3195 14.8254 20.9526 14.8254 21.3431 14.4348L27.7071 8.07088ZM0 7.36377L-8.74228e-08 8.36377L27 8.36377L27 7.36377L27 6.36377L8.74228e-08 6.36377L0 7.36377Z" fill="white"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 15px;
  margin: auto;
  position: absolute;
  inset: 0 23px 0 auto;
  width: 28px;
}
@container (max-width: 768px) {
  .c-button-cta-eirl-trial a::after {
    height: 12px;
    width: 23px;
    right: 13px;
  }
}
.c-button-cta-eirl-trial a:hover {
  opacity: 0.7;
}

.c-button-cta-eirl-download a {
  align-items: center;
  background: var(--BUSINESS-White, #FFF);
  border: 2px solid var(--BUSINESS-Green, #00B961);
  border-radius: 6px;
  color: var(--BUSINESS-Green, #00B961);
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  height: 94px;
  justify-content: center;
  line-height: normal;
  letter-spacing: 1.2px;
  padding: 8px 120px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@container (max-width: 768px) {
  .c-button-cta-eirl-download a {
    align-items: flex-start;
    font-size: 18px;
    height: 72px;
    padding: 8px 30px 8px 85px;
    text-align: left;
  }
}
.c-button-cta-eirl-download a::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="15" viewBox="0 0 28 15" fill="none"><path d="M27.7071 8.07088C28.0976 7.68035 28.0976 7.04719 27.7071 6.65667L21.3431 0.292704C20.9526 -0.0978208 20.3195 -0.0978209 19.9289 0.292703C19.5384 0.683228 19.5384 1.31639 19.9289 1.70692L25.5858 7.36377L19.9289 13.0206C19.5384 13.4111 19.5384 14.0443 19.9289 14.4348C20.3195 14.8254 20.9526 14.8254 21.3431 14.4348L27.7071 8.07088ZM0 7.36377L-8.74228e-08 8.36377L27 8.36377L27 7.36377L27 6.36377L8.74228e-08 6.36377L0 7.36377Z" fill="%2300B961"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 15px;
  margin: auto;
  position: absolute;
  inset: 0 21px 0 auto;
  width: 28px;
}
@container (max-width: 768px) {
  .c-button-cta-eirl-download a::after {
    height: 12px;
    width: 23px;
    right: 11px;
  }
}
.c-button-cta-eirl-download a:hover {
  opacity: 0.7;
}
.c-button-cta-eirl-download a strong {
  background: var(--BUSINESS-Green, #00B961);
  border-radius: 3px;
  color: var(--BUSINESS-White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
  margin: auto;
  padding: 4px 4px 5px;
  position: absolute;
  inset: auto auto auto 30px;
  text-align: center;
  width: 78px;
}
@container (max-width: 768px) {
  .c-button-cta-eirl-download a strong {
    font-size: 13px;
    width: 56px;
    left: 17px;
    padding: 3px;
  }
}
.c-button-cta-eirl-download a em {
  color: var(--TEXT-Black, #222);
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  text-align: center;
}
@container (max-width: 768px) {
  .c-button-cta-eirl-download a em {
    font-size: 12px;
    line-height: normal;
  }
}

.c-button-cta-eirl-contact a {
  background: var(--TEXT-Black, #222);
  align-items: center;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  color: var(--BUSINESS-White, #FFF);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  height: 94px;
  justify-content: center;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
  text-decoration: none;
}
@container (max-width: 768px) {
  .c-button-cta-eirl-contact a {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    height: 72px;
    line-height: 36px;
  }
}
.c-button-cta-eirl-contact a:hover {
  opacity: 0.7;
}

.c-banner-contact-wrapper {
  display: grid;
  gap: 16px;
  margin-left: -20px !important;
  margin-right: -20px !important;
  max-width: none !important;
  padding: 0 20px 104px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-banner-contact-wrapper {
    gap: 8px;
    padding: 0 20px 48px;
  }
}

.c-banner-contact.is-rounded a {
  border-radius: 4px;
}
.c-banner-contact.is-small a {
  font-size: 20px;
  letter-spacing: 0;
  min-height: 0;
  padding: 12px 12px 12px 26px;
}
.c-banner-contact.is-small a::before {
  height: 42px;
  width: 42px;
}
.c-banner-contact.is-small a::after {
  height: 20px;
  right: 10px;
  width: 20px;
}
.c-banner-contact a {
  align-items: center;
  background: var(--LPIXEL-Green, #00B961);
  border: 5px solid var(--LPIXEL-Green, #00B961);
  color: var(--LPIXEL-White, #FFF);
  display: flex;
  flex-wrap: wrap;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 1.2px;
  line-height: normal;
  margin: 0 auto;
  max-width: 900px;
  min-height: 140px;
  overflow: hidden;
  padding: 30px 180px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 650px) {
  .c-banner-contact a {
    font-size: 24px;
    max-width: 100%;
    min-height: 94px;
    padding: 15px 50px 15px 74px;
  }
}
.c-banner-contact a::before {
  background: url("images/logo-eirl-symbol.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 70px;
  margin: auto;
  position: absolute;
  inset: 0 auto 0 36px;
  width: 70px;
}
@media screen and (max-width: 650px) {
  .c-banner-contact a::before {
    height: 46px;
    inset: 0 auto 0 15px;
    width: 46px;
  }
}
.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="%23FFF" 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-banner-contact a s {
  font-style: normal;
  text-decoration: none;
}
@media screen and (max-width: 650px) {
  .c-banner-contact a s {
    display: none;
  }
}

.c-banner-download 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: 28px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 1.2px;
  line-height: normal;
  margin: 0 auto;
  max-width: 900px;
  min-height: 120px;
  overflow: hidden;
  padding: 30px 180px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 650px) {
  .c-banner-download a {
    font-size: 24px;
    min-height: 94px;
    padding: 15px 50px 15px 74px;
  }
}
.c-banner-download a::before {
  background: url("images/icon-document.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 58px;
  margin: auto;
  position: absolute;
  inset: 0 auto 0 47px;
  width: 42px;
}
@media screen and (max-width: 650px) {
  .c-banner-download a::before {
    height: 38px;
    inset: 0 auto 0 24px;
    width: 27px;
  }
}
.c-banner-download 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-download a::after {
    height: 29px;
    inset: 0 4px 0 auto;
    width: 29px;
  }
}
.c-banner-download a:hover {
  opacity: 0.45;
}
.c-banner-download a em {
  font-style: normal;
}
@media screen and (max-width: 650px) {
  .c-banner-download a em {
    display: inline-block;
  }
}
.c-banner-download a s {
  font-style: normal;
  text-decoration: none;
}
@media screen and (max-width: 650px) {
  .c-banner-download a s {
    display: none;
  }
}

.c-banner-pinned {
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: right;
  transition: opacity 0.3s ease;
  z-index: 100;
}
.c-banner-pinned.is-active {
  opacity: 1;
  pointer-events: auto;
}
.gdpr-infobar-visible .c-banner-pinned {
  bottom: 90px;
}
.c-banner-pinned .c-banner-pinned__close {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="12" fill="%233C4348"/><path d="M8 8L16 16" stroke="white" stroke-width="2"/><path d="M16 8L8 16" stroke="white" stroke-width="2"/></svg>') no-repeat center/contain;
  cursor: pointer;
  display: block;
  height: 24px;
  position: absolute;
  top: -7px;
  right: -7px;
  width: 24px;
}
.c-banner-pinned a {
  box-shadow: 0 0 12px 0 rgba(0, 185, 97, 0.4);
  display: block !important;
  margin: 0 0 0 auto;
  max-width: 200px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.c-banner-pinned a:hover {
  opacity: 0.7;
}
.c-banner-pinned a img {
  display: block;
  max-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
}

.c-banner-belt {
  background-color: #fff;
  opacity: 0;
  padding: 16px 20px;
  pointer-events: none;
  position: relative;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 100;
}
.c-banner-belt.is-pinned {
  position: fixed;
  left: 0;
  bottom: 0;
}
.gdpr-infobar-visible .c-banner-belt.is-pinned {
  bottom: 120px;
}
.c-banner-belt .c-banner-belt__close {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="12" fill="%233C4348"/><path d="M8 8L16 16" stroke="white" stroke-width="2"/><path d="M16 8L8 16" stroke="white" stroke-width="2"/></svg>') no-repeat center/contain;
  cursor: pointer;
  display: block;
  height: 32px;
  position: absolute;
  right: 20px;
  top: -24px;
  width: 32px;
}
.c-banner-belt.is-green {
  background: var(--LPIXEL-Green, #00B961);
}
.c-banner-belt.is-active {
  opacity: 1;
  pointer-events: auto;
}

.c-banner-ai a {
  border-radius: 4px;
  background: var(--BUSINESS-White, #FFF);
  color: #005099;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  padding: 12px 37px 12px 88px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.c-banner-ai a::before {
  background: url("images/illust-ai.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 90px;
  margin: auto;
  position: absolute;
  inset: 0 auto 0 -10px;
  width: 97px;
}
.c-banner-ai a::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="22" viewBox="0 0 13 22" fill="none"><path d="M0.707031 20.5059L10.6065 10.6064L0.707031 0.706871" stroke="%23005099" stroke-width="2"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 24px;
  margin: auto;
  position: absolute;
  inset: 0 12px 0 auto;
  width: 24px;
}
.c-banner-ai a strong {
  color: #FF6DA4;
  font-family: "din-2014";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

table th,
table td {
  min-width: 80px;
}
table strong {
  font-weight: 600;
}

.c-table-spec table {
  margin: 0 auto;
  max-width: 696px;
  width: 100%;
}
.c-table-spec table tr {
  border-bottom: solid 1px var(--BUSINESS-Green, #00B961);
}
.c-table-spec table tr:first-child {
  border-top: solid 1px var(--BUSINESS-Green, #00B961);
}
.c-table-spec table td {
  border: none;
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  padding: 24px 0;
  vertical-align: top;
}
.c-table-spec table td:first-child {
  color: var(--BUSINESS-Green, #00B961);
  font-weight: 600;
  padding-right: 16px;
  text-align: left;
}
.c-table-spec table a {
  text-decoration: underline;
}
.c-table-spec table a:hover {
  text-decoration: none;
}
.c-table-spec table em {
  font-style: normal;
}
@media screen and (max-width: 650px) {
  .c-table-spec table em br {
    display: none;
  }
}

.c-table-score table {
  margin: 0 auto;
  width: 100%;
}
.c-table-score table thead {
  background: var(--BUSINESS-Green, #00B961);
  border: none;
  border-collapse: separate !important;
}
.c-table-score table thead th {
  border: none;
  border-right: solid 4px #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-table-score table thead th {
    font-size: 14px;
  }
}
.c-table-score table thead th:last-child {
  border-right: none;
}
.c-table-score table tbody tr {
  border: none;
}
.c-table-score table tbody tr:nth-child(odd) td {
  background: var(--base-gray-0, #F7F7F7);
}
.c-table-score table tbody tr td {
  border: none;
  border-right: solid 4px #fff;
  font-family: "din-2014";
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-table-score table tbody tr td {
    font-size: 14px;
  }
}
.c-table-score table tbody tr td:last-child {
  border-right: none;
}

.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;
  }
}

.c-list-no-style {
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 0 20px;
  list-style: "・ ";
}
.c-list-no-style.is-small li {
  font-size: 14px;
}

.c-list-dot {
  font-size: 16px;
  font-style: normal;
  list-style: url("images/list-style-dot.svg");
  list-style-position: inside;
  margin: 14px 0 0 14px;
  padding: 0 0 0 10px;
}
.c-list-dot.is-green-dot {
  list-style: url("images/list-style-dot-green.svg");
  list-style-position: inside;
}
.c-list-dot.is-wide li {
  margin: 16px 0;
}
.c-list-dot.is-medium li {
  font-size: 20px;
  line-height: 36px;
}
@media screen and (max-width: 650px) {
  .c-list-dot.is-medium li {
    font-size: 18px;
  }
}
.c-list-dot li {
  color: var(--TEXT-Black, #222);
  font-weight: 600;
  line-height: 32px;
  margin: 2px 0;
  text-indent: -20px;
}

.c-list-check {
  display: grid;
  gap: 8px;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-list-check {
    gap: 12px;
  }
}
.c-list-check.is-2cols {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
}
@media screen and (max-width: 650px) {
  .c-list-check.is-2cols {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.c-list-check.is-no-background li {
  background: none;
  box-shadow: none;
  color: var(--TEXT-Black, #222);
  padding: 0 0 0 40px;
}
@media screen and (max-width: 650px) {
  .c-list-check.is-no-background li {
    line-height: normal;
    padding: 6px 0 6px 32px;
  }
}
.c-list-check.is-no-background li strong {
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #FFA84C;
  text-underline-offset: 4px;
}
.c-list-check.is-no-background li::before {
  top: 7px;
  left: 0;
}
.c-list-check.is-green li {
  border-radius: 6px;
  background: var(--base-light-green-3, #F0F9ED);
  box-shadow: none;
  color: var(--TEXT-Black, #222);
  padding-top: 24px;
  padding-bottom: 24px;
}
.c-list-check.is-green li::before {
  top: 30px;
}
@media screen and (max-width: 650px) {
  .c-list-check.is-green li::before {
    top: 28px;
  }
}
.c-list-check li {
  background: var(--BUSINESS-White, #FFF);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  color: var(--BUSINESS-Green, #00B961);
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  padding: 12px 16px 12px 72px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-list-check li {
    font-size: 16px;
    line-height: 32px;
    padding-left: 64px;
  }
}
.c-list-check li::before {
  background: url("images/list-style-check.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  inset: 18px 0 0 24px;
  width: 24px;
}

.c-list-faq {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.c-list-faq .c-list-faq__question {
  background-color: #F5F7F8;
  border-radius: 10px;
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5294117647;
  margin: 20px auto 0;
  padding: 20px 88px 20px 62px;
  position: relative;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .c-list-faq .c-list-faq__question {
    padding-right: 58px;
  }
}
.c-list-faq .c-list-faq__question::before {
  color: var(--LPIXEL-Green, #00B961);
  content: "Q.";
  display: block;
  font-family: "din-2014";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.28125;
  position: absolute;
  left: 20px;
  top: 12px;
}
.c-list-faq .c-list-faq__question::after {
  background: url("images/cloud/icon-plus.svg") no-repeat center center/13px;
  border-radius: 50%;
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  right: 0;
  top: calc(50% - 22px);
  width: 45px;
}
.c-list-faq .c-list-faq__question:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-list-faq .c-list-faq__question.is-active::after {
  background: url("images/cloud/icon-minus.svg") no-repeat center center/13px;
}
.c-list-faq .c-list-faq__answer {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5294117647;
  margin: 0 auto 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease, opacity 0.9s ease;
}
.c-list-faq .c-list-faq__answer::before {
  color: var(--LPIXEL-Green, #00B961);
  content: "A.";
  display: block;
  font-family: "din-2014";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.28125;
  position: absolute;
  left: 20px;
  top: 12px;
}
.c-list-faq .c-list-faq__answer.is-active {
  max-height: 400px;
  opacity: 1;
  transition: max-height 2.4s ease-out, opacity 0.6s ease-out 0.3s;
}
.c-list-faq .c-list-faq__answer p {
  padding: 20px 0 20px 62px;
}

.c-list-voice {
  display: grid;
  gap: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .c-list-voice {
    gap: 56px;
  }
}
.c-list-voice .c-list-voice__items {
  align-items: center;
  display: flex;
  gap: 56px 64px;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .c-list-voice .c-list-voice__items {
    flex-direction: column;
  }
}
.c-list-voice .c-list-voice__items:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 650px) {
  .c-list-voice .c-list-voice__items:nth-child(even) {
    flex-direction: column;
  }
}
.c-list-voice .c-list-voice__items:nth-child(even) .c-list-voice__speech::before {
  transform: rotate(180deg);
  left: auto;
  right: -42px;
}
@media screen and (max-width: 650px) {
  .c-list-voice .c-list-voice__items:nth-child(even) .c-list-voice__speech::before {
    transform: none;
    right: 0;
    left: 0;
  }
}
.c-list-voice .c-list-voice__avatar {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  line-height: 0;
  width: 200px;
}
@media screen and (max-width: 650px) {
  .c-list-voice .c-list-voice__avatar {
    width: 160px;
  }
}
.c-list-voice .c-list-voice__avatar img {
  height: auto;
  width: 100%;
}
.c-list-voice .c-list-voice__speech {
  background-color: #fff;
  border: solid 2px var(--LPIXEL-Green, #00B961);
  border-radius: 10px;
  color: #1A1A1A;
  max-width: 672px;
  padding: 30px 33px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-list-voice .c-list-voice__speech {
    padding: 20px 30px;
  }
}
.c-list-voice .c-list-voice__speech::before {
  background: url("images/cloud/speech-arrow.png") no-repeat center right/contain;
  content: "";
  display: block;
  height: 38px;
  margin: auto;
  position: absolute;
  left: -42px;
  top: 0;
  bottom: 0;
  width: 42px;
}
@media screen and (max-width: 650px) {
  .c-list-voice .c-list-voice__speech::before {
    background: url("images/cloud/speech-arrow-sp.png") no-repeat center right/contain;
    height: 38px;
    right: 0;
    left: 0;
    top: -37.5px;
    bottom: auto;
    width: 60px;
  }
}
.c-list-voice .c-list-voice__headline {
  color: var(--LPIXEL-Green, #00B961);
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 10px;
}
.c-list-voice .c-list-voice__text {
  font-size: 16px;
  line-height: 32px;
}

.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-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

.u-mt-auto {
  margin-top: auto;
}

.u-mb-auto {
  margin-bottom: auto;
}

/* 文字を操作する系ユーティリティ */
.u-gothic {
  font-family: "din-2014", 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(--BUSINESS-Green, #00B961);
}

.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-lh1\.5 {
  line-height: 1.5 !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;
}

/* 表示&非表示を操作する系ユーティリティ */
@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-hide {
  display: none !important;
}

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

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

/* サブページ
------------------------------------*/
.p-top-header {
  max-width: none !important;
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  z-index: 20;
}
.p-top-header .p-top-header__inner {
  display: block;
  padding: 12px 0 12px 14px;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
}
.p-top-header .p-top-header__inner figure {
  display: block;
  line-height: 0;
  margin: 0;
}

.p-top-kv {
  background: url("images/top/kv-background.png") no-repeat right top/contain, linear-gradient(166deg, #00B961 19.62%, #A8DC43 97.85%);
  height: 610px;
  margin: 0 -20px;
  max-width: none !important;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-top-kv {
    background: linear-gradient(166deg, #00B961 19.62%, #A8DC43 97.85%);
    height: 538px;
  }
}
.p-top-kv .p-top-kv__inner {
  margin: 0 auto;
  max-width: 1360px;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .p-top-kv .p-top-kv__inner {
    max-width: 380px;
    padding: 64px 0 0;
  }
}
.p-top-kv .p-top-kv__text {
  color: #fff;
  height: auto;
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 20px;
  position: absolute;
  left: calc(50% + 60px);
  top: 72px;
  z-index: 4;
}
@media screen and (max-width: 1200px) {
  .p-top-kv .p-top-kv__text {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }
}
.p-top-kv .p-top-kv__catchcopy {
  color: var(--BUSINESS-White, #FFF);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
}
@media screen and (max-width: 1200px) {
  .p-top-kv .p-top-kv__catchcopy {
    font-size: 28px;
    line-height: normal;
    white-space: nowrap;
  }
}
.p-top-kv .p-top-kv__leadtext {
  color: var(--BUSINESS-White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0.9px;
  margin: 16px 0 0;
  max-width: 460px;
}
@media screen and (max-width: 1200px) {
  .p-top-kv .p-top-kv__leadtext {
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    margin: 8px 0 0;
  }
}
.p-top-kv .p-top-kv__button {
  display: grid;
  gap: 12px;
  margin: 64px 0 0;
  max-width: 540px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-top-kv .p-top-kv__button {
    margin: 172px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .p-top-kv .p-top-kv__button.is-pc {
    display: none;
  }
}
.p-top-kv .p-top-kv__button.is-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .p-top-kv .p-top-kv__button.is-sp {
    display: grid;
  }
}
.p-top-kv .p-top-kv__button-cta-contact a {
  align-items: center;
  background: var(--BUSINESS-White, #FFF);
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  color: var(--TEXT-Black, #222);
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  height: 108px;
  justify-content: center;
  padding: 16px 40px 8px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.p-top-kv .p-top-kv__button-cta-contact a:hover {
  opacity: 0.7;
}
.p-top-kv .p-top-kv__button-cta-contact a::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="15" viewBox="0 0 28 15" fill="none"><path d="M27.7071 8.07137C28.0976 7.68084 28.0976 7.04768 27.7071 6.65715L21.3431 0.293192C20.9526 -0.0973326 20.3195 -0.0973326 19.9289 0.293192C19.5384 0.683716 19.5384 1.31688 19.9289 1.70741L25.5858 7.36426L19.9289 13.0211C19.5384 13.4116 19.5384 14.0448 19.9289 14.4353C20.3195 14.8259 20.9526 14.8259 21.3431 14.4353L27.7071 8.07137ZM0 7.36426L-8.74228e-08 8.36426L27 8.36426L27 7.36426L27 6.36426L8.74228e-08 6.36426L0 7.36426Z" fill="%23FFA84C" /></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 15px;
  margin: auto;
  position: absolute;
  inset: 36px 25px auto auto;
  width: 28px;
}
.p-top-kv .p-top-kv__button-cta-contact a img {
  display: block;
  margin: 0 18px 0 0;
}
.p-top-kv .p-top-kv__button-cta-contact a em,
.p-top-kv .p-top-kv__button-cta-contact a i {
  color: var(--TEXT-Black, #222);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 -40px 0 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .p-top-kv .p-top-kv__button-cta-contact a em,
  .p-top-kv .p-top-kv__button-cta-contact a i {
    font-size: 12px;
    letter-spacing: -0.8px;
    margin: 4px -40px 0 0;
    width: calc(100% + 30px);
  }
}
.p-top-kv .p-top-kv__button-cta a {
  align-items: center;
  background: #FFA84C;
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: normal;
  height: 76px;
  justify-content: center;
  padding: 0 0 0 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.p-top-kv .p-top-kv__button-cta a:hover {
  opacity: 0.7;
}
.p-top-kv .p-top-kv__button-cta a::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="15" viewBox="0 0 28 15" fill="none"><path d="M27.7071 8.07137C28.0976 7.68084 28.0976 7.04768 27.7071 6.65715L21.3431 0.293192C20.9526 -0.0973326 20.3195 -0.0973326 19.9289 0.293192C19.5384 0.683716 19.5384 1.31688 19.9289 1.70741L25.5858 7.36426L19.9289 13.0211C19.5384 13.4116 19.5384 14.0448 19.9289 14.4353C20.3195 14.8259 20.9526 14.8259 21.3431 14.4353L27.7071 8.07137ZM0 7.36426L-8.74228e-08 8.36426L27 8.36426L27 7.36426L27 6.36426L8.74228e-08 6.36426L0 7.36426Z" fill="white" /></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 15px;
  margin: auto;
  position: absolute;
  inset: 0 25px 0 auto;
  width: 28px;
}
.p-top-kv .p-top-kv__button-cta a strong,
.p-top-kv .p-top-kv__button-cta a b {
  background: var(--BUSINESS-White, #FFF);
  border-radius: 3px;
  color: var(--TEXT-Black, #222);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: auto;
  min-width: 64px;
  padding: 4px 3px 2px;
  position: absolute;
  inset: auto auto auto 26px;
  text-align: center;
  text-indent: 0.25em;
}
.p-top-kv .p-top-kv__button-cta a em,
.p-top-kv .p-top-kv__button-cta a i {
  color: var(--TEXT-Black, #222);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 17px 0 0;
}
.p-top-kv .p-top-kv__photo-shadow,
.p-top-kv .p-top-kv__photo-main {
  display: block;
  height: 100%;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  position: absolute;
  left: calc(50% - 740px);
  top: 104px;
  width: 780px;
  z-index: 4;
}
@media screen and (max-width: 1200px) {
  .p-top-kv .p-top-kv__photo-shadow,
  .p-top-kv .p-top-kv__photo-main {
    height: auto;
    margin: auto;
    inset: auto 0 120px;
    width: 320px;
  }
}
.p-top-kv .p-top-kv__photo-shadow {
  mix-blend-mode: multiply;
  z-index: 3;
}

:lang(en-US) .p-top-kv .p-top-kv__catchcopy {
  line-height: 64px;
}
@media screen and (max-width: 1200px) {
  :lang(en-US) .p-top-kv .p-top-kv__catchcopy {
    font-size: 32px;
    line-height: normal;
  }
}
:lang(en-US) .p-top-kv .p-top-kv__leadtext {
  line-height: 28px;
  max-width: none;
}
@media screen and (max-width: 1200px) {
  :lang(en-US) .p-top-kv .p-top-kv__leadtext {
    font-size: 12px;
    line-height: normal;
  }
}
:lang(en-US) .p-top-kv .p-top-kv__button {
  margin: 48px 0 0;
  max-width: 470px;
}
@media screen and (max-width: 1200px) {
  :lang(en-US) .p-top-kv .p-top-kv__button {
    margin: 195px 0 0;
  }
}
:lang(en-US) .p-top-kv .p-top-kv__button-cta a {
  font-size: 28px;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  padding: 0 32px 4px 32px;
}
:lang(en-US) .p-top-kv .p-top-kv__button-cta a::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="15" viewBox="0 0 22 15" fill="none"><path d="M13.5293 0.292746C13.9198 -0.0974844 14.5529 -0.0976763 14.9434 0.292746L21.3066 6.657C21.6972 7.04753 21.6972 7.68054 21.3066 8.07107L14.9434 14.4353C14.5529 14.8257 13.9198 14.8256 13.5293 14.4353C13.1388 14.0448 13.1388 13.4118 13.5293 13.0213L18.1855 8.36404L-6.84676e-07 8.36403L-5.20957e-07 6.36403L18.1855 6.36404L13.5293 1.70681C13.1388 1.31628 13.1388 0.683269 13.5293 0.292746Z" fill="white"/></svg>');
  height: 15px;
  width: 22px;
}
@media screen and (max-width: 1200px) {
  :lang(en-US) .p-top-kv .p-top-kv__photo-shadow,
  :lang(en-US) .p-top-kv .p-top-kv__photo-main {
    inset: auto 0 60px;
  }
}

.p-top-headline {
  text-align: center;
}
.p-top-headline .p-top-headline__subtitle {
  color: var(--TEXT-Black, #222);
  font-family: "din-2014";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media screen and (max-width: 650px) {
  .p-top-headline .p-top-headline__subtitle {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.p-top-headline .p-top-headline__title {
  color: var(--LPIXEL-Green, #00B961);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 16px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-headline .p-top-headline__title {
    font-size: 28px;
    margin: 12px 0 0;
  }
}
:lang(en-US) .p-top-headline .p-top-headline__title {
  font-size: 44px;
}

.p-top-charts {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 650px) {
  .p-top-charts {
    gap: 24px;
  }
}
.p-top-charts figure {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.p-top-charts figure img {
  display: block;
}
.p-top-charts figure figcaption {
  color: var(--TEXT-Black, #222);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
@media screen and (max-width: 650px) {
  .p-top-charts figure figcaption {
    font-size: 16px;
  }
}

.p-top-example-carousel {
  display: flex;
  line-height: 0;
  margin-left: -20px !important;
  margin-right: -20px !important;
  max-width: none !important;
  overflow: hidden;
}
.p-top-example-carousel .p-top-example-carousel__inner {
  animation: marquee 90s linear infinite;
  display: flex;
}
.p-top-example-carousel .p-top-example-carousel__inner figure {
  display: block;
  height: 400px;
  margin: 0 4px;
  max-width: none;
  width: 390px;
}
@media screen and (max-width: 650px) {
  .p-top-example-carousel .p-top-example-carousel__inner figure {
    height: 190px;
    width: 186px;
  }
}
.p-top-example-carousel .p-top-example-carousel__inner img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-top-logo-carousel {
  display: flex;
  line-height: 0;
  margin-left: -20px !important;
  margin-right: -20px !important;
  max-width: none !important;
  overflow: hidden;
}
.p-top-logo-carousel .p-top-logo-carousel__inner {
  align-items: center;
  animation: marquee 60s linear infinite;
  display: flex;
}
.p-top-logo-carousel .p-top-logo-carousel__inner figure {
  display: block;
  height: 49px;
  margin: 0 16px;
  width: -moz-max-content;
  width: max-content;
}
.p-top-logo-carousel .p-top-logo-carousel__inner img {
  display: block;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-top-about .p-top-about__image figure img {
  display: block;
  margin: 0 auto;
}
.p-top-about .p-top-about__general {
  color: var(--LPIXEL-Green, #00B961);
  font-family: "din-2014";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-about .p-top-about__general {
    font-size: 36px;
  }
}
.p-top-about .p-top-about__general strong {
  font-weight: 700;
}

.p-top-voices {
  display: grid;
  gap: 12px;
}

.p-top-voice {
  background: #FFF;
  padding: 24px 32px 40px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-top-voice {
    padding: 10px 24px 40px;
  }
}
.p-top-voice .p-top-voice__header {
  align-items: center;
  border-bottom: 1px solid #00B961;
  display: flex;
  justify-content: space-between;
  padding: 0 0 4px;
}
@media screen and (max-width: 650px) {
  .p-top-voice .p-top-voice__header {
    align-items: start;
    border: none;
    flex-direction: column;
    width: 100%;
  }
}
.p-top-voice .p-top-voice__category {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media screen and (max-width: 650px) {
  .p-top-voice .p-top-voice__category {
    border-bottom: 1px solid #00B961;
    width: 100%;
  }
}
.p-top-voice .p-top-voice__category em {
  color: var(--BUSINESS-Green, #00B961);
  display: inline-block;
  font-family: "din-2014";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin: 0 13px 0 0;
  vertical-align: middle;
}
.p-top-voice .p-top-voice__organization {
  color: var(--TEXT-Black, #222);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-align: right;
}
@media screen and (max-width: 650px) {
  .p-top-voice .p-top-voice__organization {
    margin: 8px 0 0;
    text-align: left;
  }
}
.p-top-voice .p-top-voice__body {
  display: grid;
  gap: 12px 32px;
  grid-template-columns: 100px 1fr;
  margin: 32px 0 12px;
}
@media screen and (max-width: 650px) {
  .p-top-voice .p-top-voice__body {
    gap: 24px;
    grid-template-columns: 1fr;
    margin: 16px 0 40px;
  }
}
.p-top-voice .p-top-voice__image {
  align-content: start;
  color: #1A1A1A;
  display: grid;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  gap: 6px;
  line-height: 26px;
}
.p-top-voice .p-top-voice__content {
  align-content: start;
  display: grid;
  gap: 16px;
}
.p-top-voice .p-top-voice__title {
  color: var(--LPIXEL-Green, #00B961);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  margin: -8px 0 0;
}
.p-top-voice .p-top-voice__list {
  list-style: "・ ";
  margin: 0;
  padding: 0 0 0 14px;
}
.p-top-voice .p-top-voice__list li {
  color: var(--TEXT-Black, #222);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.p-top-values {
  display: grid;
  gap: 32px;
}

.p-top-value {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: 124px 1fr;
}
@media screen and (max-width: 800px) {
  .p-top-value {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.p-top-value .p-top-value__number {
  color: var(--LPIXEL-Green, #00B961);
  font-family: "din-2014";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 128px auto 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .p-top-value .p-top-value__number {
    margin: 0 auto;
  }
}
.p-top-value .p-top-value__number::after {
  border-bottom: solid 4px var(--LPIXEL-Green, #00B961);
  content: "";
  display: block;
  height: 4px;
  width: calc(100% - 4px);
}
.p-top-value .p-top-value__main {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(150px, 322px) minmax(55px, 175px) minmax(200px, 449px);
}
@media screen and (max-width: 800px) {
  .p-top-value .p-top-value__main {
    gap: 0;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.p-top-value .p-top-value__main::before {
  aspect-ratio: 1;
  background: url("images/top/value-ai-arrow-right.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 175px;
  margin: 54px 0 0;
  max-width: 100%;
  order: 2;
  width: 175px;
}
@media screen and (max-width: 800px) {
  .p-top-value .p-top-value__main::before {
    background-image: url("images/top/value-ai-arrow-down.svg");
    height: 118px;
    margin: 16px auto 8px;
    width: 245px;
  }
}

.p-top-issue {
  align-items: start;
  border: 1px solid var(--base-gray-2, #E4E4E4);
  display: grid;
  order: 1;
  padding: 24px 24px 12px;
}
.p-top-issue .p-top-issue__headline {
  background: var(--viewer-text-gray-3, #5E6775);
  color: var(--LPIXEL-White, #FFF);
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.p-top-issue .p-top-issue__title {
  color: var(--TEXT-Black, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 16px 0 0;
}
.p-top-issue .p-top-issue__text {
  color: var(--TEXT-Black, #222);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 8px 0 0;
}

.p-top-solution {
  align-content: start;
  background: #F0F9ED;
  display: grid;
  order: 3;
  padding: 24px 24px 12px;
}
.p-top-solution .p-top-solution__headline {
  background: var(--BUSINESS-Green, #00B961);
  color: var(--LPIXEL-White, #FFF);
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.p-top-solution .p-top-solution__title {
  color: var(--BUSINESS-Green, #00B961);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 32px 0 0;
}
.p-top-solution .p-top-solution__text {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 32px 0 0;
}
.p-top-solution .p-top-solution__text strong {
  color: var(--BUSINESS-Green, #00B961);
  font-weight: 600;
}

.p-top-lineup-eyecatch {
  margin: 0 -20px;
  max-width: none !important;
  position: relative;
}
.p-top-lineup-eyecatch .p-top-lineup-eyecatch__inner {
  position: relative;
  margin: 0 auto;
  max-width: 961px !important;
  overflow: hidden;
}
.p-top-lineup-eyecatch .p-top-lineup-eyecatch__image-pc {
  height: 746px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-top-lineup-eyecatch .p-top-lineup-eyecatch__image-pc {
    display: none;
  }
}
.p-top-lineup-eyecatch .p-top-lineup-eyecatch__image-pc img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-lineup-eyecatch .p-top-lineup-eyecatch__image-sp {
  display: none;
  height: 356px;
  margin: 0 auto;
  max-width: 447px;
}
@media screen and (max-width: 1200px) {
  .p-top-lineup-eyecatch .p-top-lineup-eyecatch__image-sp {
    display: block;
  }
}
.p-top-lineup-eyecatch .p-top-lineup-eyecatch__image-sp img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-lineup-eyecatch .p-top-lineup-eyecatch__button {
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-lineup-eyecatch .p-top-lineup-eyecatch__button.is-brain {
  top: 55px;
  left: calc(50% + 130px);
}
@media screen and (max-width: 1200px) {
  .p-top-lineup-eyecatch .p-top-lineup-eyecatch__button.is-brain {
    top: 15px;
    left: calc(50% + 52px);
  }
}
.p-top-lineup-eyecatch .p-top-lineup-eyecatch__button.is-chest {
  top: 278px;
  left: calc(50% - 340px);
}
@media screen and (max-width: 1200px) {
  .p-top-lineup-eyecatch .p-top-lineup-eyecatch__button.is-chest {
    top: 125px;
    left: calc(50% + 52px);
  }
}
.p-top-lineup-eyecatch .p-top-lineup-eyecatch__button.is-colon {
  top: 490px;
  left: calc(50% + 130px);
}
@media screen and (max-width: 1200px) {
  .p-top-lineup-eyecatch .p-top-lineup-eyecatch__button.is-colon {
    top: 241px;
    left: calc(50% + 52px);
  }
}
.p-top-lineup-eyecatch .p-top-lineup-eyecatch__button a {
  align-items: center;
  color: var(--LPIXEL-Green, #00B961);
  display: flex;
  font-family: "din-2014";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  gap: 12px;
  line-height: normal;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .p-top-lineup-eyecatch .p-top-lineup-eyecatch__button a {
    font-size: 32px;
    gap: 8px;
    letter-spacing: 1.6px;
  }
}
.p-top-lineup-eyecatch .p-top-lineup-eyecatch__button a:hover {
  opacity: 0.5;
}
.p-top-lineup-eyecatch .p-top-lineup-eyecatch__button a::after {
  background: url("images/button-chevron.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 28px;
  position: relative;
  top: 8px;
  width: 28px;
}
@media screen and (max-width: 1200px) {
  .p-top-lineup-eyecatch .p-top-lineup-eyecatch__button a::after {
    height: 20px;
    top: 1px;
    width: 20px;
  }
}

.p-top-approval-status-wrapper {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-top-approval-status-wrapper {
    flex-wrap: wrap;
  }
}

.p-top-approval-status {
  display: grid;
  min-width: 245px;
}
@media screen and (max-width: 650px) {
  .p-top-approval-status {
    width: 100%;
  }
}
.p-top-approval-status.is-full {
  width: 100%;
}
.p-top-approval-status .p-top-approval-status__title {
  align-items: center;
  background: var(--BUSINESS-Green, #00B961);
  color: var(--BUSINESS-White, #FFF);
  display: grid;
  justify-content: center;
  min-height: 72px;
  padding: 0 24px;
  text-align: center;
}
.p-top-approval-status .p-top-approval-status__title h2,
.p-top-approval-status .p-top-approval-status__title h3,
.p-top-approval-status .p-top-approval-status__title h4,
.p-top-approval-status .p-top-approval-status__title p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-top-approval-status .p-top-approval-status__title em {
  display: inline-block;
  font-style: normal;
}
.p-top-approval-status .p-top-approval-status__content {
  border: 1px solid var(--text-gray-1, #909090);
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 8px 32px;
}
.p-top-approval-status .p-top-approval-status__content > div {
  flex: 1 0 0;
  width: 100%;
}
.p-top-approval-status .p-top-approval-status__content > div > div {
  margin: 24px 0;
}

.p-research-summary {
  margin: 0 auto;
  max-width: 980px;
}
.p-research-summary .p-research-summary__text {
  color: var(--TEXT-Black, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0.9px;
}

.p-research-awards .p-research-awards__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;
}

.p-research-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
@media screen and (max-width: 650px) {
  .p-research-logos {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-research-logos .p-research-logos__items {
  align-content: center;
  aspect-ratio: 1;
  background: #fff;
  display: grid;
  gap: 12px;
  justify-content: center;
  margin: 0;
}
.p-research-logos .p-research-logos__items img {
  display: block;
  height: 125px;
  margin: 0 auto;
  max-width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.p-research-logos .p-research-logos__items figcaption {
  font-size: 16px;
  text-align: center;
}

.p-research-joints {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .p-research-joints {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-research-joints .p-research-joints__items {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 25px 25px 45px;
}
.p-research-joints .p-research-joints__logo {
  align-items: center;
  display: flex;
  height: 175px;
  justify-content: center;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-research-joints .p-research-joints__logo {
    height: 128px;
  }
}
.p-research-joints .p-research-joints__logo img {
  display: block;
  height: auto;
  max-height: 83px;
  max-width: 70%;
  width: auto;
}
.p-research-joints .p-research-joints__number {
  font-family: "din-2014";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 25px 0 9px;
  text-align: center;
}
.p-research-joints .p-research-joints__title {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.428;
  text-align: center;
}

.p-research-support {
  margin: 0 -20px;
  max-width: none !important;
  padding: 1px 20px;
  position: relative;
  width: calc(100% + 40px);
}
.p-research-support .p-research-support__text {
  color: var(--LPIXEL-White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0.9px;
  margin: 0 auto;
  max-width: 980px;
}
.p-research-support .p-research-support__image {
  display: block;
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-research-support .p-research-support__image::before {
  background: linear-gradient(5deg, #A8DC43 -18.63%, #00B961 69.99%);
  content: "";
  display: block;
  height: 100%;
  margin: auto;
  opacity: 0.85;
  position: absolute;
  inset: 0;
  width: 100%;
}
.p-research-support .p-research-support__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-research-headline {
  color: #fff;
  text-align: center;
}
.p-research-headline .p-research-headline__subtitle {
  color: var(--LPIXEL-White, #FFF);
  font-family: "din-2014";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.p-research-headline .p-research-headline__title {
  color: var(--LPIXEL-White, #FFF);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 24px 0 0;
}

.p-lineup-eyecatch {
  margin: 0 -20px;
  max-width: none !important;
  position: relative;
}
.p-lineup-eyecatch .p-lineup-eyecatch__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1552px !important;
  overflow: hidden;
}
.p-lineup-eyecatch .p-lineup-eyecatch__image-pc {
  height: 766px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-lineup-eyecatch .p-lineup-eyecatch__image-pc {
    display: none;
  }
}
.p-lineup-eyecatch .p-lineup-eyecatch__image-pc img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-lineup-eyecatch .p-lineup-eyecatch__image-sp {
  display: none;
  height: 386px;
  margin: 0 auto;
  max-width: 450px;
}
@media screen and (max-width: 1200px) {
  .p-lineup-eyecatch .p-lineup-eyecatch__image-sp {
    display: block;
  }
}
.p-lineup-eyecatch .p-lineup-eyecatch__image-sp img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-lineup-eyecatch .p-lineup-eyecatch__button {
  position: absolute;
  top: 0;
  left: 0;
}
.p-lineup-eyecatch .p-lineup-eyecatch__button.is-brain {
  top: 75px;
  left: calc(50% - 161px);
}
@media screen and (max-width: 1200px) {
  .p-lineup-eyecatch .p-lineup-eyecatch__button.is-brain {
    top: 50px;
    left: calc(50% + 52px);
  }
}
.p-lineup-eyecatch .p-lineup-eyecatch__button.is-chest {
  top: 298px;
  left: calc(50% - 628px);
}
@media screen and (max-width: 1200px) {
  .p-lineup-eyecatch .p-lineup-eyecatch__button.is-chest {
    top: 160px;
    left: calc(50% + 52px);
  }
}
.p-lineup-eyecatch .p-lineup-eyecatch__button.is-colon {
  top: 510px;
  left: calc(50% - 161px);
}
@media screen and (max-width: 1200px) {
  .p-lineup-eyecatch .p-lineup-eyecatch__button.is-colon {
    top: 276px;
    left: calc(50% + 52px);
  }
}
.p-lineup-eyecatch .p-lineup-eyecatch__button a {
  align-items: center;
  color: var(--LPIXEL-Green, #00B961);
  display: flex;
  font-family: "din-2014";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  gap: 12px;
  line-height: normal;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .p-lineup-eyecatch .p-lineup-eyecatch__button a {
    font-size: 32px;
    gap: 8px;
    letter-spacing: 1.6px;
  }
}
.p-lineup-eyecatch .p-lineup-eyecatch__button a:hover {
  opacity: 0.5;
}
.p-lineup-eyecatch .p-lineup-eyecatch__button a::after {
  background: url("images/button-chevron.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 28px;
  position: relative;
  top: 8px;
  width: 28px;
}
@media screen and (max-width: 1200px) {
  .p-lineup-eyecatch .p-lineup-eyecatch__button a::after {
    height: 20px;
    top: 1px;
    width: 20px;
  }
}

.p-lineup-counts {
  align-items: flex-end;
  display: flex;
  gap: 56px;
  justify-content: center;
  padding: 40px 0 0;
}
@media screen and (max-width: 1200px) {
  .p-lineup-counts {
    align-items: center;
    flex-direction: column;
    gap: 64px;
  }
}
.p-lineup-counts .p-lineup-counts__text {
  color: var(--TEXT-Black, #222);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
:lang(en-US) .p-lineup-counts .p-lineup-counts__text {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .p-lineup-counts .p-lineup-counts__text {
    font-size: 18px;
    line-height: 32px;
  }
}
.p-lineup-counts .p-lineup-counts__count {
  align-items: flex-end;
  display: flex;
  gap: -16px;
}
.p-lineup-counts .p-lineup-counts__label {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media screen and (max-width: 1200px) {
  .p-lineup-counts .p-lineup-counts__label {
    font-size: 16px;
    line-height: 32px;
  }
}
.p-lineup-counts .p-lineup-counts__number {
  color: var(--LPIXEL-Green, #00B961);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}
.p-lineup-counts .p-lineup-counts__number strong {
  color: var(--LPIXEL-Green, #00B961);
  font-family: "din-2014";
  font-size: 180px;
  font-style: normal;
  font-weight: 700;
  margin: 0 -24px 0 0;
}
:lang(en-US) .p-lineup-counts .p-lineup-counts__number {
  font-size: 36px;
  letter-spacing: 1.8px;
  line-height: 0;
}
@media screen and (max-width: 1200px) {
  :lang(en-US) .p-lineup-counts .p-lineup-counts__number {
    margin: 16px 0 0;
  }
}
:lang(en-US) .p-lineup-counts .p-lineup-counts__number strong {
  margin: 0;
}

.p-lineup-product {
  align-items: start;
  display: grid;
  grid-template-areas: "image content" "image button" "description button-description";
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr 1fr;
  gap: 0 64px;
}
@media screen and (max-width: 650px) {
  .p-lineup-product {
    grid-template-areas: "image" "content" "description" "button" "button-description";
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
}
.p-lineup-product .p-lineup-product__image {
  box-shadow: 0 0 20px 0 rgba(0, 185, 97, 0.2);
  grid-area: image;
  margin: 0;
}
.p-lineup-product .p-lineup-product__image img {
  display: block;
  width: 100%;
}
.p-lineup-product .p-lineup-product__title {
  color: var(--LPIXEL-Green, #00B961);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  grid-area: title;
  line-height: 46px;
  margin: -8px 0 0;
}
@media screen and (max-width: 650px) {
  .p-lineup-product .p-lineup-product__title {
    font-size: 24px;
    line-height: normal;
  }
}
:lang(en-US) .p-lineup-product .p-lineup-product__title {
  font-size: 28px;
  line-height: normal;
  letter-spacing: 1.4px;
}
.p-lineup-product .p-lineup-product__content {
  grid-area: content;
}
.p-lineup-product .p-lineup-product__content figure {
  margin: 0;
}
.p-lineup-product .p-lineup-product__description {
  color: var(--TEXT-Black, #222);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  grid-area: description;
  line-height: 18px;
  margin: 16px 0 0;
}
@media screen and (max-width: 650px) {
  .p-lineup-product .p-lineup-product__description {
    font-size: 11px;
    line-height: normal;
  }
}
.p-lineup-product .p-lineup-product__button {
  display: grid;
  gap: 16px;
  grid-area: button;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-lineup-product .p-lineup-product__button {
    margin: 8px auto 0;
  }
  .p-lineup-product .p-lineup-product__button > * {
    margin: 0 auto;
  }
}
.p-lineup-product .p-lineup-product__button-description {
  color: var(--TEXT-Black, #222);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  grid-area: button-description;
  line-height: 18px;
  margin: 16px 0 0;
}
@media screen and (max-width: 650px) {
  .p-lineup-product .p-lineup-product__button-description {
    font-size: 11px;
    line-height: normal;
    margin: -8px 0 0;
    text-align: center;
  }
}

.p-lineup-price .p-lineup-price__title {
  color: var(--BUSINESS-Green, #00B961);
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-lineup-price .p-lineup-price__title {
    font-size: 28px;
    line-height: normal;
  }
}
.p-lineup-price .p-lineup-price__subtitle {
  color: var(--TEXT-Black, #222);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
}
.p-lineup-price .p-lineup-price__text {
  color: var(--TEXT-Black, #222);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  line-height: 36px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-lineup-price .p-lineup-price__text {
    text-align: left;
  }
}
.p-lineup-price .p-lineup-price__text strong {
  color: var(--LPIXEL-Green, #00B961);
  font-weight: 600;
}

.p-lineup-price-content {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 980px;
}
@media screen and (max-width: 650px) {
  .p-lineup-price-content {
    align-items: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.p-lineup-price-content .p-lineup-price-content__items {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 8px;
  height: 100%;
}
@media screen and (max-width: 650px) {
  .p-lineup-price-content .p-lineup-price-content__items {
    gap: 8px;
    width: 100%;
  }
}
.p-lineup-price-content .p-lineup-price-content__header {
  align-items: center;
  background: var(--BUSINESS-Green, #00B961);
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 12px 75px 12px 32px;
}
@media screen and (max-width: 650px) {
  .p-lineup-price-content .p-lineup-price-content__header {
    padding: 12px 64px 12px 21px;
  }
}
.p-lineup-price-content .p-lineup-price-content__icon {
  display: block;
  height: 43px;
  margin: 0;
  width: 43px;
}
.p-lineup-price-content .p-lineup-price-content__icon img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.p-lineup-price-content .p-lineup-price-content__title {
  color: var(--BUSINESS-White, #FFF);
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  width: 100%;
}
.p-lineup-price-content .p-lineup-price-content__content {
  background-color: #fff;
  padding: 24px 48px;
}
@media screen and (max-width: 650px) {
  .p-lineup-price-content .p-lineup-price-content__content {
    padding: 24px;
  }
}
.p-lineup-price-content .p-lineup-price-content__content p {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}
.p-lineup-price-content .p-lineup-price-content__plus {
  display: block;
  height: 32px;
  margin: 0;
  width: 32px;
}
.p-lineup-price-content .p-lineup-price-content__plus img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.p-advantage-pacs .p-advantage-pacs__title {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.p-advantage-pacs .p-advantage-pacs__images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-advantage-pacs .p-advantage-pacs__images {
    gap: 2px 32px;
  }
}
.p-advantage-pacs .p-advantage-pacs__images figure {
  display: block;
  margin: 0;
}
.p-advantage-pacs .p-advantage-pacs__images figure img {
  display: block;
  height: 49px;
  width: auto;
}

.p-advantage-bordered {
  border: 5px solid var(--LPIXEL-Green, #00B961);
  margin: 0 auto;
  max-width: 770px;
  padding: 24px 24px 56px;
}
.p-advantage-bordered .p-advantage-bordered__logo {
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-advantage-bordered .p-advantage-bordered__logo img {
    max-width: 222px;
  }
}
.p-advantage-bordered .p-advantage-bordered__logo sup {
  font-size: 11px;
  position: relative;
  right: -8px;
  top: 18px;
  vertical-align: top;
}
@media screen and (max-width: 650px) {
  .p-advantage-bordered .p-advantage-bordered__logo sup {
    top: 12px;
  }
}
.p-advantage-bordered .p-advantage-bordered__title {
  color: var(--LPIXEL-Green, #00B961);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}
.p-advantage-bordered .p-advantage-bordered__image img {
  display: block;
  margin: 0 auto;
}
.p-advantage-bordered .p-advantage-bordered__button button {
  display: block;
  margin: 0 auto;
}

.p-advantage-bordered__notes {
  color: var(--TEXT-Black, #222);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 auto;
  max-width: 770px;
}

.p-advantage-partner {
  background: var(--LPIXEL-White, #FFF);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  padding: 24px;
}
@media screen and (max-width: 650px) {
  .p-advantage-partner {
    margin: 0 -10px;
  }
}
.p-advantage-partner img {
  display: block;
  margin: 0 auto;
}

.p-advantage-steps {
  display: grid;
  gap: 36px;
  margin: 0 auto;
  max-width: 890px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-advantage-steps {
    gap: 30px;
    padding: 0 0 0 18px;
  }
}
@media screen and (max-width: 650px) {
  .p-advantage-steps {
    position: relative;
    right: -10px;
  }
}
.p-advantage-steps .p-advantage-steps__items {
  align-items: stretch;
  display: flex;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-advantage-steps .p-advantage-steps__items {
    flex-wrap: wrap;
  }
}
.p-advantage-steps .p-advantage-steps__items:first-child::before {
  display: block;
  top: 50%;
  bottom: auto;
}
@media screen and (max-width: 650px) {
  .p-advantage-steps .p-advantage-steps__items:first-child::before {
    top: 40px;
  }
}
.p-advantage-steps .p-advantage-steps__items:first-child .p-advantage-steps__title::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="37" viewBox="0 0 24 37" fill="none"><path d="M24 18.5L4.27087e-06 36.2535L3.84745e-06 0.74648L24 18.5Z" fill="%2300B961" /></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 32px;
  margin: auto;
  position: absolute;
  inset: 0 auto 0 -33px;
  width: 41px;
}
@media screen and (max-width: 650px) {
  .p-advantage-steps .p-advantage-steps__items:first-child .p-advantage-steps__title::after {
    height: 24px;
    left: -24px;
    width: 31px;
  }
}
.p-advantage-steps .p-advantage-steps__items:first-child .p-advantage-steps__title::before {
  background-color: var(--LPIXEL-Green, #00B961);
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  left: -50px;
  width: 30px;
}
@media screen and (max-width: 650px) {
  .p-advantage-steps .p-advantage-steps__items:first-child .p-advantage-steps__title::before {
    height: 4px;
    left: -34px;
  }
}
.p-advantage-steps .p-advantage-steps__items:last-child::before {
  top: auto;
  bottom: 50%;
}
@media screen and (max-width: 650px) {
  .p-advantage-steps .p-advantage-steps__items:last-child::before {
    height: 55px;
    top: -15px;
    bottom: auto;
  }
}
.p-advantage-steps .p-advantage-steps__items:last-child::after {
  display: none;
}
.p-advantage-steps .p-advantage-steps__items:last-child .p-advantage-steps__title::before {
  background-color: var(--LPIXEL-Green, #00B961);
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  left: -50px;
  width: 50px;
}
@media screen and (max-width: 650px) {
  .p-advantage-steps .p-advantage-steps__items:last-child .p-advantage-steps__title::before {
    height: 4px;
    left: -34px;
  }
}
.p-advantage-steps .p-advantage-steps__items::before {
  background-color: var(--LPIXEL-Green, #00B961);
  content: "";
  display: block;
  height: calc(100% + 36px);
  position: absolute;
  inset: 0 auto 0 -50px;
  width: 5px;
}
@media screen and (max-width: 650px) {
  .p-advantage-steps .p-advantage-steps__items::before {
    height: calc(100% + 30px);
    left: -34px;
    width: 4px;
  }
}
.p-advantage-steps .p-advantage-steps__items::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="24" viewBox="0 0 37 24" fill="none"><path d="M18.5 24L0.746477 -1.89318e-08L36.2535 3.53946e-06L18.5 24Z" fill="%2300B961" /></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 32px;
  margin: auto;
  position: absolute;
  bottom: -34px;
  left: 112px;
  width: 41px;
}
@media screen and (max-width: 1200px) {
  .p-advantage-steps .p-advantage-steps__items::after {
    height: 24px;
    bottom: -27px;
    left: 117px;
    width: 31px;
  }
}
@media screen and (max-width: 650px) {
  .p-advantage-steps .p-advantage-steps__items::after {
    right: 0;
    left: 0;
  }
}
.p-advantage-steps .p-advantage-steps__title {
  align-items: center;
  border-radius: 8px 0px 0px 8px;
  background: linear-gradient(90deg, #00B961 0%, #A9DC43 100%);
  display: flex;
  flex-direction: column;
  min-height: 123px;
  gap: 24px;
  justify-content: center;
  min-width: 265px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-advantage-steps .p-advantage-steps__title {
    align-items: flex-start;
    border-radius: 8px 8px 0 0;
    gap: 8px;
    min-height: 80px;
    padding: 0 0 0 31px;
    width: 100%;
  }
}
.p-advantage-steps .p-advantage-steps__title em {
  display: block;
  color: var(--LPIXEL-White, #FFF);
  font-family: "din-2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
}
.p-advantage-steps .p-advantage-steps__title strong {
  display: block;
  color: var(--LPIXEL-White, #FFF);
  font-family: var(--gothic);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 18px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-advantage-steps .p-advantage-steps__title strong {
    padding: 0;
  }
}
.p-advantage-steps .p-advantage-steps__list {
  align-items: flex-start;
  background: var(--base-gray-0, #F7F7F7);
  border-radius: 8px 0px 0px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 14px 14px 2em;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-advantage-steps .p-advantage-steps__list {
    font-size: 14px;
    line-height: 26px;
  }
}
.p-advantage-steps .p-advantage-steps__list strong {
  font-weight: 600;
}

.p-advantage-steps__notes {
  color: var(--TEXT-Black, #222);
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin: 0 auto;
  max-width: 890px;
  text-align: right;
  width: 100%;
}

.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-section {
  background-color: #fff;
  padding: 194px 20px 440px;
}
@media screen and (max-width: 1200px) {
  .p-thanks-section {
    padding: 160px 20px 240px;
  }
}
.p-thanks-section::before {
  background: url("images/bg-eirl.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 752px;
  margin: auto;
  position: absolute;
  inset: 63px 0 auto 0;
  width: 752px;
}
.p-thanks-section .p-thanks-section__thanks {
  background: linear-gradient(90deg, #00B961 0%, #A8DC43 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "din-2014";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
}
.p-thanks-section .p-thanks-section__title {
  color: var(--TEXT-Black, #222);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
}
.p-thanks-section .p-thanks-section__text {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
}

.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;
}

.p-contents-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  margin: 0 auto;
  max-width: 912px;
  width: 100%;
}
.p-contents-tabs .p-contents-tabs__items {
  background: var(--LPIXEL-White, #FFF);
  border: 2px solid var(--base-gray-2, #E4E4E4);
  border-radius: 100px;
  color: var(--text-gray-1, #909090);
  flex: 1 0 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  min-width: 320px;
  padding: 10px;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 650px) {
  .p-contents-tabs .p-contents-tabs__items {
    font-size: 18px;
    padding: 6px;
  }
}
.p-contents-tabs .p-contents-tabs__items:hover {
  opacity: 0.6;
}
.p-contents-tabs .p-contents-tabs__items:hover.is-active {
  opacity: 1;
}
.p-contents-tabs .p-contents-tabs__items.is-active {
  background: var(--LPIXEL-Green, #00B961);
  border-color: var(--LPIXEL-Green, #00B961);
  color: var(--LPIXEL-White, #FFF);
  pointer-events: none;
}

.p-contents-main {
  display: none;
}
.p-contents-main.is-active {
  display: block;
}
.p-contents-main .wp-block-group.is-content-justification-center {
  gap: 50px;
}
.p-contents-main .wp-block-embed {
  margin: 0 auto;
}
.p-contents-main .wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  height: auto;
  max-width: 100%;
  min-width: 100%;
  width: 530px;
}
.p-contents-main .wp-block-embed figcaption {
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.p-contents-panel {
  background: #FFF;
  border-radius: 3px;
  border: 1px solid var(--base-gray-2, #E4E4E4);
  margin: 0 auto;
  max-width: 816px;
}
.p-contents-panel .p-contents-panel__header {
  border-bottom: solid 1px #E4E4E4;
  padding: 24px;
}
@media screen and (max-width: 650px) {
  .p-contents-panel .p-contents-panel__header {
    padding: 16px;
  }
}
.p-contents-panel .p-contents-panel__header.is-sub {
  padding: 32px 24px 8px;
}
.p-contents-panel .p-contents-panel__title {
  color: var(--TEXT-Black, #222);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-contents-panel .p-contents-panel__title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
  }
}
.p-contents-panel .p-contents-panel__title.is-small {
  font-size: 18px;
}
.p-contents-panel .p-contents-panel__content {
  padding: 40px;
}
@media screen and (max-width: 650px) {
  .p-contents-panel .p-contents-panel__content {
    padding: 24px;
  }
}
.p-contents-panel .p-contents-panel__content.is-sub {
  border-top: 20px solid #f7f7f7;
}
.p-contents-panel .p-contents-panel__content > p {
  color: var(--TEXT-Black, #222);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.p-contents-panel .p-contents-panel__annotation {
  color: var(--TEXT-Black, #222);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}
.p-contents-panel .p-contents-panel__images {
  align-items: start;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  justify-self: center;
}
@media screen and (max-width: 650px) {
  .p-contents-panel .p-contents-panel__images {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-contents-panel .p-contents-panel__images figure {
  display: block;
  margin: 0;
}
.p-contents-panel .p-contents-panel__images figure img {
  display: block;
}
.p-contents-panel hr {
  border: none;
  border-bottom: solid 1px #E4E4E4;
}

.p-contents-brochure {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-contents-brochure {
    align-items: center;
    flex-direction: column;
    gap: 48px;
  }
}
.p-contents-brochure.is-2cols {
  gap: 92px;
}
@media screen and (max-width: 650px) {
  .p-contents-brochure.is-2cols {
    gap: 48px;
  }
}
.p-contents-brochure.is-3cols {
  gap: 80px;
}
@media screen and (max-width: 650px) {
  .p-contents-brochure.is-3cols {
    gap: 48px;
  }
}
.p-contents-brochure .p-contents-brochure__items {
  align-items: end;
  display: grid;
  gap: 16px;
  max-width: 100%;
  width: 165px;
}
@media screen and (max-width: 650px) {
  .p-contents-brochure .p-contents-brochure__items {
    gap: 24px;
    width: 230px;
  }
}
.p-contents-brochure .p-contents-brochure__image {
  display: block;
  line-height: 0;
  margin: 0;
  text-align: center;
}
.p-contents-brochure .p-contents-brochure__image.is-wide {
  margin: 0 -45px;
}
.p-contents-brochure .p-contents-brochure__image figcaption {
  color: #1A1A1A;
  font-family: "din-2014";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: normal;
  margin: 12px 0 0;
  text-align: center;
}
.p-contents-brochure .p-contents-brochure__button {
  display: block;
}

.p-contents-stories {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 650px) {
  .p-contents-stories {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-contents-stories.is-active > *:nth-child(n+7) {
  display: grid;
}
.p-contents-stories > *:nth-child(n+7) {
  display: none;
}

.p-contents-story {
  background: #F6F7F9;
  display: grid;
  gap: 14px;
  grid-template-areas: "header" "content" "button";
  padding: 24px 16px;
}
.p-contents-story .p-contents-story__header {
  align-content: start;
  display: grid;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "image number" "image category" "image title";
  gap: 6px 16px;
  grid-area: header;
  justify-content: start;
}
.p-contents-story .p-contents-story__content {
  grid-area: content;
}
.p-contents-story .p-contents-story__content p {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.p-contents-story .p-contents-story__image {
  display: block;
  grid-area: image;
  height: 100px;
  line-height: 0;
  margin: 0;
  text-align: center;
  width: 76px;
}
.p-contents-story .p-contents-story__image img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.p-contents-story .p-contents-story__number {
  color: #1A1A1A;
  font-family: "din-2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  grid-area: number;
  line-height: normal;
  letter-spacing: 0.7px;
  margin: -6px 0 0;
}
.p-contents-story .p-contents-story__category {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  grid-area: category;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-contents-story .p-contents-story__category li {
  background-color: #777;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  padding: 4px;
  text-align: center;
  width: 90px;
}
.p-contents-story .p-contents-story__category li.is-blue {
  background: #35AEFE;
}
.p-contents-story .p-contents-story__category li.is-purple {
  background: #8D68C1;
}
.p-contents-story .p-contents-story__category li.is-orange {
  background: #FF7E57;
}
.p-contents-story .p-contents-story__title {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  grid-area: title;
  line-height: normal;
  margin: 10px 0 0;
}
.p-contents-story .p-contents-story__button {
  grid-area: button;
  max-width: 165px;
  margin: auto auto 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-contents-story .p-contents-story__button {
    max-width: 230px;
  }
}

.p-contents-aside {
  background: var(--BUSINESS-White, #FFF);
  border-radius: 0 8px 8px 0;
  border: 1px solid var(--BUSINESS-Gray-200, #E4E4E4);
  border-width: 1px 1px 1px 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 32px 24px;
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 2;
}
.p-contents-aside .p-contents-aside__title {
  color: var(--BUSINESS-Green, #00B961);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.p-contents-aside .p-contents-aside__toc {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-contents-aside .p-contents-aside__toc a {
  color: var(--TEXT-Black, #222);
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 0 0 20px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 650px) {
  .p-contents-aside .p-contents-aside__toc a {
    line-height: 32px;
  }
}
.p-contents-aside .p-contents-aside__toc a:hover {
  opacity: 0.6;
}
.p-contents-aside .p-contents-aside__toc a::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: 7px auto auto 4px;
  width: 7px;
}
@media screen and (max-width: 650px) {
  .p-contents-aside .p-contents-aside__toc a::before {
    inset: 10px auto auto 10px;
  }
}

.p-products-main {
  max-width: none !important;
  margin: 0 -20px !important;
  padding: 1px 75px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-products-main {
    padding: 1px 20px;
  }
}
.p-products-main .p-products-main__badge {
  display: block;
  position: absolute;
  left: 75px;
  top: 56px;
}
@media screen and (max-width: 1200px) {
  .p-products-main .p-products-main__badge {
    position: static;
    text-align: center;
  }
}
.p-products-main .p-products-main__badge .p-products-main__logo-pc {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 1200px) {
  .p-products-main .p-products-main__badge .p-products-main__logo-pc {
    display: none;
  }
}
.p-products-main .p-products-main__badge .p-products-main__logo-tab {
  display: none;
  line-height: 0;
}
@media screen and (max-width: 1200px) {
  .p-products-main .p-products-main__badge .p-products-main__logo-tab {
    display: block;
  }
}
.p-products-main .p-products-main__logo {
  display: block;
  height: 116px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .p-products-main .p-products-main__logo {
    max-height: 75px;
    max-width: 305px;
  }
}
.p-products-main .p-products-main__logo img {
  display: block;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.p-products-main .p-products-main__photos {
  display: flex;
  gap: 0;
  margin: 0 -75px;
}
@media screen and (max-width: 900px) {
  .p-products-main .p-products-main__photos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .p-products-main .p-products-main__photos {
    margin: 0 -20px;
  }
}
.p-products-main .p-products-main__photos figure {
  display: block;
  height: 100%;
  margin: 0;
  width: auto;
}
.p-products-main .p-products-main__photos img {
  display: block;
  contain-intrinsic-size: revert;
  width: 100% !important;
}
.p-products-main .p-products-main__annotation {
  font-size: 12px;
}

.p-products-about {
  background-image: linear-gradient(rgba(0, 185, 97, 0.95), rgba(0, 185, 97, 0.95)), url("images/bg-product-about.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 -20px !important;
  max-width: none !important;
  padding: 1px 20px;
}
@media screen and (max-width: 650px) {
  .p-products-about {
    background: rgba(0, 185, 97, 0.95);
  }
}
.p-products-about .p-products-about__detail {
  margin: 0 auto;
  max-width: 960px;
}
.p-products-about .p-products-about__detail-items {
  margin: 0 auto;
  max-width: 752px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-products-about .p-products-about__detail-items {
    padding: 0 10px;
  }
}
.p-products-about .p-products-about__detail-items:first-of-type::after {
  background: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="134" height="65" viewBox="0 0 134 65" fill="none"><path d="M1.5 1.5L66.6914 62.7695L131.691 1.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 70px;
  margin: 24px auto;
  width: 130px;
}
@media screen and (max-width: 650px) {
  .p-products-about .p-products-about__detail-items:first-of-type::after {
    height: 56px;
    width: 104px;
  }
}
.p-products-about .p-products-about__detail-image {
  margin: 0 auto;
  max-width: 191px;
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-products-about .p-products-about__detail-image {
    position: static;
  }
}
.p-products-about .p-products-about__centered {
  max-width: 980px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-products-about .p-products-about__title {
  color: var(--LPIXEL-White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.p-products-about .p-products-about__title em {
  display: inline-block;
  font-style: normal;
}
.p-products-about .p-products-about__text {
  color: var(--LPIXEL-White, #FFF);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  width: -moz-fit-content;
  width: fit-content;
}
.p-products-about .p-products-about__annotation {
  color: var(--LPIXEL-White, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}
.p-products-about .p-products-about__annotation a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.p-products-about .p-products-about__annotation a:hover {
  text-decoration: none;
}
.p-products-about .p-products-about__changes {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 80px 1fr;
}
@media screen and (max-width: 1200px) {
  .p-products-about .p-products-about__changes {
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.p-products-about .p-products-about__changes::before {
  background: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="43" height="83" viewBox="0 0 43 83" fill="none"><path d="M1.5 1.5L41.4609 41.4609L1.5 81.4219" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 80px;
  margin: 0 0 24px;
  order: 2;
  width: 80px;
}
@media screen and (max-width: 1200px) {
  .p-products-about .p-products-about__changes::before {
    height: 64px;
    margin: 0 auto;
    rotate: 90deg;
    width: 64px;
  }
}
.p-products-about .p-products-about__changes-items {
  margin: 0;
}
.p-products-about .p-products-about__changes-items:nth-child(1) {
  order: 1;
}
.p-products-about .p-products-about__changes-items:nth-child(2) {
  order: 3;
}

.p-products-conditions-2cols {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .p-products-conditions-2cols {
    flex-direction: column;
  }
}

.p-products-conditions {
  display: grid;
  gap: 24px 64px;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 1200px) {
  .p-products-conditions {
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }
}
.p-products-conditions.is-vertical {
  grid-template-columns: 1fr;
}
.p-products-conditions .p-products-conditions__title {
  color: var(--BUSINESS-Green, #00B961);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media screen and (max-width: 650px) {
  .p-products-conditions .p-products-conditions__title:not(:nth-of-type(1)) {
    margin-top: 16px;
  }
}
.p-products-conditions .p-products-conditions__list {
  list-style: url("images/list-style-dot.svg");
  list-style-position: inside;
  margin: -3px 0 0 14px;
  padding: 0 0 0 10px;
}
.p-products-conditions .p-products-conditions__list.is-horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 0 56px;
}
@media screen and (max-width: 650px) {
  .p-products-conditions .p-products-conditions__list.is-horizontal {
    flex-direction: column;
  }
}
.p-products-conditions .p-products-conditions__list li {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 2px 0;
  text-indent: -12px;
}
.p-products-conditions .p-products-conditions__list li > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 56px;
  list-style: "・";
  list-style-position: inside;
  margin: 0 0 0 14px;
  padding: 0;
}
.p-products-conditions .p-products-conditions__list li > ul li {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}

.p-products-performance {
  display: grid;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-products-performance {
    gap: 8px;
  }
}
.p-products-performance .p-products-performance__title {
  color: var(--TEXT-Black, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.p-products-performance .p-products-performance__result {
  color: var(--TEXT-Black, #222);
  font-family: "din-2014", var(--gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1200px) {
  .p-products-performance .p-products-performance__result {
    line-height: 64px;
  }
}
@media screen and (max-width: 650px) {
  .p-products-performance .p-products-performance__result {
    font-size: 18px;
    line-height: 44px;
  }
}
.p-products-performance .p-products-performance__result strong {
  color: var(--BUSINESS-Green, #00B961);
  display: inline-block;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  text-decoration: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
  text-underline-position: from-font;
}
@media screen and (max-width: 650px) {
  .p-products-performance .p-products-performance__result strong {
    font-size: 28px;
    display: block;
    margin: 0 0 8px;
    text-underline-offset: 4px;
  }
}
.p-products-performance .p-products-performance__result strong strong {
  display: inline;
  font-size: 44px;
  text-decoration: none;
}
@media screen and (max-width: 650px) {
  .p-products-performance .p-products-performance__result strong strong {
    font-size: 32px;
    margin: 0;
  }
}
.p-products-performance .p-products-performance__result em {
  font-size: 28px;
  font-style: normal;
}
@media screen and (max-width: 650px) {
  .p-products-performance .p-products-performance__result em {
    font-size: 20px;
  }
}

.p-products-score {
  align-items: start;
  display: grid;
  gap: 32px 40px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 650px) {
  .p-products-score {
    grid-template-columns: 1fr;
  }
}
.p-products-score .p-products-score__items {
  display: grid;
  gap: 8px;
}

.p-products-reports {
  align-items: flex-start;
  display: flex;
  gap: 48px 2px;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-products-reports {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 650px) {
  .p-products-reports .p-products-reports__items {
    max-width: 378px;
  }
}
.p-products-reports .p-products-reports__image {
  aspect-ratio: 1;
  margin: 0;
  max-width: 510px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-products-reports .p-products-reports__image {
    aspect-ratio: inherit;
  }
}
.p-products-reports .p-products-reports__image img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  width: 100%;
}
.p-products-reports .p-products-reports__page {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 28px 0 0;
}
@media screen and (max-width: 650px) {
  .p-products-reports .p-products-reports__page {
    margin: 14px 0 0;
  }
}
.p-products-reports .p-products-reports__title {
  color: var(--BUSINESS-Green, #00B961);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 4px 0 0;
}
.p-products-reports .p-products-reports__list {
  list-style: url("images/list-style-dot.svg");
  list-style-position: inside;
  margin: 14px 0 0 14px;
  padding: 0 0 0 10px;
}
.p-products-reports .p-products-reports__list li {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 2px 0;
  text-indent: -20px;
}

.p-products-parameter {
  align-items: flex-end;
  display: flex;
  gap: 0;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-products-parameter {
    align-items: flex-start;
    flex-direction: column;
    max-width: 230px;
  }
}
.p-products-parameter .p-products-parameter__title {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
.p-products-parameter .p-products-parameter__value {
  color: var(--BUSINESS-Green, #00B961);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 650px) {
  .p-products-parameter .p-products-parameter__value {
    margin: 0;
  }
}
.p-products-parameter .p-products-parameter__value strong {
  font-family: "din-2014", var(--gothic);
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 2.2px;
}

.p-products-example-2cols {
  align-items: flex-start;
  display: flex;
  gap: 108px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-products-example-2cols {
    gap: 24px;
  }
}
.p-products-example-2cols figure {
  display: flex;
  flex-direction: column-reverse;
  gap: 2px;
  margin: 0;
  max-width: 360px;
}
.p-products-example-2cols figcaption {
  color: var(--BUSINESS-Green, #00B961);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
}
.p-products-example-2cols img {
  display: block;
}

.p-products-example-3cols {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-products-example-3cols {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.p-products-example-3cols figure {
  display: flex;
  flex-direction: column-reverse;
  gap: 2px;
  margin: 0;
  max-width: 328px;
}
.p-products-example-3cols figcaption {
  color: var(--BUSINESS-Green, #00B961);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
}
.p-products-example-3cols img {
  display: block;
}

.p-products-example-gallery {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-products-example-gallery {
    gap: 8px;
  }
}
.p-products-example-gallery figure {
  height: auto;
  margin: 0;
  width: 100%;
}
.p-products-example-gallery img {
  display: block;
}

.p-products-example-year {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .p-products-example-year {
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }
}
.p-products-example-year figure {
  display: flex;
  flex-direction: column-reverse;
  gap: 2px;
  margin: 0;
  max-width: 500px;
  position: relative;
}
.p-products-example-year figure:last-child::before {
  display: none;
}
.p-products-example-year figure::before {
  background: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="26" viewBox="0 0 22 26" fill="none"><path d="M21.75 12.5576L-1.18272e-06 25.115L-8.49151e-08 0.000247958L21.75 12.5576Z" fill="%2300B961"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 29px;
  margin: auto;
  position: absolute;
  inset: 160px -40px auto auto;
  width: 29px;
}
@media screen and (max-width: 1200px) {
  .p-products-example-year figure::before {
    background: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="35" height="18" viewBox="0 0 35 18" fill="none"><path d="M17.3203 18L-0.000196791 5.52035e-07L34.6408 3.58045e-06L17.3203 18Z" fill="%2300B961"/></svg>') no-repeat center center/contain;
    height: 24px;
    margin: 16px auto 8px;
    position: static;
    inset: auto;
    width: 40px;
  }
}
.p-products-example-year figcaption {
  color: var(--BUSINESS-Green, #00B961);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
}
.p-products-example-year img {
  display: block;
}

.p-products-example-horizontal {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-products-example-horizontal {
    flex-direction: column;
    gap: 0;
  }
}
.p-products-example-horizontal::before {
  background: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="72" viewBox="0 0 32 72" fill="none"><path d="M31.5 35.5068L4.70468e-07 71.0139L3.57459e-06 -0.000207371L31.5 35.5068Z" fill="%2300B961"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 82px;
  order: 2;
  position: relative;
  top: 180px;
  width: 42px;
}
@media screen and (max-width: 650px) {
  .p-products-example-horizontal::before {
    margin: 0 auto;
    rotate: 90deg;
    top: auto;
  }
}
.p-products-example-horizontal > figure:first-child, .p-products-example-horizontal > div:first-child {
  order: 1;
}
.p-products-example-horizontal > figure:last-child, .p-products-example-horizontal > div:last-child {
  order: 3;
}
@media screen and (max-width: 650px) {
  .p-products-example-horizontal .p-products-example-horizontal__items {
    margin: 0 auto;
    max-width: 378px;
  }
}
.p-products-example-horizontal .p-products-example-horizontal__image {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  justify-content: center;
  line-height: 0;
  margin: 0;
  text-align: center;
}
.p-products-example-horizontal .p-products-example-horizontal__image.is-result figcaption {
  color: var(--BUSINESS-Green, #00B961);
}
.p-products-example-horizontal .p-products-example-horizontal__image figcaption {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
.p-products-example-horizontal .p-products-example-horizontal__text {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 12px 0 0;
}

.p-products-example-vertical {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
}
@media screen and (max-width: 650px) {
  .p-products-example-vertical {
    gap: 24px;
  }
}
.p-products-example-vertical::before {
  background: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="72" height="32" viewBox="0 0 72 32" fill="none"><path d="M35.5078 31.5L0.000773323 -2.87376e-06L71.0149 3.33449e-06L35.5078 31.5Z" fill="%2300B961"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 42px;
  margin: 0 auto;
  order: 2;
  position: relative;
  right: 210px;
  width: 82px;
}
@media screen and (max-width: 650px) {
  .p-products-example-vertical::before {
    right: auto;
  }
}
.p-products-example-vertical .p-products-example-vertical__items {
  display: grid;
  gap: 16px 32px;
  grid-template-columns: 1fr 390px;
  grid-template-areas: "image content";
}
@media screen and (max-width: 650px) {
  .p-products-example-vertical .p-products-example-vertical__items {
    grid-template-columns: 1fr;
    grid-template-areas: "content" "image";
    margin: 0 auto;
  }
}
.p-products-example-vertical .p-products-example-vertical__items:first-child {
  order: 1;
}
.p-products-example-vertical .p-products-example-vertical__items:last-child {
  order: 3;
}
.p-products-example-vertical .p-products-example-vertical__image {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  grid-area: image;
  justify-content: center;
  margin: 0;
}
.p-products-example-vertical .p-products-example-vertical__content {
  grid-area: content;
}

.p-products-example-notes {
  background: var(--base-light-green-3, #F0F9ED);
  padding: 24px 48px;
}
@media screen and (max-width: 650px) {
  .p-products-example-notes {
    margin: 0 -20px;
    padding: 24px 20px;
  }
}

.p-products-stories {
  display: grid;
  gap: 12px;
}
@media screen and (max-width: 650px) {
  .p-products-stories {
    gap: 16px;
  }
}

.p-products-story {
  align-items: start;
  background: #fff;
  display: grid;
  gap: 24px 18px;
  grid-template-areas: "image header" "image title" "image content" "button button";
  grid-template-columns: auto 1fr;
  padding: 24px;
}
@media screen and (max-width: 650px) {
  .p-products-story {
    grid-template-areas: "image header" "title title" "content content" "button button";
  }
}
.p-products-story .p-products-story__header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-products-story .p-products-story__category {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  grid-area: category;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-products-story .p-products-story__category li {
  background-color: #777;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  min-width: 90px;
  padding: 2px 8px;
  text-align: center;
}
.p-products-story .p-products-story__category li.is-blue {
  background: #35AEFE;
}
.p-products-story .p-products-story__category li.is-purple {
  background: #8D68C1;
}
.p-products-story .p-products-story__category li.is-orange {
  background: #FF7E57;
}
.p-products-story .p-products-story__organization {
  color: #1A1A1A;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.p-products-story .p-products-story__content {
  grid-area: content;
}
.p-products-story .p-products-story__content p {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.p-products-story .p-products-story__image {
  display: block;
  grid-area: image;
  height: 160px;
  line-height: 0;
  margin: 0;
  text-align: center;
  width: 122px;
}
.p-products-story .p-products-story__image img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.p-products-story .p-products-story__title {
  color: #1A1A1A;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  grid-area: title;
  letter-spacing: 1.2px;
  line-height: normal;
  margin: 0;
}
.p-products-story .p-products-story__button {
  grid-area: button;
  margin: auto auto 0;
  text-align: center;
  width: 100%;
}

.p-products-feature {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-products-feature {
    padding: 0 0 0 32px;
  }
}
@media screen and (max-width: 650px) {
  .p-products-feature {
    padding: 0 0 0 26px;
  }
}
.p-products-feature::before {
  background: var(--business-gradient-1, linear-gradient(90deg, #00B961 0%, #A8DC43 100%));
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  margin: auto;
  position: absolute;
  inset: 12px auto auto -28px;
  width: 12px;
}
@media screen and (max-width: 1200px) {
  .p-products-feature::before {
    inset: 12px auto auto 0px;
  }
}
@media screen and (max-width: 650px) {
  .p-products-feature::before {
    inset: 10px auto auto 2px;
  }
}
.p-products-feature .p-products-feature__headline {
  color: var(--TEXT-Green, #00B961);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: normal;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-products-feature .p-products-feature__headline {
    font-size: 20px;
  }
}
.p-products-feature .p-products-feature__with-image {
  display: grid;
  gap: 16px 56px;
  grid-template-columns: minxmax(240px, 1fr) auto;
}
@media screen and (max-width: 650px) {
  .p-products-feature .p-products-feature__with-image {
    grid-template-columns: 1fr;
  }
}
.p-products-feature .p-products-feature__content p {
  font-size: 14px;
}
.p-products-feature .p-products-feature__content strong {
  font-weight: 600;
}
.p-products-feature .p-products-feature__images {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-products-feature .p-products-feature__images {
    flex-direction: column;
    margin: 0 0 0 -26px;
  }
}
@media screen and (max-width: 650px) {
  .p-products-feature .p-products-feature__images .p-products-feature__image {
    margin: 0;
  }
}
.p-products-feature .p-products-feature__image {
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .p-products-feature .p-products-feature__image {
    margin: 0 0 0 -26px;
    text-align: center;
  }
}
.p-products-feature .p-products-feature__image figcaption {
  color: var(--TEXT-Black, #222);
  font-size: 14px;
  line-height: normal;
  margin: 8px 0 0;
}

.p-products-model-selector {
  align-items: center;
  display: grid;
  gap: 21px;
  grid-template-columns: 578px 24px 1fr;
  justify-content: flex-start;
}
@media screen and (max-width: 860px) {
  .p-products-model-selector {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 650px) {
  .p-products-model-selector {
    gap: 8px;
  }
}
.p-products-model-selector::before {
  background: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="21" viewBox="0 0 18 21" fill="none"><path d="M18 10.3926L9.2855e-07 20.7849L1.83707e-06 0.000272918L18 10.3926Z" fill="%2300B961"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 24px;
  order: 2;
  width: 24px;
}
@media screen and (max-width: 860px) {
  .p-products-model-selector::before {
    background: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="35" height="18" viewBox="0 0 35 18" fill="none"><path d="M17.3203 18L-0.000196791 5.52035e-07L34.6408 3.58045e-06L17.3203 18Z" fill="%2300B961"/></svg>') no-repeat center center/contain;
    height: 24px;
    margin: 0 auto;
    width: 40px;
  }
}
.p-products-model-selector .p-products-model-selector__before {
  align-items: center;
  background: var(--BUSINESS-White, #FFF);
  border: 2px solid var(--BUSINESS-Green, #00B961);
  border-radius: 6px;
  color: var(--TEXT-Black, #222);
  display: flex;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  gap: 20px;
  line-height: 32px;
  margin: 0;
  order: 1;
  padding: 14px 32px;
}
@media screen and (max-width: 650px) {
  .p-products-model-selector .p-products-model-selector__before {
    align-items: flex-start;
    padding: 24px;
  }
}
.p-products-model-selector .p-products-model-selector__before::before {
  background: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="29" height="27" viewBox="0 0 29 27" fill="none"><rect width="29" height="21" rx="2" fill="%2300B961"/><path d="M25 21V27L19 21H25Z" fill="%2300B961"/><path d="M7 6H22" stroke="white" stroke-linecap="round"/><path d="M7 10H22" stroke="white" stroke-linecap="round"/><path d="M7 14H14" stroke="white" stroke-linecap="round"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 29px;
  min-width: 27px;
  width: 27px;
}
@media screen and (max-width: 650px) {
  .p-products-model-selector .p-products-model-selector__before::before {
    position: relative;
    top: 2px;
  }
}
.p-products-model-selector .p-products-model-selector__after {
  color: var(--BUSINESS-Green, #00B961);
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  order: 3;
}
@media screen and (max-width: 860px) {
  .p-products-model-selector .p-products-model-selector__after {
    text-align: center;
  }
}

.p-products-mode-selector {
  align-items: center;
  display: grid;
  gap: 21px;
  grid-template-columns: 578px 24px 1fr;
  justify-content: flex-start;
}
@media screen and (max-width: 860px) {
  .p-products-mode-selector {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 650px) {
  .p-products-mode-selector {
    gap: 8px;
  }
}
.p-products-mode-selector::before {
  background: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="21" viewBox="0 0 18 21" fill="none"><path d="M18 10.3926L9.2855e-07 20.7849L1.83707e-06 0.000272918L18 10.3926Z" fill="%2300B961"/></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 24px;
  order: 2;
  width: 24px;
}
@media screen and (max-width: 860px) {
  .p-products-mode-selector::before {
    background: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="35" height="18" viewBox="0 0 35 18" fill="none"><path d="M17.3203 18L-0.000196791 5.52035e-07L34.6408 3.58045e-06L17.3203 18Z" fill="%2300B961"/></svg>') no-repeat center center/contain;
    height: 24px;
    margin: 0 auto;
    width: 40px;
  }
}
.p-products-mode-selector .p-products-mode-selector__before {
  background: var(--BUSINESS-White, #FFF);
  color: var(--BUSINESS-Green, #00B961);
  border: 2px solid var(--BUSINESS-Green, #00B961);
  border-radius: 6px;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  order: 1;
  padding: 14px;
  text-align: center;
}
.p-products-mode-selector .p-products-mode-selector__after {
  color: var(--BUSINESS-Green, #00B961);
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  order: 3;
}
@media screen and (max-width: 860px) {
  .p-products-mode-selector .p-products-mode-selector__after {
    text-align: center;
  }
}

.p-products-step {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 327px;
}
@media screen and (max-width: 750px) {
  .p-products-step {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.p-products-step .p-products-step__image {
  margin: 0;
}
.p-products-step .p-products-step__image img {
  display: block;
  height: auto;
  width: 100%;
}
.p-products-step .p-products-step__content {
  align-content: start;
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  .p-products-step .p-products-step__content {
    gap: 16px;
  }
}
.p-products-step .p-products-step__number {
  color: var(--BUSINESS-Green, #00B961);
  font-family: "din-2014", var(--gothic);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
}
.p-products-step .p-products-step__text {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}

.p-products-video {
  width: 100%;
  height: auto;
}

.p-cloud-headline {
  color: var(--LPIXEL-Green, #00B961);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-cloud-headline {
    font-size: 24px;
  }
}
.p-cloud-headline img {
  height: 35px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 49px;
}
@media screen and (max-width: 650px) {
  .p-cloud-headline img {
    height: 26px;
    width: 36px;
  }
}

.p-cloud-kv {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-areas: "main image" "buttons image";
  max-width: 1280px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-cloud-kv {
    grid-template-areas: "main" "image" "buttons";
    gap: 32px;
    margin: 0 auto;
    max-width: 720px;
    width: 100%;
  }
}
.p-cloud-kv .p-cloud-kv__main {
  grid-area: main;
  padding: 24px 0 0;
  position: relative;
}
.p-cloud-kv .p-cloud-kv__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;
  color: var(--TEXT-Black, #222);
  font-family: "din-2014", var(--gothic);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 650px) {
  .p-cloud-kv .p-cloud-kv__title {
    font-size: 24px;
  }
}
.p-cloud-kv .p-cloud-kv__title em {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 0 16px;
  vertical-align: super;
}
@media screen and (max-width: 650px) {
  .p-cloud-kv .p-cloud-kv__title em {
    font-size: 12px;
    margin: 0 0 0 8px;
    vertical-align: middle;
  }
}
.p-cloud-kv .p-cloud-kv__image {
  grid-area: image;
  min-width: 280px;
}
@media screen and (max-width: 1200px) {
  .p-cloud-kv .p-cloud-kv__image {
    margin: 0 auto;
  }
}
.p-cloud-kv .p-cloud-kv__buttons {
  display: grid;
  gap: 8px;
  grid-area: buttons;
}

.p-cloud-issue-image {
  position: relative;
}
.p-cloud-issue-image::before {
  background: url("images/bg-eirl-logo-color2.png") no-repeat center center/cover;
  content: "";
  display: block;
  height: 720px;
  margin: auto;
  position: absolute;
  inset: -160px 0 auto 0;
  width: 720px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-cloud-issue-image::before {
    height: 512px;
    width: 512px;
  }
}
@media screen and (max-width: 650px) {
  .p-cloud-issue-image::before {
    display: none;
  }
}
.p-cloud-issue-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 212px;
}
@media screen and (max-width: 650px) {
  .p-cloud-issue-image img {
    width: 136px;
  }
}

.p-cloud-parameter {
  align-items: flex-end;
  background: var(--lpixel-gradient-1, linear-gradient(90deg, #00B961 0%, #A8DC43 100%));
  background-size: 100% 3px;
  background-position: left bottom;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 0 auto;
  padding: 0 0 3px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .p-cloud-parameter {
    align-items: center;
    background: none;
    flex-direction: column;
    gap: 8px;
  }
}
.p-cloud-parameter .p-cloud-parameter__title {
  color: var(--TEXT-Black, #222);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.p-cloud-parameter .p-cloud-parameter__value {
  color: var(--BUSINESS-Green, #00B961);
  font-family: "din-2014", var(--gothic);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}
@media screen and (max-width: 1200px) {
  .p-cloud-parameter .p-cloud-parameter__value {
    background: var(--lpixel-gradient-1, linear-gradient(90deg, #00B961 0%, #A8DC43 100%));
    background-size: 100% 3px;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
}
.p-cloud-parameter .p-cloud-parameter__value strong {
  color: var(--BUSINESS-Green, #00B961);
  font-size: 44px;
  font-weight: 600;
}

.p-cloud-chart {
  border: 1px solid var(--base-gray-3, #B4B4B4);
  margin: 0 auto;
  padding: 40px 48px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .p-cloud-chart {
    padding: 16px 24px;
  }
}
.p-cloud-chart .p-cloud-chart__title {
  color: var(--TEXT-Black, #222);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.p-cloud-chart .p-cloud-chart__title strong {
  color: var(--BUSINESS-Green, #00B961);
}
.p-cloud-chart .p-cloud-chart__image img {
  display: block;
  margin: 0 auto;
}

.p-cloud-reason {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 960px) {
  .p-cloud-reason {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .p-cloud-reason {
    grid-template-columns: 1fr;
  }
}
.p-cloud-reason .p-cloud-reason__items {
  background: var(--BUSINESS-White, #FFF);
  border-radius: 6px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  padding: 32px 24px 40px;
  width: 100%;
}
.p-cloud-reason .p-cloud-reason__title {
  color: var(--BUSINESS-Green, #00B961);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}
.p-cloud-reason .p-cloud-reason__text {
  color: var(--TEXT-Black, #222);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 24px 0 0;
}

.p-cloud-price {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 960px) {
  .p-cloud-price {
    flex-wrap: wrap;
  }
}
.p-cloud-price .p-cloud-price__items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
}
.p-cloud-price .p-cloud-price__header {
  align-items: center;
  background: var(--BUSINESS-Green, #00B961);
  display: flex;
  min-height: 70px;
  justify-content: center;
  padding: 8px;
  width: 100%;
}
.p-cloud-price .p-cloud-price__header.is-secondary {
  background: var(--BUSINESS-YellowGreen, #A9DC43);
  min-height: 60px;
}
.p-cloud-price .p-cloud-price__header p {
  color: var(--BUSINESS-White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}
.p-cloud-price .p-cloud-price__content {
  background: #fff;
  padding: 32px;
  text-align: center;
  width: 100%;
}
.p-cloud-price .p-cloud-price__content-wrapper {
  display: flex;
  gap: 6px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-cloud-price .p-cloud-price__content-wrapper {
    flex-direction: column;
  }
}
.p-cloud-price .p-cloud-price__price {
  color: var(--TEXT-Black, #222);
  font-family: "din-2014", var(--gothic);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: normal;
}
.p-cloud-price .p-cloud-price__price.is-small {
  font-size: 24px;
  letter-spacing: 0.5px;
}
.p-cloud-price .p-cloud-price__price.is-small em {
  font-size: 14px;
}
.p-cloud-price .p-cloud-price__price.is-large {
  align-items: center;
  display: flex;
  font-size: 44px;
  gap: 8px;
  justify-content: center;
  letter-spacing: 2px;
}
.p-cloud-price .p-cloud-price__price.is-large em {
  font-size: 20px;
  position: relative;
  top: 8px;
}
.p-cloud-price .p-cloud-price__price.is-large strong {
  background: #000;
  border-radius: 3px;
  color: var(--BUSINESS-White, #FFF);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  padding: 4px;
  text-align: center;
  width: 78px;
}
.p-cloud-price .p-cloud-price__price.is-orange {
  color: #FFA84C;
}
.p-cloud-price .p-cloud-price__price.is-orange strong {
  background: #FFA84C;
}
.p-cloud-price .p-cloud-price__price em {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
}

.p-cloud-flow {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin: 0;
  max-width: 940px;
  padding: 53px 0 0;
}
@media screen and (max-width: 1200px) {
  .p-cloud-flow {
    flex-direction: column;
    gap: 65px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-cloud-flow .p-cloud-flow__items {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 177px;
  justify-content: center;
  position: relative;
  width: 278px;
}
@media screen and (max-width: 1200px) {
  .p-cloud-flow .p-cloud-flow__items {
    height: 145px;
    width: 335px;
  }
}
.p-cloud-flow .p-cloud-flow__items:nth-child(1) .p-cloud-flow__title {
  padding: 0 0 0 40px;
}
@media screen and (max-width: 1200px) {
  .p-cloud-flow .p-cloud-flow__items:nth-child(1) .p-cloud-flow__title {
    padding: 0 0 20px;
  }
}
.p-cloud-flow .p-cloud-flow__items:nth-child(1) {
  z-index: -1;
}
.p-cloud-flow .p-cloud-flow__items:nth-child(1)::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="278" height="177" viewBox="0 0 278 177" fill="none"><path d="M0.499996 0.5L235.822 0.499979L277.446 88.5L235.822 176.5L0.5 176.5L0.499996 0.5Z" fill="%2339B66C" stroke="white"/></svg>');
  display: block;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-cloud-flow .p-cloud-flow__items:nth-child(1)::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="335" height="145" viewBox="0 0 335 145" fill="none"><path d="M334.5 0.5L334.5 105.833L167.5 144.486L0.500007 105.833L0.5 0.5L334.5 0.5Z" fill="%2339B66C" stroke="white"/></svg>');
    height: 145px;
    inset: 0 auto auto auto;
    width: 335px;
  }
}
.p-cloud-flow .p-cloud-flow__items:nth-child(2) {
  z-index: -2;
}
.p-cloud-flow .p-cloud-flow__items:nth-child(2)::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="278" height="177" viewBox="0 0 278 177" fill="none"><path d="M0.499996 0.5L235.822 0.499979L277.446 88.5L235.822 176.5L0.5 176.5L0.499996 0.5Z" fill="%232CBC62" stroke="white"/></svg>');
  display: block;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-cloud-flow .p-cloud-flow__items:nth-child(2)::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="335" height="145" viewBox="0 0 335 145" fill="none"><path d="M334.5 0.5L334.5 105.833L167.5 144.486L0.500007 105.833L0.5 0.5L334.5 0.5Z" fill="%232CBC62" stroke="white"/></svg>');
    height: 145px;
    inset: 0 auto auto auto;
    width: 335px;
  }
}
.p-cloud-flow .p-cloud-flow__items:nth-child(3) {
  z-index: -3;
}
.p-cloud-flow .p-cloud-flow__items:nth-child(3)::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="278" height="177" viewBox="0 0 278 177" fill="none"><path d="M0.499996 0.5L235.822 0.499979L277.446 88.5L235.822 176.5L0.5 176.5L0.499996 0.5Z" fill="%2372C554" stroke="white"/></svg>');
  display: block;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-cloud-flow .p-cloud-flow__items:nth-child(3)::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="335" height="145" viewBox="0 0 335 145" fill="none"><path d="M334.5 0.5L334.5 105.833L167.5 144.486L0.500007 105.833L0.5 0.5L334.5 0.5Z" fill="%2372C554" stroke="white"/></svg>');
    height: 145px;
    inset: 0 auto auto auto;
    width: 335px;
  }
}
.p-cloud-flow .p-cloud-flow__items:nth-child(4) {
  z-index: -4;
}
.p-cloud-flow .p-cloud-flow__items:nth-child(4)::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="278" height="177" viewBox="0 0 278 177" fill="none"><path d="M0.499996 0.5L235.822 0.499979L277.446 88.5L235.822 176.5L0.5 176.5L0.499996 0.5Z" fill="%239BCE42" stroke="white"/></svg>');
  display: block;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-cloud-flow .p-cloud-flow__items:nth-child(4)::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="335" height="145" viewBox="0 0 335 145" fill="none"><path d="M334.5 0.5L334.5 105.833L167.5 144.486L0.500007 105.833L0.5 0.5L334.5 0.5Z" fill="%239BCE42" stroke="white"/></svg>');
    height: 145px;
    inset: 0 auto auto auto;
    width: 335px;
  }
}
.p-cloud-flow .p-cloud-flow__step {
  color: var(--BUSINESS-Green, #00B961);
  font-family: "din-2014", var(--gothic);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: -53px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-cloud-flow .p-cloud-flow__step {
    text-align: center;
    top: -58px;
  }
}
.p-cloud-flow .p-cloud-flow__step strong {
  font-size: 44px;
  font-weight: 600;
}
.p-cloud-flow .p-cloud-flow__title {
  align-items: center;
  color: var(--LPIXEL-White, #FFF);
  display: flex;
  flex-direction: column;
  font-family: "din-2014", var(--gothic);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: 28px;
  padding: 0 0 0 56px;
  position: relative;
  text-align: center;
  width: 120%;
}
@media screen and (max-width: 1200px) {
  .p-cloud-flow .p-cloud-flow__title {
    font-size: 20px;
    line-height: 36px;
    padding: 0 0 20px;
    width: 100%;
  }
}

.p-cloud-info {
  border: solid 1px var(--LPIXEL-Green, #00B961);
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  .p-cloud-info {
    max-width: 360px;
  }
}
.p-cloud-info .p-cloud-info__panel-expand-button {
  color: #1A1A1A;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
  padding: 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-cloud-info .p-cloud-info__panel-expand-button {
    font-size: 12px;
  }
}
.p-cloud-info .p-cloud-info__panel-expand-button::after {
  background: url("images/cloud/icon-plus2.svg") no-repeat center center/11px;
  border-radius: 50%;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  width: 11px;
}
.p-cloud-info .p-cloud-info__panel-expand-button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p-cloud-info .p-cloud-info__panel-expand-button.is-active::after {
  background: url("images/cloud/icon-minus2.svg") no-repeat center center/11px;
}
.p-cloud-info .p-cloud-info__panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.9s ease;
}
.p-cloud-info .p-cloud-info__panel.is-active {
  max-height: 1200px;
  opacity: 1;
  transition: max-height 3.8s ease-out, opacity 0.6s ease-out 0.3s;
}
.p-cloud-info .p-cloud-info__product {
  border-bottom: solid 1px var(--LPIXEL-Green, #00B961);
  margin: 0 20px 20px 40px;
}
@media screen and (max-width: 1200px) {
  .p-cloud-info .p-cloud-info__product {
    margin-top: -10px;
  }
}
.p-cloud-info .p-cloud-info__detail-expand-button {
  align-items: center;
  color: #1A1A1A;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-start;
  padding: 10px 0;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-cloud-info .p-cloud-info__detail-expand-button {
    font-size: 12px;
    flex-direction: column;
  }
}
.p-cloud-info .p-cloud-info__detail-expand-button::after {
  background: url("images/cloud/icon-plus2.svg") no-repeat center center/11px;
  border-radius: 50%;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 11px;
}
.p-cloud-info .p-cloud-info__detail-expand-button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p-cloud-info .p-cloud-info__detail-expand-button.is-active::after {
  background: url("images/cloud/icon-minus2.svg") no-repeat center center/11px;
}
.p-cloud-info .p-cloud-info__detail-expand-button .p-cloud-info__detail-expand-button-label {
  display: block;
  font-weight: 700;
  pointer-events: none;
  width: 62px;
}
@media screen and (max-width: 650px) {
  .p-cloud-info .p-cloud-info__detail-expand-button .p-cloud-info__detail-expand-button-label {
    width: 100%;
  }
}
.p-cloud-info .p-cloud-info__detail-expand-button .p-cloud-info__detail-expand-button-name {
  display: block;
  pointer-events: none;
  width: 100%;
}
.p-cloud-info .p-cloud-info__detail-expand-button .p-cloud-info__detail-expand-button-name sup {
  font-size: 12px;
}
.p-cloud-info .p-cloud-info__detail {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.9s ease;
}
.p-cloud-info .p-cloud-info__detail.is-active {
  max-height: 400px;
  opacity: 1;
  transition: max-height 1.9s ease-out, opacity 0.6s ease-out 0.3s;
}
.p-cloud-info .p-cloud-info__basic-data {
  color: #1a1a1a;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.4285714286;
  padding: 0 0 20px 62px;
}
@media screen and (max-width: 650px) {
  .p-cloud-info .p-cloud-info__basic-data {
    padding: 0 0 20px 20px;
  }
}
.p-cloud-info .p-cloud-info__basic-data .p-cloud-info__basic-title {
  margin: 10px 0 0;
  width: 136px;
}
@media screen and (max-width: 650px) {
  .p-cloud-info .p-cloud-info__basic-data .p-cloud-info__basic-title {
    width: 100%;
  }
}
.p-cloud-info .p-cloud-info__basic-data .p-cloud-info__basic-text {
  font-weight: 400;
  margin: 10px 0 0;
  width: calc(100% - 136px);
}
@media screen and (max-width: 650px) {
  .p-cloud-info .p-cloud-info__basic-data .p-cloud-info__basic-text {
    margin: 5px 0 0;
    width: 100%;
  }
}
.p-cloud-info .p-cloud-info__basic-data a {
  text-decoration: underline;
}
.p-cloud-info .p-cloud-info__basic-data a:hover {
  text-decoration: none;
}
.p-cloud-info .p-cloud-info__basic-data a em {
  font-size: 12px;
  font-style: normal;
}