@charset "UTF-8";
@media screen and (max-width: 990px) {
  .pc-only {
    display: none !important;
  }
}

@media not screen and (max-width: 990px) {
  .tablet-and-smaller {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .bigger-than-sp {
    display: none !important;
  }
}

@media not screen and (max-width: 768px) {
  .sp-only {
    display: none;
  }
}

img, picture {
  max-width: 100%;
}

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

.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}

h1, h2, h3, h4, p, li, button {
  color: #3A3D3D;
}

h2 {
  text-align: center;
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

main.single ul:not(.wpp-list) {
  list-style: square outside url(../images/diamond.svg);
  padding-left: 1em;
}
main.single ul:not(.wpp-list) li {
  font-size: 13px;
  line-height: 1.8;
}
main.single ul:not(.wpp-list) li + li {
  margin-top: 1em;
}

p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 13px;
  }
}

a {
  color: #3A3D3D;
}

a.button {
  color: white;
  background: #26A598;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  padding: 16px;
  display: block;
  border-radius: 6px;
  transition: 0.3s;
}
a.button.fade {
  background: #93D2CB;
  pointer-events: none;
}
a.button:hover, a.button:focus {
  opacity: 0.8;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.container {
  max-width: 1140px;
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

.nav {
  padding: 14px 40px 14px;
  margin-bottom: 21px;
  position: sticky;
  top: 0;
  background: white;
  z-index: 100;
}
.nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__logo {
  max-width: 88px;
  height: auto;
}
.nav__logo h1 {
  text-indent: -9999px;
  position: absolute;
}
.nav a {
  color: #96B1AC;
  font-size: 13px;
  font-weight: 500;
}
.nav a.contact-button-link {
  background: #FCA720;
  color: white;
  border-radius: 4px;
  transition: 0.3s;
}
.nav a.contact-button-link:hover, .nav a.contact-button-link:focus {
  opacity: 0.8;
}
.nav__menu {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
@media not screen and (max-width: 990px) {
  .nav__menu > .contact-button-link {
    display: none !important;
  }
}
.nav__menu ul.menu {
  display: flex;
  list-style-type: none;
}
.nav__menu ul.menu > li {
  position: relative;
}
.nav__menu ul.menu > li + li {
  margin-left: 30px;
}
.nav__menu ul.menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  transform: rotate(180deg);
  margin-left: 10px;
  border-bottom: 6.928px solid #96B1AC;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
@media not screen and (max-width: 990px) {
  .nav__menu ul.menu > li > ul.sub-menu {
    position: absolute;
    top: 100%;
    background: white;
    width: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    z-index: 2;
  }
  .nav__menu ul.menu > li > ul.sub-menu li a {
    white-space: nowrap;
  }
  .nav__menu ul.menu > li > ul.sub-menu li + li {
    margin-top: 20px;
  }
  .nav__menu ul.menu > li > ul.sub-menu ul.sub-menu {
    padding: 8px 0 0 0px;
  }
  .nav__menu ul.menu > li > ul.sub-menu ul.sub-menu li a::before {
    content: "→";
    margin-right: 4px;
  }
  .nav__menu ul.menu > li > ul.sub-menu ul.sub-menu li + li {
    margin-top: 6px;
  }
  .nav__menu ul.menu > li:not(:hover, :focus) > ul.sub-menu {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .nav__menu ul.menu > li ul.sub-menu {
    padding-left: 20px;
  }
  .nav__menu ul.menu > li ul.sub-menu li {
    margin-top: 30px;
  }
  .nav__menu ul.menu > li ul.sub-menu li a {
    font-size: 14px;
    color: #798080;
  }
}
@media screen and (max-width: 990px) {
  .nav {
    padding: 20px 0;
    top: 0;
    z-index: 10;
  }
  .nav__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .nav__menu > .contact-button-link {
    padding: 5px;
    margin-right: 16px;
  }
  .nav__menu__items {
    padding: 16px;
    background: white;
    transition: 0.5s;
    opacity: 1;
    position: absolute;
    display: flex;
    align-items: flex-start;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: calc(100vh - 122px);
    overflow: scroll;
    z-index: 1;
    pointer-events: none;
  }
  .nav__menu__button {
    position: relative;
    display: inline-block;
    width: 24px;
    box-sizing: content-box;
    background: none;
    border: none;
    padding: 0;
  }
  .nav__menu__button span {
    display: block;
    height: 4px;
    border-radius: 2px;
    background: #96B1AC;
    margin: 5px 0;
    transition: 0.3s;
  }
  .nav__menu__button + .nav__menu__items ul {
    flex-direction: column;
  }
  .nav__menu__button + .nav__menu__items ul > li > a {
    font-size: 16px;
  }
  .nav__menu__button + .nav__menu__items ul > li + li {
    margin-left: 0;
    margin-top: 40px;
  }
  .nav__menu__button + .nav__menu__items .tablet-and-smaller > a {
    display: block;
    margin-top: 40px;
  }
  .nav__menu__button + .nav__menu__items .tablet-and-smaller > a.contact-button-link {
    width: calc(100vw - 64px);
    padding: 16px;
    text-align: center;
  }
  .nav__menu__button + .nav__menu__items .decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 197px;
    width: calc(100% + 32px);
    margin: 0 -16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav__menu__button + .nav__menu__items .decoration .dots {
    background-image: url(../images/dots.svg);
    width: 21px;
    height: 66px;
    position: relative;
    bottom: -30px;
  }
  .nav__menu__button + .nav__menu__items .decoration::before, .nav__menu__button + .nav__menu__items .decoration::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 189px;
    bottom: 0;
    background-image: url(../images/digital.svg);
  }
  .nav__menu__button + .nav__menu__items .decoration::before {
    right: 60vw;
  }
  .nav__menu__button + .nav__menu__items .decoration::after {
    left: 60vw;
    transform: scaleX(-1);
  }
  .nav__menu__button.active span:first-of-type {
    transform: rotate(45deg) translate(7px, 5px);
  }
  .nav__menu__button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav__menu__button.active span:last-of-type {
    transform: rotate(-45deg) translate(8px, -6px);
    flex: 0 0 36px;
  }
  .nav__menu__button.active + .nav__menu__items {
    opacity: 1;
    width: 100%;
    border-top: 1px solid #DFDFDF;
    transform: translateY(85px);
    bottom: auto;
    pointer-events: all;
    height: calc(100vh - 85px);
  }
  .nav__menu__button.active + .nav__menu__items > div {
    position: relative;
  }
  .nav__menu__button.active + .nav__menu__items > div > .menu-header-container, .nav__menu__button.active + .nav__menu__items > div > .tablet-and-smaller {
    position: relative;
    z-index: 2;
  }
}
@media not screen and (max-width: 990px) {
  .nav__menu {
    display: flex;
    align-items: center;
    margin-left: 30px;
  }
  .nav__menu__button {
    display: none;
  }
  .nav .pc-only {
    display: flex;
    align-items: center;
  }
  .nav .pc-only a {
    display: inline-block;
    margin-left: 30px;
  }
  .nav .pc-only a.contact-button-link {
    padding: 10px 34px;
  }
}

a.back-button {
  color: #26A598;
  font-size: 13px;
  letter-spacing: 0.2em;
}

.stylized-header ~ section, main {
  background: #F7F7F7;
}

.stylized-header {
  height: 234px;
  position: relative;
  overflow: hidden;
}
.stylized-header__decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.stylized-header__decoration__left, .stylized-header__decoration__right {
  width: 40vw;
  top: 0;
  height: 235px;
  position: absolute;
}
.stylized-header__decoration__left::before, .stylized-header__decoration__left::after, .stylized-header__decoration__right::before, .stylized-header__decoration__right::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.stylized-header__decoration__left::before, .stylized-header__decoration__right::before {
  width: 100%;
  height: 100%;
  background-image: url(../images/digital.svg);
}
.stylized-header__decoration__left::after, .stylized-header__decoration__right::after {
  width: 4vw;
  height: 10vw;
  top: -30px;
  right: 20%;
  background-image: url(../images/dots.svg);
  transform: rotate(90deg);
}
.stylized-header__decoration__left {
  right: 60vw;
}
.stylized-header__decoration__right {
  left: 60vw;
  transform: scaleX(-1);
}
.stylized-header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 234px;
}
.stylized-header__text {
  position: relative;
  top: -20px;
}
.stylized-header__text > small, .stylized-header__text h1 {
  display: block;
  text-align: center;
  font-weight: bold;
}
.stylized-header__text small {
  font-size: 13px;
  color: #26A598;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.stylized-header__text h1 {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .stylized-header {
    height: 200px;
  }
  .stylized-header__decoration__left, .stylized-header__decoration__right {
    width: 30vw;
    height: 200px;
  }
  .stylized-header__decoration__left::before, .stylized-header__decoration__right::before {
    height: 200px;
    width: 168px;
    background-position: right;
    transform: rotate(90deg) scale(-1, 1);
  }
  .stylized-header__decoration__left::after, .stylized-header__decoration__right::after {
    top: 0;
    right: -1vw;
    width: 7vw;
    height: 12vw;
  }
  .stylized-header__decoration__left {
    right: 70vw;
  }
  .stylized-header__decoration__right {
    left: 70vw;
  }
}

.demi-header {
  position: relative;
  padding: 25px 0 30px;
  overflow: hidden;
}
.demi-header__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.demi-header__decoration::before, .demi-header__decoration::after {
  content: "";
  width: clamp(40px, 10vw, 75px);
  height: 30vw;
  background-image: url(../images/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.demi-header__decoration::before {
  margin-left: -6vw;
  transform: rotate(90deg);
}
.demi-header__decoration::after {
  margin-right: -6vw;
  transform: rotate(-90deg);
}
.demi-header h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}

.social-icons a + a {
  margin-left: 10px;
}

.footer-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}
.footer-block__block {
  display: flex;
  flex-direction: column;
}
.footer-block__block__top {
  padding: 20px 40px;
  background: white;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.footer-block__block__top h3 {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  justify-content: space-between;
  flex: 1 1 auto;
}
.footer-block__block__top p {
  color: #798080;
}
.footer-block__block > img {
  height: auto !important;
  max-height: 282px;
  object-fit: cover;
}
.footer-block__block + .footer-block__block {
  border-left: 1px solid #DFDFDF;
}
@media screen and (max-width: 990px) {
  .footer-block {
    display: block;
  }
  .footer-block__block h3 {
    font-size: 18px;
  }
  .footer-block__block + .footer-block__block {
    border-top: 1px solid #DFDFDF;
  }
  .footer-block__block:not(:last-child) > img {
    display: none;
  }
}

.footer-white {
  padding: 25px 40px;
  background: white;
}
.footer-white__logo img {
  max-width: 100px;
}
.footer-white__left__address {
  font-size: 10px;
  color: #798080;
  line-height: 1.7;
}
.footer-white__mid img {
  height: auto;
}
@media not screen and (max-width: 768px) {
  .footer-white {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }
  .footer-white__left {
    display: flex;
    align-items: center;
  }
  .footer-white__left__divider {
    align-self: stretch;
    width: 1px;
    background: #798080;
    margin: 0 14px 0 30px;
  }
  .footer-white__mid {
    justify-self: center;
  }
  .footer-white__mid img {
    max-width: 100px;
  }
  .footer-white__right {
    justify-self: end;
  }
}
@media screen and (max-width: 768px) {
  .footer-white, .footer-white__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-white__address, .footer-white__left__address {
    text-align: center;
    margin: 10px 0;
  }
  .footer-white__right {
    order: 1;
  }
  .footer-white__mid {
    order: 2;
    margin-top: 30px;
  }
  .footer-white__mid img {
    max-width: 200px;
    width: auto !important;
  }
}

.footer-gray {
  display: flex;
  background: #F7F7F7;
  padding: 14px 40px;
}
.footer-gray * {
  font-size: 13px;
  line-height: 1.4;
  color: #798080;
}
@media not screen and (max-width: 768px) {
  .footer-gray {
    justify-content: space-between;
  }
  .footer-gray__menu ul {
    display: flex;
  }
  .footer-gray__menu ul li + li {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer-gray {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 40px;
  }
  .footer-gray__menu {
    margin-bottom: 30px;
  }
  .footer-gray__menu li {
    text-align: center;
  }
  .footer-gray__menu li + li {
    margin-top: 20px;
  }
}

.label {
  position: absolute;
  width: 70px;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
  transform: rotate(-45deg);
  top: 12px;
  left: -15px;
}
.label--new {
  background: #C5EC78;
}
.label--active {
  background: #A72091;
  color: white;
}

.cases__case__text__meta img, .post-list--case .post-list__list__item__text__meta img {
  display: block;
  margin: auto;
  height: 40px;
  max-width: 160px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .cases__case__thumbnail img, .post-list--case .post-list__list__item__thumbnail img {
    height: auto;
  }
  .cases__case__text, .post-list--case .post-list__list__item__text {
    margin-top: -24px;
  }
}

main {
  overflow: hidden;
  background: white;
}

@media not screen and (max-width: 768px) {
  main {
    margin-top: -94px;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: -106px;
  }
}

section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}
section.footer-block, section.logos {
  padding: 0;
}

nav.nav.moved .nav__logo img:not(.alt) {
  display: none;
}

nav.nav, nav.nav * {
  transition: 0.4s;
}

nav.nav:not(.moved) {
  background: transparent;
}
nav.nav:not(.moved) .nav__logo img.alt {
  display: none;
}
nav.nav:not(.moved) .nav__menu__button span {
  background: white;
}
@media not screen and (max-width: 990px) {
  nav.nav:not(.moved) ul.menu > li > a {
    color: white;
  }
  nav.nav:not(.moved) ul.menu > li > a::after {
    border-bottom-color: white !important;
  }
  nav.nav:not(.moved) a.signin-link {
    color: white;
  }
}
@media screen and (max-width: 990px) {
  nav.nav:not(.moved) {
    background: transparent;
  }
}

span.green {
  color: #26A598;
}

h2 {
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 34px;
}
h2 small {
  display: inline-block;
  font-size: 22px;
}
h2 + p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}

.top {
  position: relative;
  background: linear-gradient(to bottom, #52C09D, #26A598);
  padding: 0;
}
.top__decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .top__decoration {
    display: none !important;
  }
}
.top__decoration > img {
  position: absolute;
}
.top__decoration #topLeft {
  bottom: 0;
  left: max(-650px, calc(50vw - 1222px));
  max-width: none;
}
.top__decoration #topRight {
  left: 50%;
  width: 45%;
  right: 5%;
  height: 100%;
  object-fit: contain;
}
.top__decoration #topHearts {
  top: 10%;
  right: 5%;
}
.top__decoration #landingLeft {
  bottom: 0;
  max-width: none;
}
.top__decoration #landingRightBackground {
  right: 0;
  bottom: 0;
  max-width: 50%;
}
.top__decoration #landingRight {
  width: 42%;
  right: 5%;
  height: 100%;
  object-fit: contain;
  max-width: 520px;
}
.top__text {
  position: relative;
  top: 60px;
}
.top__text small, .top__text h2.h1, .top__text h1, .top__text p {
  color: white !important;
}
@media not screen and (max-width: 990px) {
  .top__text small, .top__text h2.h1, .top__text h1, .top__text p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .top__text img.sp-only {
    max-width: 350px;
    display: block;
    margin: 16px auto;
  }
}
.top__text small {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.top__text h2.h1, .top__text h1 {
  font-weight: bold;
  line-height: 1.5;
}
.top__text h2.h1 a.button, .top__text h1 a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.top__text h2.h1 a.button::before, .top__text h1 a.button::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  background-image: url(../images/email.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.top__text p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 0.5em;
}
.top__text a.button {
  display: block;
  margin: auto;
  background: #FCA720;
}
@media not screen and (max-width: 768px) {
  .top .container {
    height: 644px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .top__text {
    width: 50%;
  }
  .top__text h2.h1, .top__text h1 {
    font-size: clamp(30px, 3.5vw, 44px);
  }
  .top__text a.button {
    margin: 24px 0 0;
    width: 200px;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .top .container {
    height: 480px;
  }
  .top__decoration #topLeft {
    bottom: -160px;
  }
  .top h2, .top h1.h2 {
    text-align: left;
    padding-top: 16px;
  }
  .top .button {
    margin-top: 0 !important;
  }
  .top__text {
    top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .top {
    padding-bottom: 155px;
  }
  .top__decoration--sp {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 236px;
  }
  .top__decoration--sp::before, .top__decoration--sp::after {
    content: "";
    display: block;
    position: absolute;
    width: 114px;
    height: 236px;
    background: url(../images/digital-gray.svg);
  }
  .top__decoration--sp::before {
    left: 0;
    transform: scaleX(-1);
  }
  .top__decoration--sp::after {
    right: 0;
  }
  .top__text {
    padding-top: 26px;
  }
  .top__text, .top__text * {
    text-align: center;
  }
  .top__text small {
    font-size: 11px;
  }
  .top__text h2.h1, .top__text h1 {
    font-size: 24px;
    margin: 0.5em auto 0.7em;
  }
  .top__text p {
    font-size: 13px;
  }
  .top__text img {
    display: block;
    margin: auto;
    max-width: max(300px, 100%);
  }
  .product-landing .top__text img {
    margin: 20px auto;
  }
  .top__text a.button {
    margin-top: 16px;
    width: 200px;
  }
}
@media not screen and (max-width: 768px) {
  .top__awards {
    width: 312px;
    position: absolute;
    left: -5px;
    top: -106px;
  }
  .top__awards > svg {
    display: none;
  }
}
@media screen and (max-width: 1255px) {
  .top__awards {
    top: calc(-106px - calc(82px - 6.5vw));
  }
}
@media screen and (max-width: 990px) {
  .top__awards {
    width: 317px;
    top: calc(-81px - calc(69px - 7vw));
  }
}
@media screen and (max-width: 768px) {
  .top__awards {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .top__awards > img {
    max-width: 300px;
    width: 70%;
    margin: 0 32px;
  }
  .top__awards svg {
    transform: rotate(90deg);
    width: 67px;
  }
  .top__awards svg circle {
    fill: white;
  }
  .top__awards svg:last-child {
    transform: rotate(-90deg);
  }
}

.testimonial .dots, .logos .dots {
  position: absolute;
  transform: rotate(90deg);
}
.testimonial .dots svg, .logos .dots svg {
  width: 4vw;
  height: 10vw;
}
.testimonial .dots svg circle, .logos .dots svg circle {
  fill: white;
}
.testimonial .dots svg:last-child circle, .logos .dots svg:last-child circle {
  fill: #96B1AC;
}

.testimonial {
  position: relative;
  background-image: url(../images/landing-testionials-background.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.testimonial .dots {
  top: -100px;
  left: 5vw;
}
.testimonial__testimonials {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: auto;
  max-width: 420px;
}
.testimonial__testimonials__testimonial {
  display: flex;
  min-height: 100px;
  align-items: center;
  background: #F1F8F7;
  border-radius: 50px 30px 30px 50px;
  padding: 10px 0;
  box-sizing: border-box;
  object-fit: contain;
}
.testimonial__testimonials__testimonial + .testimonial__testimonials__testimonial {
  margin-top: 50px;
}
.testimonial__testimonials__testimonial > img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 0 10px 40px rgba(138, 166, 157, 0.14);
  z-index: 1;
  margin: -10px 0;
}
@media screen and (max-width: 768px) {
  .testimonial__testimonials__testimonial > img {
    width: 80px;
    height: 80px;
  }
}
.testimonial__testimonials__testimonial__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F1F8F7;
  padding: 0 20px 0 60px;
  border-radius: 0 30px 30px 0;
  margin-left: -50px;
}
.testimonial__testimonials__testimonial__main h3 {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
}
.testimonial__testimonials__testimonial__main p {
  font-size: 10px;
  color: #26A598;
  line-height: 1.8;
}

.logos {
  padding: 0;
  height: 88px;
  margin-top: -44px;
  padding-bottom: 44px;
}
.logos .container {
  position: relative;
}
.logos__decoration .dots {
  top: calc(50% - 5vw);
  left: -4vw;
}
.logos__decoration::after {
  content: "";
  position: absolute;
  background-image: url(../images/top-logos-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25vw;
  height: 25vw;
  left: calc(100% - 6vw);
  top: -6vw;
}
.logos__logos {
  position: relative;
  padding: 14px 36px 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: white;
  box-shadow: 0 10px 40px rgba(138, 166, 157, 0.14);
  border-radius: 6px;
}
.logos__logos .slick-track {
  display: flex !important;
  align-items: stretch;
}
.logos__logos .slick-dots {
  margin-top: 12px;
}
.logos__logos__page {
  gap: 8px 24px;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 88px;
}
.logos__logos__page img {
  flex: 0 0 calc(33% - 16px);
  width: calc(33% - 16px);
  height: 40px;
  object-fit: contain;
  margin: 0;
}
@media not screen and (max-width: 768px) {
  .logos__logos__page {
    height: 40px;
  }
  .logos__logos img {
    width: calc(16.6% - 20px);
    flex: 0 0 calc(16.6% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .logos {
    margin-top: -40px;
    padding-bottom: 80px !important;
  }
  .logos__logos__page {
    height: 68px;
  }
  .logos__logos img {
    height: 30px;
    width: calc(33.3% - 16px);
    flex: 0 0 calc(33.3% - 16px);
  }
}

.services {
  text-align: center;
  padding: 40px 0 0;
  border-top: 1px solid #DFDFDF;
}
.services div.image.bigger-than-sp {
  display: inline-block;
  position: relative;
  max-width: 520px;
}
.services div.image.bigger-than-sp .dots {
  position: absolute;
  transform: rotate(-90deg);
  top: calc(50% - 182px);
  right: -120px;
}
.services div.image.bigger-than-sp .dots svg {
  width: 60px;
  height: 160px;
}
.services div.image.bigger-than-sp .dots svg circle {
  fill: #96B1AC;
}
.services div.image.bigger-than-sp > img {
  position: relative;
}
.services div.image.sp-only {
  padding: 0 20px;
}
.services__after {
  text-align: center;
  margin-bottom: 60px;
}
@media not screen and (max-width: 768px) {
  .services__after {
    margin-top: -80px;
    padding: 120px 0 80px;
    background-image: url(../images/services-pc-line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.services__after__text {
  display: inline-block;
  border-radius: 16px;
  box-shadow: -1px 1px 0 #ECECEC;
  padding: 10px 20px;
  background: white;
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .services__after__text {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .analytics h2 small span {
    display: inline-block;
  }
}
.analytics__list__item + .analytics__list__item {
  margin-top: 60px;
}
.analytics__list__item .count {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.analytics__list__item .count .point {
  display: inline-flex;
  align-items: flex-end;
  background: #F1F8F7;
  font-size: 16px;
  font-weight: 800;
  color: #96B1AC;
  border-radius: 6px;
  padding: 5px 10px;
}
.analytics__list__item .count .bubble {
  width: 80px;
  height: 80px;
  background: url(../images/bubble.svg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  line-height: 1.6;
  color: #FCA720;
}
.analytics__list__item p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .analytics__list__item p br {
    display: none;
  }
}
.product-landing .analytics__list__item h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
}
.product-landing .analytics__list__item p {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
  color: #798080;
}
@media screen and (max-width: 768px) {
  .analytics__list__item__img {
    margin-top: 30px;
  }
  .analytics__list__item__img > img {
    height: auto !important;
  }
}
@media not screen and (max-width: 990px) {
  .analytics__list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .analytics__list__item > div {
    flex: 0 0 calc(50% - 40px);
  }
  .analytics__list__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 30px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #DFDFDF;
  text-indent: 100%;
  overflow: hidden;
}
.slick-dots li + li {
  margin-left: 10px;
}
.slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #E1F0EE;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  position: relative;
  background: #26A598;
}

.slick-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(138, 166, 157, 0.2);
  top: calc(50% - 30px);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.slick-arrow::before {
  content: "";
  width: 16px;
  height: 16px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #26A598 #26A598 transparent transparent;
}
.slick-arrow.slick-prev {
  left: -30px;
}
.slick-arrow.slick-prev::before {
  transform: rotate(-135deg);
  right: -5px;
}
.slick-arrow.slick-next {
  right: -30px;
}
.slick-arrow.slick-next::before {
  transform: rotate(45deg);
  left: -5px;
}
@media screen and (max-width: 768px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .slick-arrow::before {
    width: 7px;
    height: 7px;
  }
  .slick-arrow.slick-prev {
    left: -10px;
  }
  .slick-arrow.slick-next {
    right: -10px;
  }
}

.button-container .button {
  width: 200px;
  margin: auto;
}
.button-container .button.green {
  background: #7FDB9F;
}

.example__slider {
  position: relative;
  margin-bottom: 50px;
}
.example__slider .slick-list, .example__slider .slick-track {
  display: flex;
  align-items: stretch;
}
.example__slider__slide {
  display: flex !important;
  align-items: center;
}
.example__slider__slide__text {
  position: relative;
  border-radius: 6px;
  box-shadow: 0 10px 40px rgba(138, 166, 157, 0.14);
  padding: 30px 20px;
  margin-top: 15px;
  flex: 0 0 340px;
  box-sizing: border-box;
  background: white;
}
.example__slider__slide__text .number {
  position: absolute;
  font-size: 100px;
  font-weight: 800;
  top: -35px;
  right: 20px;
  color: #96B1AC;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #96B1AC;
}
.example__slider__slide__text h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.example__slider__slide__text p, .example__slider__slide__text li {
  font-size: 13px;
  line-height: 1.8;
}
.example__slider__slide__text ul {
  margin-top: 20px;
  list-style: none;
}
.example__slider__slide__text ul li {
  padding: 10px 20px;
  background: #F0F7F6;
}
.example__slider__slide__text ul li + li {
  margin-top: 10px;
}
.example__slider__slide__img > img {
  height: auto !important;
}
@media not screen and (max-width: 768px) {
  .example__slider__slide__text {
    flex: 0 0 340px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .example__slider__slide {
    flex-direction: column-reverse;
  }
  .example__slider__slide__text h3 {
    font-size: 18px;
  }
}
.example__slider__slide--button {
  justify-content: center;
  align-self: stretch;
}
.example__slider__slide--button a {
  min-width: 180px;
}

.cases .container {
  position: relative;
}
.cases__case {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  padding: 0 10px;
}
.cases__case__thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
}
.cases__case__thumbnail > img {
  height: 230px;
  object-fit: contain;
  display: block;
}
.cases__case:hover, .cases__case:focus {
  opacity: 0.8;
}
.cases__case__text {
  display: block;
  position: relative;
  margin: -40px 20px 0 20px;
  flex: 1 1 auto;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 10px 40px rgba(138, 166, 157, 0.14);
  background: white;
  border-radius: 6px;
}
.cases__case__text__meta {
  margin-bottom: 8px;
  font-size: 13px;
  color: #798080;
}
.cases__case__text__meta span + span {
  margin-left: 20px;
}
.cases__case__text h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .cases__case__thumbnail img {
    height: 180px;
  }
  .cases__case__text {
    margin: -16px 10px 0;
  }
}
.cases__case--seminar {
  align-items: stretch;
}
.cases__case--seminar .post-list__list__item__thumbnail, .cases__case--seminar .post-list__list__item__thumbnail > img {
  height: 170px;
}
.cases__case--seminar .post-list__list__item__thumbnail.inactive, .cases__case--seminar .post-list__list__item__thumbnail > img.inactive {
  filter: grayscale(100%);
}
.cases__case--seminar .post-list__list__item__title h3 {
  font-weight: 800;
  line-height: 1.8;
}
.cases__case--seminar .seminar-meta {
  margin: 22px 0 5px;
}
.cases__case--seminar .seminar-meta span {
  color: #26A598;
}
.cases__case--seminar .seminar-meta span.date {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 10px;
}
.cases__case--seminar .seminar-meta span.lang {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  background: white;
  padding: 3px 6px;
}
.cases__case--seminar__title h3 {
  font-style: 16px;
  font-weight: 800;
  line-height: 1.8;
}
.cases__case--post {
  background: white;
  border-radius: 6px;
  align-items: stretch;
}
.cases__case--post > img {
  object-fit: contain;
  object-position: top center;
}
.cases__case--post .post-body {
  padding: 12px 24px 24px;
}
.cases__case--post .post-body .post-excerpt p {
  font-size: 12px;
  color: #798080;
  margin: 0.5em 0;
}
.cases__case--post .post-date {
  color: #798080;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 4px;
}
.cases__case--post h3 {
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.8;
}
.cases__case--post .post-supplementary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cases__case--post .post-supplementary__tags a {
  display: inline-block;
  margin: 0 15px 5px 0;
  color: #798080;
  font-size: 12px;
  line-height: 1.8;
}
.cases__case--post .post-supplementary__tags a::before {
  content: "#";
}
.cases__case--post .post-supplementary__author {
  position: relative;
  flex: 0 0 70px;
}
.cases__case--post .post-supplementary__author > img {
  position: relative;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.cases__case--post .post-supplementary__author::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  background: #7FDB9F;
}
.cases__case--collateral {
  position: relative;
}
.cases__case--collateral .collateral-cat {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 105px);
  writing-mode: tb-rl;
  text-orientation: upright;
  padding: 10px 6px 32px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5em;
  color: white;
  background: #26A598;
  white-space: nowrap;
}
.cases__case--collateral .collateral-cat::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: -1px;
  right: -1px;
  border-style: solid;
  border-color: transparent transparent #f7f7f7 transparent;
  border-width: 0 0 26px 26px;
}
.cases__case--collateral .post-list__list__item__thumbnail {
  max-width: 166px;
  max-height: 220px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .cases__case--collateral .post-list__list__item__thumbnail img {
    height: 220px;
  }
}
.cases__case--collateral h3 {
  margin: 20px auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  flex: 1 1 auto;
  text-align: center;
}
.cases__case--collateral .collateral-dl {
  text-align: center;
}
.cases__case--collateral .collateral-dl > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 6px;
  color: #26A598;
  font-weight: 800;
  font-style: 13px;
  width: 200px;
  height: 50px;
}
.cases__case img {
  margin: auto;
}
.cases .more-link {
  font-size: 13px;
  font-weight: bold;
}
@media not screen and (max-width: 768px) {
  .cases .more-link {
    position: absolute;
    right: 30px;
    top: 27px;
  }
}
@media screen and (max-width: 768px) {
  .cases .more-link {
    display: block;
    width: 133px;
    margin: 50px auto 0;
  }
}

.price {
  position: relative;
  background: #F7F7F7;
}
.price__plans__plan {
  position: relative;
  border: 6px;
  box-shadow: 0 10px 40px rgba(138, 166, 157, 0.14);
  background: white;
  padding: min(60px, 6vw) min(40px, 4vw) min(40px, 4vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.price__plans__plan .label {
  left: auto;
  right: -40px;
  top: 35px;
  width: 170px;
  padding: 2px;
  font-weight: bold;
  font-size: 12px;
  background: #7FDB9F;
  color: white;
  transform: rotate(45deg);
}
.price__plans__plan > img {
  max-height: 40px;
}
.price__plans__plan h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  margin: 20px 0 6px;
}
.price__plans__plan p, .price__plans__plan li {
  font-size: 13px;
  color: #798080;
}
.price__plans__plan .recommended-for {
  margin-top: 20px;
  flex: 1 1 auto;
}
.price__plans__plan .recommended-for p {
  font-size: 12;
  font-weight: bold;
  line-height: 2;
  color: #3A3D3D;
}
.price__plans__plan .recommended-for ul {
  list-style: square outside url(../images/diamond.svg);
  padding-left: 1em;
}
.price__plans__plan .recommended-for ul li {
  font-size: 13px;
  line-height: 1.8;
}
.price__plans__plan .recommended-for ul li + li {
  margin-top: 1em;
}
.price__plans__plan .recommended-for li {
  line-height: 2;
}
.price__plans__plan .recommended-for li + li {
  margin-top: 0 !important;
}
.price__plans__plan .dl-link {
  align-self: flex-end;
  font-size: 13px;
  font-weight: bold;
  color: gray;
  margin-top: 28px;
}
.price__plans__plan.connect {
  grid-column-start: 1;
  grid-column-end: span 3;
  background: url(../images/connect-background.svg);
  padding: 30px;
  flex-direction: row;
  align-content: center;
}
.price__plans__plan.connect a.button {
  background: #7FDB9F;
}
@media not screen and (max-width: 768px) {
  .price__plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    align-items: stretch;
  }
  .price__plans__plan > p {
    height: 60px;
  }
  .price__plans__plan.connect {
    align-items: center;
  }
  .price__plans__plan.connect > * + * {
    margin-left: 30px;
  }
  .price__plans__plan.connect .connect__text {
    flex: 1 1 auto;
  }
  .price__plans__plan.connect h3 {
    margin-top: 0;
  }
  .price__plans__plan.connect a.button {
    flex: 0 1 228px;
  }
}
@media screen and (max-width: 768px) {
  .price__plans__plan + .price__plans__plan {
    margin-top: 30px;
  }
  .price__plans__plan.connect {
    flex-direction: column;
    background-image: url(../images/connect-backround-sp.svg);
    background-position: top right;
    background-repeat: no-repeat;
  }
  .price__plans__plan.connect p.explanation {
    margin-bottom: 16px;
  }
  .price__plans__plan.connect a.button {
    align-self: stretch;
    padding: 8px;
  }
}
.price__table {
  overflow: hidden;
  max-height: 0;
  transition: 1s ease-out;
}
.price__table.open {
  margin-top: 30px;
  max-height: 1500px;
  overflow: scroll;
}
.price__table.open + .price__table-toggle .price__table-toggle__arrows {
  transform: scaleX(-1);
}
.price__table-toggle {
  border-radius: 6px;
  width: 228px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: 0.3s;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 114px);
  background: white;
  box-shadow: 0 10px 40px rgba(138, 166, 157, 0.14);
  color: #96B1AC;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.price__table-toggle:hover, .price__table-toggle:focus {
  opacity: 0.8;
}
.price__table-toggle__arrows {
  margin-left: 10px;
  transition: 0.5s;
}
.price__table-toggle__arrows span {
  display: inline-block;
  border-bottom: 8.66px solid #26A598;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(90deg);
  pointer-events: none;
}

.security__shields {
  position: absolute;
  width: 100%;
  height: 100%;
}
.security__shields__shield {
  position: absolute;
  padding: 20px 16px 13px;
  box-shadow: 0 10px 40px rgba(138, 166, 157, 0.2);
  font-size: 10px;
  color: gray;
  background: white;
  border-radius: 6px;
}
.security__shields__shield::before {
  content: "";
  width: 25px;
  height: 30px;
  background-image: url(../images/shield.svg);
  position: absolute;
  left: calc(50% - 12.5px);
  top: -20px;
}
.security__shields__shield:nth-child(1) {
  left: 10vw;
  bottom: 59%;
}
.security__shields__shield:nth-child(2) {
  right: 8vw;
  bottom: 62%;
}
.security__shields__shield:nth-child(3) {
  left: 7vw;
  bottom: 24%;
}
.security__shields__shield:nth-child(4) {
  right: 8vw;
  bottom: 26%;
}
.security__shields__shield:nth-child(5) {
  left: 18vw;
  bottom: 34%;
}
.security__shields__shield:nth-child(6) {
  right: 20vw;
  bottom: 38%;
}
.security .stylized-header__decoration__left, .security .stylized-header__decoration__right {
  bottom: 0;
  top: auto;
  width: 35vw;
  height: 350px;
}
.security .stylized-header__decoration__left::before, .security .stylized-header__decoration__right::before {
  background-position: right 0 bottom -10px;
}
.security .stylized-header__decoration__left {
  right: 65vw;
}
.security .stylized-header__decoration__right {
  left: 65vw;
}
.security .stylized-header__text p {
  text-align: center;
  margin-bottom: 1em;
}
.security .stylized-header__text small {
  color: #3A3D3D;
}
@media not screen and (max-width: 768px) {
  .security.stylized-header {
    height: 300px;
    padding-top: 40px;
  }
  .security.stylized-header .stylized-header__text {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .security.stylized-header {
    padding-top: 30px;
  }
  .security.stylized-header, .security.stylized-header .container {
    height: auto;
  }
  .security .stylized-header__decoration__left {
    display: none;
  }
  .security .stylized-header__decoration__right {
    left: 0;
    right: 0;
    width: 100%;
  }
  .security .stylized-header__decoration__right::before {
    width: 100%;
    height: 100vw;
    background-size: cover;
  }
  .security .stylized-header__decoration__right::after {
    display: none;
  }
  .security .stylized-header__text {
    top: 0;
  }
}

.mission .container {
  display: flex;
  align-items: center;
}
.mission .container > img {
  height: auto !important;
}
.mission h2 {
  color: #26A598;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}
.mission h3 {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  margin: 14px 0;
}
.mission h3 small {
  display: inline-block;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-size: 12px;
}
.mission p {
  font-size: 10px;
  line-height: 1.8;
  color: #798080;
}
@media screen and (max-width: 768px) {
  .mission p {
    display: none !important;
  }
}
.mission__text {
  box-sizing: border-box;
  background: white;
  border-radius: 6px;
}
@media not screen and (max-width: 768px) {
  .mission .container {
    flex-direction: row-reverse;
  }
  .mission .container > img {
    width: 80%;
  }
  .mission__text {
    position: relative;
    width: 430px;
    padding: min(3vw, 30px) min(4vw, 40px);
    margin-right: calc(-430px + 20%);
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .mission__text {
    width: 390px;
    margin-right: calc(-390px + 20%);
  }
}
@media screen and (max-width: 768px) {
  .mission .container {
    flex-direction: column;
  }
  .mission .container > img {
    margin: 0 -16px;
    max-width: 100vw;
  }
  .mission__text {
    width: 90%;
    padding: 20px 32px;
    margin-top: -40px;
  }
  .mission__text small {
    margin-top: 10px;
  }
}

.questions__main__buttons {
  display: flex;
  margin-bottom: 60px;
  overflow: scroll;
  scrollbar-width: none;
}
.questions__main__buttons::-webkit-scrollbar {
  display: none;
}
.questions__main__buttons button {
  flex: 1 1 100%;
  padding: 5px 20px;
  white-space: nowrap;
  color: #798080;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  transition: 0.3s;
}
.questions__main__buttons button + button {
  border-left: 1px solid #DFDFDF;
}
.questions__main__buttons button.active {
  background: #F0F7F6;
  color: #26A598;
}
.questions__main__buttons button.active, .questions__main__buttons button.active + button {
  border-left: 0;
}
.questions__main .question {
  width: 100%;
  padding: 30px;
  background: white;
  box-shadow: 0 4px 10px rgba(138, 166, 157, 0.2);
}
.questions__main .question + .question {
  margin-top: 30px;
}
.questions__main .question * {
  text-align: left;
}
.questions__main .question h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  gap: 8px;
}
.questions__main .question h3::after {
  content: "";
  transition: 0.3s;
  display: inline-block;
  transform: rotate(90deg);
  border-bottom: 8.66px solid #798080;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.questions__main .question .answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
}
.questions__main .question .answer p {
  font-size: 13px;
  line-height: 1.5;
}
.questions__main .question.open h3::after {
  transform: rotate(180deg);
}
.questions__main .question.open .answer {
  max-height: 500px;
  margin-top: 30px;
}

.tablepress {
  box-shadow: 0 10px 40px rgba(138, 166, 157, 0.14);
}
.tablepress th, .tablepress td {
  background-color: white !important;
  text-align: center;
}
.tablepress th.column-4, .tablepress td.column-4 {
  box-shadow: 0 10px 40px rgba(138, 166, 157, 0.14);
}
.tablepress .column-2, .tablepress .column-3, .tablepress .column-4, .tablepress .column-5 {
  min-width: 100px;
  vertical-align: middle;
}
.tablepress th {
  text-align: center !important;
}
.tablepress th span {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #798080;
}
.tablepress th.column-4 span {
  color: #26A598;
}
.tablepress th .rec {
  background: #26A598;
  color: white;
  margin: 10px -8px -8px;
  padding: 7px 0;
}
.tablepress th:has(.rec) {
  padding-top: 30px;
}
.tablepress td.column-2 {
  padding: 20px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #798080;
  text-align: left;
}
.tablepress td {
  vertical-align: middle;
}

span.tick, span.cross, span.triangle {
  display: block;
  margin: auto;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
}

span.tick {
  background-image: url(../images/tick.svg);
}

span.triangle {
  background-image: url(../images/caution.svg);
}

span.cross {
  background-image: url(../images/cross.svg);
}

#floating-ad-observer {
  position: absolute;
  top: 30vh;
  z-index: 100;
}

button.floatingClose {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #F1F8F7;
  position: absolute;
  right: -14px;
  top: -14px;
  transition: 0.3s;
}
button.floatingClose::before, button.floatingClose::after {
  content: "";
  height: 2px;
  width: 12px;
  border-radius: 2px;
  background: #26A598;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 6px);
  transform-origin: center;
}
button.floatingClose::before {
  transform: rotate(-45deg);
}
button.floatingClose::after {
  transform: rotate(45deg);
}
button.floatingClose:hover {
  opacity: 0.8;
}

#floating-ad {
  position: fixed;
  z-index: 1000;
  transition: 0.5s;
}
#floating-ad button:hover {
  cursor: pointer;
}
#floating-ad img {
  max-width: 100%;
  height: auto;
  display: block;
}
#floating-ad button:first-child {
  transition: 0.5s;
  position: relative;
}
#floating-ad button:first-child:hover {
  opacity: 0.8;
}
#floating-ad button:first-child::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 8px;
  width: 26px;
  height: 25px;
  background-image: url(../images/cm.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #floating-ad button:first-child {
    margin: 0 !important;
  }
}
@media not screen and (max-width: 768px) {
  #floating-ad {
    right: 16px;
    bottom: 16px;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 8px;
    max-width: 224px;
    background: #FCA720;
  }
  #floating-ad.show {
    transform: translateX(0);
  }
  #floating-ad:not(.show), #floating-ad.show.hide {
    transform: translateX(300px);
  }
  #floating-ad .bigger-than-sp p {
    font-weight: bold;
    margin: 4px 0 9px;
    text-align: center;
    color: white;
    font-size: 30px;
    line-height: 120%;
    text-shadow: 0 0 4px rgba(114, 79, 61, 0.6);
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  #floating-ad {
    bottom: -2px;
    width: 100vw;
  }
  #floating-ad.show {
    opacity: 1;
    pointer-events: all;
  }
  #floating-ad:not(.show), #floating-ad.show.hide {
    opacity: 0;
    pointer-events: none;
  }
  #floating-ad .sp-only {
    position: relative;
    width: 100vw;
  }
  #floating-ad button.floatingClose {
    right: 8px;
  }
  #floating-ad img {
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
  }
}

body.showFloatingAd {
  overflow: hidden;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.88);
  transition: 0.5s;
  pointer-events: none;
  padding: 0;
  background: rgba(0, 0, 0, 0.3);
}
.modal > button {
  position: absolute;
  inset: 0;
}
.modal .container {
  max-width: 1080px;
}
@media screen and (max-width: 990px) {
  .modal {
    align-items: flex-end;
  }
  .modal .container {
    padding: 0;
    margin: 0;
  }
}
.modal__body {
  background: #101E24;
  padding: 16px 32px;
  position: relative;
}
.modal__body * {
  color: white;
}
@media not screen and (max-width: 990px) {
  .modal__body {
    display: flex;
    align-items: flex-start;
  }
  .modal__body::after {
    content: "";
  }
  .modal__body > img, .modal__body::after {
    flex: 0 0 78px;
  }
  .modal__body__main {
    margin: 0 16px;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 990px) {
  .modal__body {
    padding: 32px 16px;
  }
  .modal__body button.floatingClose {
    right: 14px;
  }
  .modal__body__main__top {
    display: flex;
    align-items: flex-start;
  }
  .modal__body__main__top > img {
    width: 53px;
    margin-right: 16px;
  }
  .modal__body__main__top > p {
    line-height: 24px;
    font-size: 16px;
  }
  .modal__body__main .embed-container {
    margin: 32px -16px !important;
    width: calc(100% + 32px) !important;
  }
}
.modal__body__main .embed-container {
  margin: 12px 0 24px;
}
.modal__body__main__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
}
.modal__body__main__buttons > a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 40px rgba(138, 166, 157, 0.14);
  border-radius: 6px;
  letter-spacing: 0.02em;
  width: 228px;
  height: 50px;
  margin: 8px;
  transition: 0.5s;
  text-shadow: 0 0 2px rgba(114, 79, 61, 0.6);
}
.modal__body__main__buttons > a:hover, .modal__body__main__buttons > a:focus {
  opacity: 0.8;
}
.modal__body__main__buttons > a:first-child {
  background: #F0AB44;
}
.modal__body__main__buttons > a:last-child {
  background: #88005A;
}
.modal .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
  max-width: 900px;
}
.modal .embed-container iframe, .modal .embed-container object, .modal .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.showFloatingAd .modal#floating-ad-modal {
  opacity: 1;
  pointer-events: all;
}

@media not screen and (max-width: 990px) {
  .analytics {
    position: relative;
  }
  .analytics::before {
    content: "";
    background-image: url(../images/home-new-heart-line.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    height: 17.6388888889vw;
  }
  .analytics .container {
    position: relative;
  }
}
.analytics .container > p {
  font-size: 16px;
  line-height: 240%;
  margin-bottom: 1em;
  font-weight: 400 !important;
}
.analytics__lists h2 {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .analytics__lists h2 {
    margin-bottom: 20px;
  }
}
.analytics__lists .analytics__list__item__text > * + * {
  margin-top: 8px;
}
.analytics__lists .analytics__list__item h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.analytics__lists .analytics__list__item p {
  font-size: 16px;
  line-height: 1.6;
}
.analytics__lists .analytics__list__item small {
  font-size: 13px;
  display: block;
}
.analytics__lists__list:first-child .count {
  display: none;
}
.analytics__lists__list:first-child p {
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .analytics__lists__list:first-child__item {
    flex-direction: column-reverse;
  }
}
@media not screen and (max-width: 990px) {
  .analytics__lists__list:nth-child(2) .analytics__list__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .analytics__lists__list:nth-child(2) .analytics__list__item:nth-child(even) {
    flex-direction: row;
  }
}
.analytics .button-container {
  margin-top: 40px;
}

.features__items {
  display: grid;
  margin-bottom: 30px;
}
.features__items__item * {
  text-align: center;
  margin: 0 -4px;
}
.features__items__item h3 {
  background: #e1f0ee;
  color: #26A598;
  padding: 12px;
  text-align: center;
  font-weight: bold;
}
.features__items__item h4 {
  font-size: 11px;
  font-weight: bold;
  margin: 8px 0;
}
.features__items__item p {
  font-size: 12px;
}
@media not screen and (max-width: 768px) {
  .features__items {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .features__items__item:nth-child(1) h3 {
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
  }
  .features__items__item:nth-child(2) h3 {
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);
  }
  .features__items__item:nth-child(3) h3 {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 5% 50%);
  }
}
@media screen and (max-width: 768px) {
  .features__items {
    grid-gap: 24px;
  }
  .features__items__item {
    position: relative;
  }
  .features__items__item h3 {
    position: relative;
    margin-bottom: 30px;
  }
  .features__items__item h3::after {
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    top: calc(100% - 1px);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e1f0ee;
  }
}
.features .container > img {
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .features .container > img.sp-only {
    max-width: 340px;
    margin: auto;
    display: block;
  }
}

.why__items {
  display: grid;
  grid-gap: 24px;
}
.why__items__item > img {
  max-height: 136px;
  width: auto;
}
.why__items__item h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 16px 0;
}
@media screen and (max-width: 768px) {
  .why__items__item h3 {
    font-size: 18px;
  }
}
.why__items__item__buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.why__items__item__buttons a {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  white-space: nowrap;
}
.why__items__item__buttons a::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 8px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #96b1ac;
}
.why__items__item__buttons a:hover, .why__items__item__buttons a:focus {
  color: #26A598;
  background: #e1f0ee;
}
@media not screen and (max-width: 768px) {
  .why__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .why__items__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .why__items__item h3 {
    font-size: 16px;
    text-align: center;
  }
  .why__items__item__buttons {
    justify-content: center;
  }
  .why__items__item__buttons a {
    font-size: 12px;
  }
}

.with-without__items {
  display: grid;
  grid-gap: 24px;
}
.with-without__items__item > img {
  height: auto;
}
.with-without__items__item h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 16px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .with-without__items__item h3 {
    font-size: 18px;
  }
}
.with-without__items__item h4 {
  font-weight: bold;
  line-height: 1.8;
  font-size: 13px;
  margin-bottom: 8px;
  margin-top: 16px;
}
.with-without__items__item ul li {
  font-size: 13px;
  line-height: 1.8;
  position: relative;
  display: flex;
  grid-gap: 8px;
}
.with-without__items__item ul li::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  position: relative;
  top: 6px;
  background-image: url(../images/cross-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.with-without__items__item:last-child h3,
.with-without__items__item:last-child h4 {
  color: #26A598;
}
.with-without__items__item:last-child ul li::before {
  background-image: url(../images/tick-green.svg);
}
@media not screen and (max-width: 990px) {
  .with-without__items {
    grid-template-columns: 1fr 1fr;
  }
  .with-without__items__item {
    box-shadow: 0px 10px 40px rgba(138, 166, 157, 0.14);
    padding: 32px;
    background-color: white;
  }
  .with-without__items__item h4 {
    margin: 0;
  }
  .with-without__items__item ul li {
    min-height: 3.6em;
  }
}
@media screen and (max-width: 990px) {
  .with-without__items__item {
    display: flex;
    flex-direction: column-reverse;
    gap: 18px;
  }
}
.with-without--change__decoration {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 0;
  top: -24px;
}
.with-without--change__decoration > svg {
  transform: rotate(90deg) scale(2);
  transform-origin: center center;
  z-index: 0;
}
.with-without--change__decoration::before {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100vw;
  height: 397px;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, 0);
  background: linear-gradient(180deg, white 0%, #f1f8f7 100%);
}
.with-without--change .with-without__items {
  position: relative;
  z-index: 1;
}
.with-without--change .with-without__items__item h3 {
  margin-top: 0;
}
@media not screen and (max-width: 768px) {
  .with-without--change .with-without__items__item__text {
    margin-bottom: 16px;
  }
  .with-without--change .with-without__items__item__text ul li {
    min-height: 2.2em;
  }
}

.example-summary {
  position: relative;
}
@media screen and (max-width: 768px) {
  .example-summary:not(.example-summary--aug-2024) {
    display: none;
  }
}
.example-summary::before {
  content: "";
  display: block;
  position: absolute;
  width: 40vw;
  height: 24vw;
  background-image: url(../images/top-slider-fade.jpg);
  background-size: cover;
  right: -20px;
  top: 80px;
}
.example-summary * {
  position: relative;
}
.example-summary__items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 60px;
}
.example-summary__items__item {
  box-shadow: 0px 10px 40px rgba(138, 166, 157, 0.14);
  border-radius: 6px;
  padding: 20px;
  position: relative;
  background: white;
}
.example-summary__items__item span.number {
  color: #7fdb9f;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50px;
  font-weight: 700;
}
.example-summary__items__item h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  margin-bottom: 14px;
}
.example-summary__items__item p {
  font-size: 13px;
  line-height: 180%;
}
.example-summary__items__item button {
  color: #26a598;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120px;
  font-weight: 500;
  margin: 12px 0 0 auto;
  transition: 0.5s;
}
.example-summary__items__item button:hover {
  cursor: pointer;
  opacity: 0.6;
}
.example-summary--aug-2024 {
  position: relative;
}
.example-summary--aug-2024::before {
  content: "";
  width: 950px;
  height: 579px;
  background-image: url(../images/top-slider-fade.jpg);
  background-size: cover;
  top: 30px;
  right: 0;
  filter: blur(10px);
}
.example-summary--aug-2024 * {
  position: relative;
}
.example-summary--aug-2024 .example-summary__items {
  grid-gap: 8px 24px;
}
.example-summary--aug-2024 .example-summary__items__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.example-summary--aug-2024 .example-summary__items__item * {
  text-align: center;
}
.example-summary--aug-2024 .example-summary__items__item > img {
  max-width: 136px;
  height: auto;
}
.example-summary--aug-2024 .example-summary__items__item > img ~ div h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 16px 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .example-summary--aug-2024 .example-summary__items__item > img ~ div h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .example-summary--aug-2024 .example-summary__items {
    grid-template-columns: 1fr;
  }
}

@media not screen and (max-width: 768px) {
  .modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.88);
    transition: 0.5s;
    pointer-events: none;
    padding: 0;
  }
  .modal .container {
    position: relative;
  }
  .modal .container > button.modal__close {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 1001;
  }
  .modal .slick-dots {
    margin-top: 0;
  }
  body.modalOpen .modal:not(#floating-ad-modal) {
    opacity: 1;
    pointer-events: all;
  }

  .example__slider {
    margin-bottom: 0;
  }
  .example__slider .slick-list {
    padding: 40px;
  }
  .example__slider .slick-arrow.slick-prev {
    left: 30px;
  }
  .example__slider .slick-arrow.slick-next {
    right: 30px;
  }
  .example__slider__slide {
    background: white;
    box-shadow: 0px 10px 40px rgba(138, 166, 157, 0.14);
    border-radius: 6px;
    margin: 20px;
  }
  .example__slider__slide__text {
    box-shadow: none;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  .modal__close {
    display: none;
  }
}
.comparison__table {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(5, auto);
  background: #f2f8f7;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .comparison__table {
    display: none;
  }
}
.comparison__table__column__cell {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background: white;
  font-size: 13px;
  line-height: 1.5;
  padding: 0 16px;
  border-radius: 4px;
}
@media screen and (max-width: 990px) {
  .comparison__table__column__cell {
    height: 80px;
  }
}
.comparison__table__column__cell + .comparison__table__column__cell {
  margin-top: 8px;
}
.comparison__table__column__cell--header {
  font-size: 16px;
}
.comparison__table__column__cell--blank {
  background: transparent;
}
.comparison__table__column__cell small {
  font-size: 10px;
  font-weight: 400;
}
.comparison__table__column:nth-child(2) {
  background: #9fe4dc;
  border-radius: 4px;
}
.comparison__table__column:nth-child(2) .comparison__table__column__cell {
  background: transparent;
}
.comparison__table__column--header .comparison__table__column__cell {
  align-items: flex-start;
  text-align: left;
  font-weight: 700;
}
.comparison__list {
  background: #f2f8f7;
  margin: 0 -16px;
  padding: 8px 16px;
  border-radius: 6px;
}
.comparison__list__item + .comparison__list__item {
  margin-top: 8px;
}
.comparison__list__item h3 {
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  padding: 8px;
  text-align: center;
  background: white;
  border-radius: 4px 4px 0px 0px;
}
.comparison__list__item h3 small {
  display: block;
  font-size: 10px;
  font-weight: 400;
}
.comparison__list__item__tools {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.comparison__list__item__tools__tool {
  flex: 0 0 80px;
  width: 80px;
  padding: 8px 0;
  border-radius: 0 0 4px 4px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.comparison__list__item__tools__tool:first-child {
  background: #9fe4dc;
}
.comparison__list__item__tools__tool h4 {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 4px;
  text-align: center;
}
.comparison__list__item__tools__tool__data {
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.comparison__list__item__tools__tool__data br:not(.sp-only) {
  display: none;
}

@media screen and (max-width: 768px) {
  .price__plans {
    overflow: scroll;
    display: flex;
    align-items: stretch;
    scroll-snap-type: x mandatory;
  }
  .price__plans__plan {
    display: inline-flex;
    max-width: 300px;
    flex: 0 0 75vw;
    scroll-snap-align: start;
  }
  .price__plans__plan + .price__plans__plan {
    margin-left: 8px;
    margin-top: 0;
  }
}
.price__plans__plan__price {
  background: #f0f7f6;
  opacity: 0.9;
  border-radius: 6px;
  padding: 8px 0;
  width: 100%;
  margin: 28px 0 24px;
}
.price__plans__plan__price > p {
  text-align: center;
}
.price__plans__plan__price > h4 {
  font-size: 16px;
  font-weight: 900;
  color: #26A598;
  text-align: center;
}
.price__plans__plan__second-exp {
  flex: 1 1 auto;
}
.price__plans__plan__details {
  width: 100%;
  margin-top: 20px;
}
.price__plans__plan__details p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #dfdfdf;
}
.price__plans__plan__details p:first-child {
  border-top: 1px solid #dfdfdf;
}
.price__plans__plan__details p strong {
  font-size: 16px;
  font-weight: 900;
  color: #26A598;
}
.price__plans__footnote {
  margin-top: 8px;
  font-size: 13px;
  color: #798080;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .price__plans__footnote {
    font-size: 11px;
  }
}

.slick-arrow {
  width: 38px;
  height: 38px;
}
.slick-arrow::before {
  width: 13px;
  height: 13px;
}

@media not screen and (max-width: 768px) {
  .home-new-tkp .price__plans {
    grid-template-columns: 1fr 1fr;
  }
}
.home-new-tkp .price__plans__plan__details p,
.home-new-tkp .price__plans__plan__details p > * {
  display: block;
}

@media screen and (max-width: 768px) {
  .page-template-page_home-new-2024-aug .green-sp,
.page-template-page_home-2025 .green-sp,
.page-template-page_system .green-sp {
    color: #26A598;
  }
}
.page-template-page_home-new-2024-aug section:not(.top),
.page-template-page_home-2025 section:not(.top),
.page-template-page_system section:not(.top) {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .page-template-page_home-new-2024-aug section:not(.top),
.page-template-page_home-2025 section:not(.top),
.page-template-page_system section:not(.top) {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page_home-new-2024-aug section.top,
.page-template-page_home-2025 section.top,
.page-template-page_system section.top {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page_home-new-2024-aug .analytics h2 small span,
.page-template-page_home-2025 .analytics h2 small span,
.page-template-page_system .analytics h2 small span {
    display: inline;
  }
}

.home-new-2025 .top .container {
  position: relative;
  max-width: 1600px;
  height: 540px;
}
.home-new-2025 .top__person > img {
  position: absolute;
}
.home-new-2025 .top__person > img:first-child {
  left: 50%;
  top: 55%;
  transform: translateX(-50%);
}
.home-new-2025 .top__person > img:last-child {
  left: 40%;
  bottom: 95%;
}
.home-new-2025 .top__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-new-2025 .top__text,
.home-new-2025 .top__text * {
  text-align: center !important;
  margin: 0;
}
.home-new-2025 .top__text .top__awards {
  position: static;
}
.home-new-2025 .top__lady {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 50vw;
}
.home-new-2025 .top__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 50%;
  left: calc(50vw + 225px + 36px);
  max-width: calc(50vw - 225px - 36px - 36px);
  transform: translateY(-50%);
}
.home-new-2025 .top__right a.button.green {
  background-color: #fca720;
  min-width: 288px;
}
@media screen and (max-width: 990px) {
  .home-new-2025 .top {
    height: auto;
    padding-bottom: 40px !important;
  }
  .home-new-2025 .top .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    min-height: 592px;
  }
  .home-new-2025 .top__decoration--sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .home-new-2025 .top__decoration--sp::before, .home-new-2025 .top__decoration--sp::after {
    display: none;
  }
  .home-new-2025 .top__decoration--sp > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home-new-2025 .top__decoration--sp__bg {
    width: 100%;
  }
  .home-new-2025 .top__text {
    position: static;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column-reverse;
    transform: none;
    justify-content: space-between;
    padding-top: 70px;
  }
  .home-new-2025 .top__right {
    position: static;
    transform: none;
    max-width: 100%;
    margin: 0;
    left: auto;
    align-self: stretch;
  }
  .home-new-2025 .top__right a.button.green {
    min-width: auto;
    width: 100%;
    max-width: 300px;
  }
}
.home-new-2025 .analytics::before {
  background-image: url(../images/home-new-line.svg);
}
.home-new-2025 section.gray {
  background-color: #f7f7f7;
}
.home-new-2025 section.white {
  background-color: white;
}
.home-new-2025 section:not(.systems-header) .stylized-header__decoration__left, .home-new-2025 section:not(.systems-header) .stylized-header__decoration__right {
  opacity: 0.5;
  height: 330px;
  width: 50vw;
}
.home-new-2025 section:not(.systems-header) .stylized-header__decoration__left::before, .home-new-2025 section:not(.systems-header) .stylized-header__decoration__right::before {
  transform: scaleY(-1);
}
.home-new-2025 section:not(.systems-header) .stylized-header__decoration__left::after, .home-new-2025 section:not(.systems-header) .stylized-header__decoration__right::after {
  display: none;
}
.home-new-2025 section:not(.systems-header) .stylized-header__decoration--flipped {
  transform: scaleY(-1);
  position: absolute;
  bottom: 0;
  top: auto;
}
.home-new-2025 section:not(.systems-header) .stylized-header__decoration--flipped .stylized-header__decoration__left {
  right: -40vw;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .home-new-2025 section:not(.systems-header) .stylized-header__decoration__left, .home-new-2025 section:not(.systems-header) .stylized-header__decoration__right {
    width: 100vw;
    height: 200px;
  }
  .home-new-2025 section:not(.systems-header) .stylized-header__decoration__left::before, .home-new-2025 section:not(.systems-header) .stylized-header__decoration__right::before {
    width: 100vw;
    height: 174px;
    background-position: top right;
    background-size: cover;
  }
  .home-new-2025 section:not(.systems-header) .stylized-header__decoration__right::before {
    display: none;
  }
  .home-new-2025 section:not(.systems-header) .stylized-header__decoration__left {
    right: 0;
  }
  .home-new-2025 section:not(.systems-header) .stylized-header__decoration--flipped .stylized-header__decoration__left::before {
    display: none !important;
  }
  .home-new-2025 section:not(.systems-header) .stylized-header__decoration--flipped .stylized-header__decoration__right {
    left: 0;
  }
  .home-new-2025 section:not(.systems-header) .stylized-header__decoration--flipped .stylized-header__decoration__right::before {
    display: block !important;
  }
}
.home-new-2025 .reasons {
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-new-2025 .reasons {
    padding-bottom: 80px !important;
  }
}
.home-new-2025 .reasons .container {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .home-new-2025 .reasons .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-new-2025 .reasons__item {
  background-color: white;
  position: relative;
}
.home-new-2025 .reasons__item::before {
  content: "";
  position: absolute;
  left: 102px;
  bottom: calc(100% - 4px);
  width: 52px;
  height: 54px;
  background-image: url(../images/bird-reasons.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .home-new-2025 .reasons__item::before {
    left: 80px;
    width: 41px;
    height: 42px;
  }
}
.home-new-2025 .reasons__item *, .home-new-2025 .reasons__item *::after {
  transition: 0.5s;
}
.home-new-2025 .reasons__item__top {
  padding: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media not screen and (max-width: 768px) {
  .home-new-2025 .reasons__item__top::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/2025-reasons-green-decor.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    width: 350px;
    height: 160px;
  }
}
.home-new-2025 .reasons__item__top__count {
  font-size: 88px;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  color: #26A598;
  position: absolute;
  top: -32px;
  left: 24px;
  font-weight: 600;
}
.home-new-2025 .reasons__item__top__title {
  display: flex;
  gap: 32px;
}
.home-new-2025 .reasons__item__top__title > img {
  width: 136px;
  height: 136px;
}
.home-new-2025 .reasons__item__top__title__text small {
  color: #798080;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.home-new-2025 .reasons__item__top__title__text h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .home-new-2025 .reasons__item__top {
    flex-direction: column;
    padding: 16px;
  }
  .home-new-2025 .reasons__item__top::before {
    width: 200px;
    height: 100px;
    right: 16px;
    bottom: -16px;
  }
  .home-new-2025 .reasons__item__top__title {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
  }
  .home-new-2025 .reasons__item__top__title > img {
    width: 136px;
    height: 136px;
  }
  .home-new-2025 .reasons__item__top__title h3 {
    font-size: 26px;
  }
}
.home-new-2025 .reasons__item__grid {
  overflow: hidden;
}
@media not screen and (max-width: 768px) {
  .home-new-2025 .reasons__item__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.home-new-2025 .reasons__item__grid > * {
  padding: 16px;
  min-width: 0;
}
.home-new-2025 .reasons__item__grid * {
  font-size: 15px !important;
}
.home-new-2025 .reasons__item__grid h4 {
  text-align: center;
  font-weight: 700;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.home-new-2025 .reasons__item__grid h4:not(:first-child) {
  border-left: 1px solid #dfdfdf;
}
.home-new-2025 .reasons__item__grid__explanation {
  overflow: hidden;
  grid-row: 2/span 1;
}
.home-new-2025 .reasons__item__grid__explanation p + p {
  margin-top: 1em;
}
.home-new-2025 .reasons__item__toggle {
  background: none;
  border: none;
  color: #26A598;
  display: block;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  padding: 16px;
  background-color: white;
}
.home-new-2025 .reasons__item__toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/chevron.svg);
  background-size: 30px 30px;
  background-position: top center;
}
@media not screen and (max-width: 768px) {
  .home-new-2025 .reasons__item__toggle {
    position: absolute;
    top: 32px;
    right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .home-new-2025 .reasons__item__toggle {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #dfdfdf;
  }
}
.home-new-2025 .reasons__item + .reasons__item {
  margin-top: 24px;
}
.home-new-2025 .reasons__item:not(.reasons__item--open) .reasons__item__grid__explanation {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.home-new-2025 .reasons__item:not(.reasons__item--open) .reasons__item__toggle::after {
  transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .home-new-2025 .reasons__item:not(.reasons__item--open) .reasons__item__toggle {
    border-top: 0px solid #dfdfdf;
  }
}
.home-new-2025 .capabilities {
  padding: 120px 0 !important;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
@media screen and (max-width: 990px) {
  .home-new-2025 .capabilities {
    padding: 56px 0 80px !important;
  }
}
@media not screen and (max-width: 990px) {
  .home-new-2025 .capabilities .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media not screen and (max-width: 990px) {
  .home-new-2025 .capabilities__items {
    position: relative;
  }
}
.home-new-2025 .capabilities__items::before {
  content: "";
  display: block;
  width: 91px;
  aspect-ratio: 91/58;
  height: auto !important;
  position: absolute;
  left: -72px;
  bottom: calc(100% - 10px);
  z-index: 1;
  background-image: url(../images/bird-capabilities.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 990px) {
  .home-new-2025 .capabilities__items::before {
    width: 57px;
    height: 36px !important;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
  }
}
.home-new-2025 .capabilities__items__item {
  min-height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.home-new-2025 .capabilities__items__item::before {
  content: "";
  width: 62px;
  height: 62px;
  background-color: #e1f0ee;
  top: 0;
  left: -42px;
  position: absolute;
}
@media screen and (max-width: 990px) {
  .home-new-2025 .capabilities__items__item::before {
    left: -16px;
  }
}
.home-new-2025 .capabilities__items__item > * {
  position: relative;
  line-height: 30px;
}
.home-new-2025 .capabilities__items__item h3.h4 {
  font-size: 18px;
  font-weight: 700;
}
.home-new-2025 .capabilities__items__item p {
  font-size: 15px;
}
.home-new-2025 .capabilities__items__item + .capabilities__items__item {
  margin-top: 24px;
}
.home-new-2025 .steps {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  position: relative;
  padding: 100px 0 !important;
}
@media not screen and (max-width: 768px) {
  .home-new-2025 .steps::before {
    content: "";
    position: absolute;
    left: -32px;
    bottom: 0;
    background-image: url(../images/2025-reasons-green-decor.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 750px;
    aspect-ratio: 350/160;
    transform: scaleX(-1);
  }
}
@media not screen and (max-width: 768px) {
  .home-new-2025 .steps__lady {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  @media screen and (max-width: 1200px) {
    .home-new-2025 .steps__lady {
      left: auto;
      right: 40vw;
    }
  }
}
@media screen and (max-width: 768px) {
  .home-new-2025 .steps__lady.sp-only {
    display: block;
    width: 360px;
    margin: -30px 0 0 -16px;
  }
}
.home-new-2025 .steps__items {
  max-width: 1080px;
  height: 560px;
  position: relative;
  margin-top: 80px;
}
.home-new-2025 .steps__items__item {
  padding: 32px;
  box-sizing: border-box;
}
.home-new-2025 .steps__items__item__count {
  position: absolute;
  font-family: "DM Sans", sans-serif;
  position: absolute;
  right: 32px;
  bottom: calc(100% - 16px);
  font-size: 48px;
  line-height: 56px;
}
.home-new-2025 .steps__items__item__count strong {
  display: inline-flex;
  width: 56px;
  color: white;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
}
.home-new-2025 .steps__items__item h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}
.home-new-2025 .steps__items__item h3 img {
  width: 38px;
  height: 38px;
}
.home-new-2025 .steps__items__item p {
  font-size: 15px;
  line-height: 2;
}
.home-new-2025 .steps__items__item:nth-child(1) {
  background-color: #e1f0ee;
}
.home-new-2025 .steps__items__item:nth-child(1) .steps__items__item__count {
  color: #26a598;
}
.home-new-2025 .steps__items__item:nth-child(1) .steps__items__item__count strong {
  background-color: #26a598;
}
.home-new-2025 .steps__items__item:nth-child(1) h3 {
  color: #26a598;
}
.home-new-2025 .steps__items__item:nth-child(2) {
  background-color: #bbf0df;
}
.home-new-2025 .steps__items__item:nth-child(2) .steps__items__item__count {
  color: #008478;
}
.home-new-2025 .steps__items__item:nth-child(2) .steps__items__item__count strong {
  background-color: #008478;
}
.home-new-2025 .steps__items__item:nth-child(2) h3 {
  color: #008478;
}
.home-new-2025 .steps__items__item:nth-child(3) {
  background-color: #a1edc1;
}
.home-new-2025 .steps__items__item:nth-child(3) .steps__items__item__count {
  color: #00655a;
}
.home-new-2025 .steps__items__item:nth-child(3) .steps__items__item__count strong {
  background-color: #00655a;
}
.home-new-2025 .steps__items__item:nth-child(3) h3 {
  color: #00655a;
}
@media not screen and (max-width: 768px) {
  .home-new-2025 .steps__items__item {
    width: 524px;
    height: 208px;
    position: absolute;
  }
  .home-new-2025 .steps__items__item:nth-child(1) {
    left: 0;
    top: 0;
  }
  .home-new-2025 .steps__items__item:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home-new-2025 .steps__items__item:nth-child(3) {
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .home-new-2025 .steps__items {
    margin: 0;
  }
  .home-new-2025 .steps__items__item {
    position: relative;
    width: auto;
    height: auto;
    padding: 24px;
  }
  .home-new-2025 .steps__items__item__count {
    font-size: 32px;
    line-height: 40px;
  }
  .home-new-2025 .steps__items__item__count strong {
    width: 40px;
    height: 40px;
    font-size: 32px;
  }
  .home-new-2025 .steps__items__item h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .home-new-2025 .steps__items__item h3 img {
    width: 30px;
    height: 30px;
  }
}
.home-new-2025 .transparency {
  background-image: url(../images/2025-transparency-bg.jpg);
  background-size: cover;
  background-position: bottom center;
  padding: 110px 0 !important;
}
.home-new-2025 .transparency .container {
  position: relative;
}
.home-new-2025 .transparency .container::before {
  content: "";
  position: absolute;
  top: -110px;
  right: 0;
  width: 160px;
  aspect-ratio: 2/1;
  opacity: 0.2;
  background-image: url(../images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.home-new-2025 .transparency h2 {
  text-align: left !important;
  line-height: 40px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .home-new-2025 .transparency h2 {
    font-size: 32px;
  }
}
.home-new-2025 .transparency h3 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .home-new-2025 .transparency h3 {
    font-size: 18px;
    line-height: 1.8;
  }
}
.home-new-2025 .transparency__main {
  margin-top: 32px;
}
.home-new-2025 .transparency__main p + p {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .home-new-2025 .transparency {
    padding: 80px 0 !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .home-new-2025 .transparency .container::before {
    right: 16px;
    width: 120px;
    top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .home-new-2025 section.mission {
    padding-top: 0;
  }
}

.page-template-page_system main {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page-template-page_system h2 {
    margin-bottom: 24px;
  }
}
.page-template-page_system .stylized-header {
  padding: 0 !important;
  height: 450px;
  height: 250px;
}
.page-template-page_system .stylized-header .stylized-header__decoration__left::before, .page-template-page_system .stylized-header .stylized-header__decoration__right::before {
  background-image: url(../images/digital-full.svg);
  background-position: right;
  height: 460px;
}
.page-template-page_system .stylized-header h1 {
  line-height: 1.8;
}
.page-template-page_system .stylized-header h1 + small {
  font-size: 16px;
  line-height: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #3A3D3D;
}
@media screen and (max-width: 768px) {
  .page-template-page_system .stylized-header {
    height: 300px;
  }
  .page-template-page_system .stylized-header .container {
    height: 280px;
  }
  .page-template-page_system .stylized-header .stylized-header__decoration__left, .page-template-page_system .stylized-header .stylized-header__decoration__right {
    height: 300px;
  }
  .page-template-page_system .stylized-header .stylized-header__decoration__left::before, .page-template-page_system .stylized-header .stylized-header__decoration__right::before {
    height: 50vw;
    width: 300px;
    right: -20vw;
    bottom: 0;
  }
  .page-template-page_system .stylized-header .stylized-header__text h1 {
    line-height: 1.2;
  }
}
@media not screen and (max-width: 768px) {
  .page-template-page_system .stylized-header__decoration {
    bottom: 50px;
  }
  .page-template-page_system .stylized-header__decoration__left, .page-template-page_system .stylized-header__decoration__right {
    height: 250px;
    width: 50vw;
  }
  .page-template-page_system .stylized-header__decoration__left::before, .page-template-page_system .stylized-header__decoration__right::before {
    height: 500px !important;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page_system .stylized-header {
    height: 200px;
  }
}
.page-template-page_system .example-summary {
  position: relative;
  overflow: visible;
}
.page-template-page_system .example-summary .container {
  position: relative;
  z-index: 2;
}
.page-template-page_system .example-summary h3 {
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
  margin: -0.75em 0 1.5em;
  font-weight: bold;
}
.page-template-page_system .example-summary__text {
  margin-bottom: 32px;
}
.page-template-page_system .example-summary__text p {
  font-size: 15px;
  line-height: 2;
}
.page-template-page_system .example-summary__text p + p {
  margin-top: 1.5em;
}
.page-template-page_system .example-summary .button.green {
  background-color: #fca720;
  width: 100%;
  box-sizing: border-box;
  max-width: 344px;
  display: block;
  margin: auto;
}
.page-template-page_system .example-summary::after {
  content: "";
  position: absolute;
  background-image: url(../images/home-new-line.svg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  bottom: -7.5vw;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-template-page_system .example-summary__items {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .page-template-page_system .example-summary__items__item {
    flex: 0 0 calc(50% - 4px);
    min-width: 0;
    box-sizing: border-box;
  }
}
.page-template-page_system .ui {
  position: relative;
}
.page-template-page_system .ui__text {
  margin-bottom: 32px;
}
.page-template-page_system .ui__text h3 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
@media not screen and (max-width: 768px) {
  .page-template-page_system .ui__text {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .page-template-page_system .ui__text h3 {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page_system .ui__text h3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 990px) {
  .page-template-page_system .ui__slider .slick-list {
    padding-top: 50px;
  }
}
.page-template-page_system .ui__slider__item__text {
  background-color: white;
  padding: 32px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  box-shadow: 0px 10px 40px rgba(138, 166, 157, 0.14);
}
.page-template-page_system .ui__slider__item__text h4 {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  gap: 8px;
  align-items: center;
}
.page-template-page_system .ui__slider__item__text h4 small {
  font-size: 14px;
  color: #798080;
}
.page-template-page_system .ui__slider__item__text h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 8px 0;
}
.page-template-page_system .ui__slider__item__text p {
  line-height: 2;
}
@media not screen and (max-width: 990px) {
  .page-template-page_system .ui__slider__item__text {
    min-height: 262px;
  }
}
@media not screen and (max-width: 990px) {
  .page-template-page_system .ui__slider__item {
    height: 422px;
    position: relative;
  }
  .page-template-page_system .ui__slider__item > img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 66%;
    height: auto !important;
  }
  .page-template-page_system .ui__slider__item__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: auto !important;
    min-height: 262px;
  }
  .page-template-page_system .ui__slider__item__text::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 5px);
    right: 60px;
    width: 42px;
    height: 43px;
    background-image: url(../images/bird-reasons.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 990px) {
  .page-template-page_system .ui__slider__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .page-template-page_system .ui__slider__item::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 5px);
    right: 60px;
    width: 42px;
    height: 43px;
    background-image: url(../images/bird-reasons.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: scaleX(-1);
  }
  .page-template-page_system .ui__slider__item > img {
    position: static;
    transform: none;
    width: 100%;
    max-width: 400px;
    height: auto !important;
  }
  .page-template-page_system .ui__slider__item__text {
    margin: -30px 10px 0;
    padding: 16px;
  }
  .page-template-page_system .ui__slider__item__text h4 {
    font-size: 16px;
    line-height: 1.25;
  }
  .page-template-page_system .ui__slider__item__text h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 4px 0;
  }
}
@media screen and (max-width: 990px) {
  .page-template-page_system .with-without__items__item {
    flex-direction: column;
  }
  .page-template-page_system .with-without__items__item h3 {
    margin: 0;
  }
}
.page-template-page_system .with-without--change__decoration {
  justify-content: center;
}
.page-template-page_system .with-without--change__decoration svg:first-child {
  display: none;
}

/*# sourceMappingURL=home-new.css.map */
