@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

body {
  overscroll-behavior: none;
  font-family: "Jost", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #333;
  font-size: 14px;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:focus {
  outline: none;
}

.overflow {
  overflow: hidden;
}

.lottie canvas {
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}

* {
  scroll-margin-top: 80px;
}

.l-header {
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  width: 90%;
  max-width: 1280px;
  top: 28px;
  z-index: 1002;
  margin: 0 auto;
  border-radius: 8px;
  transition: all 0.2s;
}
.l-header.is-scrolled {
  top: 0px;
  border-radius: 0 0 8px 8px;
}

.l-footer {
  max-width: 1280px;
  margin: 80px auto 40px;
}
@media screen and (max-width: 1000px) {
  .l-footer {
    background-color: #F5F7F9;
    padding: 40px 0 20px;
    margin: 0px auto 0px;
  }
}
.l-footer--thanks {
  margin: 40px auto 40px;
}
@media screen and (max-width: 1000px) {
  .l-footer--thanks {
    background-color: #F5F7F9;
    padding: 40px 0;
    margin: 0px auto 0px;
  }
}

section + section {
  margin: 120px auto auto;
}
@media screen and (max-width: 1000px) {
  section + section {
    margin: 60px auto auto;
  }
}

section.solution {
  margin: 80px auto auto;
}
@media screen and (max-width: 1000px) {
  section.solution {
    margin: 60px auto auto;
  }
}

section.price {
  padding: 60px 0 0;
}
@media screen and (max-width: 1000px) {
  section.price {
    padding: 60px 0 0;
    margin: 0 auto auto;
  }
}

section.addon {
  margin: 40px auto auto;
}

section.option {
  margin: 40px auto auto;
}
@media screen and (max-width: 1000px) {
  section.option {
    margin: 20px auto auto;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
@media screen and (max-width: 1000px) {
  .header__inner {
    padding: 12px 16px;
  }
}
.header__logo {
  width: 170px;
}
.header__logo a {
  margin: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    width: 140px;
    margin: 0;
  }
}
@media screen and (max-width: 1000px) {
  .header__logo {
    width: 120px;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__label {
  background-color: #147D89;
  padding: 8px 12px 9px 12px;
  border-radius: 4px;
  display: block;
  color: #fff;
  font-size: 90%;
  margin: auto auto auto 16px;
  color: #fff;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .header__label {
    padding: 0;
    font-size: 85%;
    background-color: #fff;
    color: #147D89;
    font-weight: bold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.3;
    margin: auto auto auto 16px;
  }
}
.header__label br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header__label br {
    display: block;
  }
}
.header__nav {
  display: flex;
  flex-direction: column;
  margin: auto 20px auto auto;
}
@media screen and (max-width: 1000px) {
  .header__nav {
    display: none;
  }
}
.header__main {
  display: flex;
  justify-content: flex-end;
}
.header__main__item {
  font-size: 112%;
  font-weight: bold;
  margin: 0 12px;
}
@media screen and (max-width: 1200px) {
  .header__main__item {
    font-size: 100%;
    margin: 0 6px;
  }
}
.header__main__item a {
  color: #2B2B2B;
}
.header__main__item a:hover {
  color: #ac0000;
}
.header__entry {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .header__entry {
    display: none;
  }
}
.header__entry__btn {
  text-align: center;
}
.header__entry__btn a {
  padding: 8px 12px 9px 12px;
  border-radius: 4px;
  display: block;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (max-width: 1200px) {
  .header__entry__btn a {
    padding: 10px 14px;
    border-radius: 30px;
    font-size: 105%;
  }
}
.header__entry__dl {
  margin: auto 14px;
}
.header__entry__dl a {
  border: solid 1px #ac0000;
  color: #ac0000;
}
.header__entry__demo {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .header__entry__demo {
    margin: auto 8px;
  }
}
.header__entry__demo a {
  background-color: #ac0000;
  border: solid 1px #ac0000;
}
.header__cta {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header__cta {
    display: block;
  }
}
.header__cta a {
  background-color: #ac0000;
  color: #fff;
  border-radius: 4px;
  display: block;
  padding: 4px 8px 6px 8px;
  font-size: 85%;
  font-weight: bold;
}

.footer__cta__lead {
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .footer__cta__lead {
    font-size: 16px;
  }
}
.footer__cta__inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin: 28px 0 auto;
}
@media screen and (max-width: 1000px) {
  .footer__cta__inner {
    margin: 16px 0 auto;
    gap: 16px;
    flex-direction: column;
  }
}
.footer__cta__btn {
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .footer__cta__btn {
    margin: auto;
  }
}
.footer__cta__btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid 1px #DDDDDD;
  border-radius: 20px;
  font-size: 16px;
  margin: auto;
  padding: 16px 16px 18px;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .footer__cta__btn a {
    font-size: 14px;
    background-color: #fff;
  }
}
.footer__cta__btn--tel a span {
  font-size: 28px;
  display: flex;
  align-items: center;
  font-family: "Outfit", sans-serif;
  justify-content: center;
}
.footer__cta__btn--tel a span img {
  width: 32px;
}
.footer__inner {
  margin: 60px auto auto;
}
@media screen and (max-width: 1000px) {
  .footer__inner--thanks {
    margin: 0px auto auto;
  }
}
.footer__lead {
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .footer__lead {
    font-size: 16px;
  }
}
.footer__logo {
  width: 300px;
  margin: 12px auto 40px auto;
}
@media screen and (max-width: 1000px) {
  .footer__logo {
    width: 260px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__copyright {
  font-size: 16px;
  text-align: center;
  margin: 16px auto auto;
}
@media screen and (max-width: 1000px) {
  .footer__copyright {
    font-size: 14px;
    margin: 0px auto auto;
  }
}
.footer__copyright a:hover {
  text-decoration: underline;
}

.main {
  margin: -8px auto 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .main {
    margin: 0px auto 0 auto;
  }
}
.main__container {
  width: 100%;
  background-size: cover;
  background-color: #F5F7F9;
  position: relative;
}
.main__inner {
  width: 90%;
  max-width: 1280px;
  margin: auto;
  overflow: hidden;
  padding: 40px 0 0px 0;
}
@media screen and (max-width: 1000px) {
  .main__inner {
    padding: 40px 0 10px 0;
  }
}
.main__thumbnailContainer {
  background: linear-gradient(180deg, #F5F7F9 50%, #fff 50%);
}
.main__thumbnail {
  width: 90%;
  max-width: 1280px;
  margin: auto;
  padding: 0px 0;
  padding: 20px 0 20px 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .main__thumbnail {
    padding: 20px 0;
  }
}
.main__thumbnail .swiper-slide {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  color: #afb6b9;
  height: 90px !important;
  border: solid 1px #E1E6EB;
}
@media screen and (max-width: 1000px) {
  .main__thumbnail .swiper-slide {
    height: 64px !important;
  }
}
.main__thumbnail .swiper-slide img {
  width: 100%;
}
.main__thumbnail .swiper-slide-thumb-active {
  background-color: #ac0000;
  color: #fff;
  font-weight: bold;
}
.main__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .main__item {
    flex-direction: column-reverse;
  }
}
.main__item-inner {
  width: 34%;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 1000px) {
  .main__item-inner {
    width: 90%;
    margin: auto;
  }
}
.main__item-img {
  width: 60%;
  margin: 20px auto 20px 0;
  background-image: url(/assets/img/case/agency/bg.webp);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .main__item-img {
    width: 100%;
    margin: 20px auto;
  }
}
.main__item-img img {
  width: 90%;
  margin: auto;
}
.main__item-img .lottie {
  width: 90%;
  height: auto;
  display: flex;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.main__item-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin: 20px auto auto;
  color: #2B2B2B;
}
@media screen and (max-width: 1000px) {
  .main__item-title {
    margin: 0px auto auto;
    font-size: 34px;
    text-align: center;
  }
}
.main__item-title span {
  color: #ac0000;
}
.main__item-text {
  font-size: 16px;
  line-height: 1.8;
  margin: 20px auto auto;
}
@media screen and (max-width: 1000px) {
  .main__item-text {
    font-size: 14px;
    line-height: 1.6;
    margin: 16px auto auto;
  }
}
@media screen and (max-width: 1000px) {
  .main__item-text br {
    display: none;
  }
}
.main__item-btn {
  margin: 40px auto auto;
}
@media screen and (max-width: 1000px) {
  .main__item-btn {
    margin: 14px auto 10px;
    display: flex;
    justify-content: center;
  }
}
.main__item-btn a {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 40px 16px 20px;
  gap: 16px;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1000px) {
  .main__item-btn a {
    justify-content: center;
    padding: 14px 32px 14px 24px;
  }
}
.main__item-btn a .icon {
  display: block;
  position: relative;
  width: 34px;
  height: 34px;
  background: #ac0000;
  border-radius: 9999px;
  cursor: pointer;
  transform: rotate(90deg);
  pointer-events: none;
}
.main__item-btn a .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  width: 9px;
  height: 9px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.main__item-btn a p {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .main__item-btn a p {
    font-size: 14px;
  }
}
.main__item-btn a p span {
  display: block;
  font-size: 18px;
  color: #ac0000;
}
@media screen and (max-width: 1000px) {
  .main__item-btn a p span {
    font-size: 17px;
  }
}
.main__thum {
  display: flex;
  gap: 20px;
  padding: 0 28px;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .main__thum {
    gap: 12px;
    font-size: 16px;
    padding: 12px 20px;
  }
}
.main__thum-title {
  font-size: 17px;
  margin: auto 0;
}
@media screen and (max-width: 1000px) {
  .main__thum-title {
    font-size: 15px;
  }
}
.main .material-symbols-outlined {
  font-size: 36px;
  color: #afb6b9;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .main .material-symbols-outlined {
    font-size: 32px;
  }
}
.main .swiper-button-prev.prev,
.main .swiper-button-next.next {
  display: none !important;
}
.main .swiper-slide-thumb-active .material-symbols-outlined {
  color: #fff;
}

.solution {
  width: 90%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .solution {
    width: 100%;
  }
}
.solution::before {
  content: "";
  position: absolute;
  top: 17%;
  bottom: 10%;
  left: 0;
  right: 0;
  background-color: #F5F7F9;
  border-radius: 60px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .solution::before {
    border-radius: 0px;
  }
}
.solution__inner {
  max-width: 1280px;
  margin: auto;
}
.solution__title {
  text-align: center;
  font-size: 48px;
}
@media screen and (max-width: 1000px) {
  .solution__title {
    font-size: 24px;
    line-height: 1.4;
    width: 85%;
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  .solution__title br {
    display: none;
  }
}
.solution__list {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  margin: 60px auto auto;
}
@media screen and (max-width: 1000px) {
  .solution__list {
    gap: 40px;
    margin: 40px auto auto;
  }
}
.solution__item {
  border-radius: 60px;
  background-color: #fff;
  display: flex;
  width: 90%;
  position: relative;
  padding: 90px 80px;
}
@media screen and (max-width: 1000px) {
  .solution__item {
    border-radius: 32px;
    flex-direction: column-reverse;
    margin: auto;
    padding: 28px;
    width: 85%;
  }
}
.solution__item-number {
  font-size: 120px;
  position: absolute;
  top: -60px;
  left: 80px;
  font-family: "Akshar", sans-serif;
  color: #DFE1E4;
}
@media screen and (max-width: 1000px) {
  .solution__item-number {
    font-size: 120px;
    top: -60px;
    left: 10px;
  }
}
.solution__item-img {
  width: 55%;
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translate(0%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .solution__item-img {
    width: 100%;
    position: static;
    top: auto;
    right: auto;
    transform: none;
  }
}
.solution__item-img .lottie {
  width: auto;
  height: auto;
  display: flex;
  margin: 0 auto;
  aspect-ratio: 25/16;
}
.solution__item-img--even {
  width: 45%;
  top: 50%;
  left: 60px !important;
  transform: translate(0%, -50%) !important;
}
@media screen and (max-width: 1000px) {
  .solution__item-img--even {
    width: 100%;
    position: static;
    top: auto;
    right: auto;
    transform: none !important;
    margin: auto auto 20px;
  }
}
.solution__item-img--even .lottie {
  aspect-ratio: 17/15;
}
.solution__item-inner {
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .solution__item-inner {
    width: 100%;
  }
}
.solution__item-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  background: #ac0000;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1000px) {
  .solution__item-title {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }
}
.solution__item-text {
  font-size: 16px;
  line-height: 1.8;
  margin: 16px 0 0;
}
@media screen and (max-width: 1000px) {
  .solution__item-text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.solution__item--even {
  flex-direction: row-reverse;
  margin: auto auto auto 10%;
}
@media screen and (max-width: 1000px) {
  .solution__item--even {
    flex-direction: column-reverse;
    margin: auto;
  }
}
.solution__item--even .solution__item-img {
  top: 50%;
  left: -10%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1000px) {
  .solution__item--even .solution__item-img {
    width: 100%;
    position: static;
    top: auto;
    right: auto;
    transform: none;
  }
}
.solution__item--even .solution__item-number {
  left: auto;
  right: 80px;
}
@media screen and (max-width: 1000px) {
  .solution__item--even .solution__item-number {
    right: 10px;
  }
}
.solution__benefit {
  margin: 28px auto auto 0;
  padding: 16px 20px 18px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}
@media screen and (max-width: 1000px) {
  .solution__benefit {
    margin: 16px auto auto 0;
    padding: 12px 12px 14px;
  }
}
.solution__benefit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #147D89;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
}
.solution__benefit-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  transition: opacity 0.3s 0.4s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .solution__benefit-title {
    font-size: 13px;
  }
}

.solution__benefit.is-visible {
  opacity: 1;
}
.solution__benefit.is-visible::before {
  transform: scaleX(1);
}
.solution__benefit.is-visible .solution__benefit-title {
  opacity: 1;
}

.solution__item--even .solution__benefit::before {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.trust {
  max-width: 1280px;
}
@media screen and (max-width: 1000px) {
  .trust {
    width: 85%;
  }
}
.trust__inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 48px;
}
@media screen and (max-width: 1000px) {
  .trust__inner {
    flex-direction: column;
    gap: 28px;
  }
}

.client__item {
  width: 45%;
  padding: 40px 48px;
  background-color: #fff;
  border-radius: 60px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.07));
}
@media screen and (max-width: 1000px) {
  .client__item {
    width: 100%;
    margin: auto;
    padding: 28px 20px;
    border-radius: 40px;
  }
}
.client__item-title {
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .client__item-title {
    font-size: 24px;
  }
}
.client__item-title span {
  font-size: 70px;
  color: #147D89;
  border-radius: 20px;
  margin: auto 8px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 1000px) {
  .client__item-title span {
    font-size: 45px;
    margin: auto 4px;
  }
}
.client__item-text {
  font-size: 16px;
  line-height: 1.8;
  margin: 16px auto auto;
}
@media screen and (max-width: 1000px) {
  .client__item-text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.client__item-img {
  width: 100%;
  margin: 30px auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .client__item-img {
    width: 100%;
    gap: 10px;
    margin: 20px auto auto;
  }
}
.client__item .coconala {
  width: auto;
  height: 36px;
}
@media screen and (max-width: 1000px) {
  .client__item .coconala {
    height: 24px;
  }
}
.client__item .moshimo {
  width: auto;
  height: 38px;
}
@media screen and (max-width: 1000px) {
  .client__item .moshimo {
    height: 28px;
  }
}
.client__item .cybergrip {
  width: auto;
  height: 44px;
}
@media screen and (max-width: 1000px) {
  .client__item .cybergrip {
    height: 34px;
  }
}
.client__item .paytner {
  width: auto;
  height: 32px;
}
@media screen and (max-width: 1000px) {
  .client__item .paytner {
    height: 24px;
  }
}
.client__item .karadanote {
  width: auto;
  height: 32px;
}
@media screen and (max-width: 1000px) {
  .client__item .karadanote {
    height: 24px;
  }
}
.client__item .diamondfantasy {
  width: auto;
  height: 44px;
}
@media screen and (max-width: 1000px) {
  .client__item .diamondfantasy {
    height: 34px;
  }
}
.client__item .collexio {
  width: auto;
  height: 32px;
}
@media screen and (max-width: 1000px) {
  .client__item .collexio {
    height: 24px;
  }
}
.client__item .bpx {
  width: auto;
  height: 28px;
}
@media screen and (max-width: 1000px) {
  .client__item .bpx {
    height: 20px;
  }
}
.client__item .skd {
  width: auto;
  height: 34px;
}
@media screen and (max-width: 1000px) {
  .client__item .skd {
    height: 24px;
  }
}
.client__item .jackbeans {
  width: auto;
  height: 44px;
}
@media screen and (max-width: 1000px) {
  .client__item .jackbeans {
    height: 28px;
  }
}
.client__item .hided {
  width: auto;
  height: 36px;
}
@media screen and (max-width: 1000px) {
  .client__item .hided {
    height: 28px;
  }
}
.client__item .newgate {
  width: auto;
  height: 28px;
}
@media screen and (max-width: 1000px) {
  .client__item .newgate {
    height: 20px;
  }
}
.client__item .gosho {
  width: auto;
  height: 44px;
}
@media screen and (max-width: 1000px) {
  .client__item .gosho {
    height: 28px;
  }
}
.client__item .gorilatte {
  width: auto;
  height: 48px;
}
@media screen and (max-width: 1000px) {
  .client__item .gorilatte {
    height: 36px;
  }
}
.client__item .inppiness {
  width: auto;
  height: 44px;
}
@media screen and (max-width: 1000px) {
  .client__item .inppiness {
    height: 36px;
  }
}
.client__item .grape {
  width: auto;
  height: 36px;
}
@media screen and (max-width: 1000px) {
  .client__item .grape {
    height: 28px;
  }
}

.connect__note {
  margin: 20px auto auto auto;
  text-align: center;
}
.connect__note br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .connect__note br {
    display: block;
  }
}
.connect__item {
  width: 45%;
  padding: 40px 48px;
  background-color: #fff;
  border-radius: 60px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.07));
}
@media screen and (max-width: 1000px) {
  .connect__item {
    width: 100%;
    margin: auto;
    padding: 28px 20px;
    border-radius: 40px;
  }
}
.connect__item-title {
  font-size: 40px;
  text-align: center;
  margin: 20px auto auto;
}
@media screen and (max-width: 1000px) {
  .connect__item-title {
    font-size: 24px;
    margin: 0px auto auto;
  }
}
.connect__item-text {
  font-size: 16px;
  line-height: 1.8;
  margin: 16px auto auto;
}
@media screen and (max-width: 1000px) {
  .connect__item-text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.connect__item-img {
  width: 100%;
  margin: 30px auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .connect__item-img {
    width: 100%;
    gap: 12px;
    margin: 10px auto auto;
  }
}
.connect__item .google {
  width: auto;
  height: 48px;
}
@media screen and (max-width: 1000px) {
  .connect__item .google {
    height: 28px;
  }
}
.connect__item .fb {
  width: auto;
  height: 52px;
}
@media screen and (max-width: 1000px) {
  .connect__item .fb {
    height: 32px;
  }
}
.connect__item .yahoo {
  width: auto;
  height: 34px;
}
@media screen and (max-width: 1000px) {
  .connect__item .yahoo {
    height: 22px;
  }
}
.connect__item .tiktok {
  width: auto;
  height: 60px;
}
@media screen and (max-width: 1000px) {
  .connect__item .tiktok {
    height: 40px;
  }
}
.connect__item .line {
  width: auto;
  height: 44px;
}
@media screen and (max-width: 1000px) {
  .connect__item .line {
    height: 26px;
  }
}
.connect__item .adjust {
  width: auto;
  height: 32px;
}
@media screen and (max-width: 1000px) {
  .connect__item .adjust {
    height: 20px;
  }
}
.connect__item .appsflyer {
  width: auto;
  height: 42px;
}
@media screen and (max-width: 1000px) {
  .connect__item .appsflyer {
    height: 30px;
  }
}
.connect__item .shopify {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 1000px) {
  .connect__item .shopify {
    height: 26px;
  }
}
.connect__item .base {
  width: auto;
  height: 48px;
}
@media screen and (max-width: 1000px) {
  .connect__item .base {
    height: 32px;
  }
}
.connect__item .wordpress {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 1000px) {
  .connect__item .wordpress {
    height: 28px;
  }
}
.connect__item .a8 {
  width: auto;
  height: 44px;
}
@media screen and (max-width: 1000px) {
  .connect__item .a8 {
    height: 28px;
  }
}
.connect__item .afb {
  width: auto;
  height: 36px;
}
@media screen and (max-width: 1000px) {
  .connect__item .afb {
    height: 20px;
  }
}
.connect__item .adebis {
  width: auto;
  height: 36px;
}
@media screen and (max-width: 1000px) {
  .connect__item .adebis {
    height: 22px;
  }
}
.connect__item .felmat {
  width: auto;
  height: 36px;
}
@media screen and (max-width: 1000px) {
  .connect__item .felmat {
    height: 22px;
  }
}
.connect__item .spider {
  width: auto;
  height: 32px;
  margin-top: 8px;
}
@media screen and (max-width: 1000px) {
  .connect__item .spider {
    height: 22px;
  }
}

.benefit {
  width: 90%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .benefit {
    width: 100%;
  }
}
.benefit__title {
  font-size: 48px;
  text-align: center;
  margin: auto auto 60px;
}
@media screen and (max-width: 1000px) {
  .benefit__title {
    font-size: 24px;
    line-height: 1.4;
    width: 85%;
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  .benefit__title br {
    display: none;
  }
}
.benefit__list {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .benefit__list {
    flex-direction: column;
    gap: 20px;
    width: 85%;
    margin: 40px auto auto;
  }
}
.benefit__item {
  width: calc(33.3333333333% - 28px);
}
@media screen and (max-width: 1000px) {
  .benefit__item {
    width: 100%;
  }
}
.benefit__item-inner {
  background-color: #fff;
  border-radius: 60px;
  padding: 24px 40px 40px 40px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .benefit__item-inner {
    border-radius: 40px;
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .benefit__item-group {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
.benefit__item-img {
  width: 70%;
  margin: auto auto 20px;
}
@media screen and (max-width: 1000px) {
  .benefit__item-img {
    width: 40%;
    margin: auto 0 0px;
  }
}
.benefit__item-img img {
  width: 100%;
}
.benefit__item-img .lottie {
  width: auto;
  height: auto;
  display: flex;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.benefit__item-title {
  font-size: 24px;
  text-align: center;
  background: #ac0000;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 1000px) {
  .benefit__item-title {
    font-size: 17px;
    line-height: 1.4;
    text-align: left;
  }
}
.benefit__check {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px auto auto;
}
@media screen and (max-width: 1000px) {
  .benefit__check {
    gap: 6px;
    margin: 16px auto auto;
  }
}
.benefit__check-item {
  display: flex;
  gap: 4px;
  align-items: flex-start;
}
.benefit__check-item p {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .benefit__check-item p {
    font-size: 14px;
  }
}
.benefit__check-item p span {
  color: #147D89;
  font-weight: bold;
}
.benefit .material-symbols-outlined {
  font-size: 24px;
  color: #2B2B2B;
  vertical-align: middle;
  color: #147D89;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
@media screen and (max-width: 1000px) {
  .benefit .material-symbols-outlined {
    font-size: 20px;
  }
}

.price {
  width: 90%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .price {
    width: 100%;
  }
}
.price::before {
  content: "";
  position: absolute;
  top: 0%;
  bottom: 25%;
  left: 0;
  right: 0;
  background-color: #F5F7F9;
  border-radius: 60px 60px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .price::before {
    bottom: 20%;
    border-radius: 0 0 0 0;
  }
}
.price__title {
  font-size: 48px;
  text-align: center;
  margin: auto auto 60px;
}
@media screen and (max-width: 1000px) {
  .price__title {
    font-size: 24px;
    line-height: 1.4;
    width: 85%;
    margin: auto auto 40px;
  }
}
.price__inner {
  max-width: 1280px;
  width: 90%;
  margin: auto;
}
.price__nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: auto auto 60px;
}
@media screen and (max-width: 1000px) {
  .price__nav {
    gap: 12px;
    margin: auto auto 40px;
  }
}
.price__nav-item {
  display: block;
  padding: 20px 20px;
  text-align: center;
  color: #9CA1A2;
  background-color: #fff;
  border: solid 2px #DDDDDD;
  border-radius: 20px;
  width: 300px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .price__nav-item {
    border-radius: 16px;
    padding: 12px 10px 13px;
    width: 50%;
    font-size: 12px;
  }
}
.price__nav-item span {
  display: block;
  font-size: 18px;
  padding: 4px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .price__nav-item span {
    font-size: 14px;
    padding: 1px 0 0 0;
  }
}
.price__nav-item--active {
  background-color: #fff7f7;
  border: solid 2px #ac0000;
  color: #ac0000;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 1000px) {
  .price__nav-item--active {
    filter: none;
  }
}
.price__business {
  position: relative;
  margin: auto;
}
.price__business th {
  width: 25%;
  text-align: center;
  vertical-align: middle;
}
.price__business td {
  width: 25%;
}
.price__enterprise {
  display: none;
}
.price__enterprise th {
  width: 25%;
  text-align: center;
  vertical-align: middle;
}
.price__enterprise td {
  width: 37.5%;
}
.price__enterprise td:last-child {
  border-left: solid 1px #DDDDDD;
}
@media screen and (max-width: 1000px) {
  .price__enterprise td:last-child {
    border-left: none;
  }
}
.price__note {
  margin: 28px auto auto;
}
.price__note-item {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .price__note-item {
    font-size: 12px;
  }
}
.price__note-item::before {
  content: "※";
}
.price__note-item a {
  color: #3A8ECB;
  transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}
.price__note-item a:hover {
  opacity: 0.5;
}
.price__standard {
  position: absolute;
  top: 0;
  left: 50%;
  width: 25%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .price__standard {
    display: none;
  }
}
.price__standard::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid #ac0000;
  border-radius: 16px;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.price .speechBubble {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  display: inline-block;
  padding: 4px 12px 5px 12px;
  border-radius: 4px;
  background: #ac0000;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.price table {
  width: 100%;
  margin: auto;
  border-radius: 28px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1000px) {
  .price table {
    margin-top: -30px;
  }
}
.price table th {
  padding: 18px;
  background-color: #383838;
  color: #fff;
}
.price table th.first {
  border-radius: 28px 0 0 0;
}
.price table th.last {
  border-radius: 0 0 0 28px;
}
.price table td {
  padding: 18px;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .price table td {
    padding: 16px;
  }
}
.price table tbody th {
  border-top: solid 1px #656565;
}
.price table tbody td {
  border-top: solid 1px #DDDDDD;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .price table tbody td {
    border-top: solid 1px #ececec;
  }
}
.price__plan-name {
  color: #ac0000;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 16px auto auto;
}
@media screen and (max-width: 1000px) {
  .price__plan-name {
    margin: 0px auto auto;
  }
}
.price__plan-value {
  text-align: center;
  font-weight: bold;
  margin: 8px auto;
}
@media screen and (max-width: 1000px) {
  .price__plan-value {
    margin: 4px auto;
  }
}
.price__plan-value span {
  font-weight: normal;
  color: #147D89;
  font-size: 28px;
  margin: auto 4px;
  font-family: "Outfit", sans-serif;
}
.price__plan-value span.ask {
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .price__plan-value span.ask {
    font-size: 23px;
  }
}
.price__plan-text {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.price .tab-menu {
  display: none;
}
@media screen and (max-width: 1000px) {
  .price .tab-menu {
    display: flex;
    justify-content: center;
    gap: 0px;
    list-style: none;
    padding: 0;
  }
  .price .tab-menu .tab-item {
    padding: 10px 8px 40px 8px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    width: 33.3333333333%;
    text-align: center;
  }
  .price .tab-menu .tab-item.active {
    background: #ac0000;
    color: #fff;
  }
  .price .tab-menu .tab-item:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .price .tab-menu .tab-item:last-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
}
@media screen and (max-width: 1000px) {
  .price table th {
    display: none;
  }
  .price table td {
    display: none;
    position: relative;
  }
  .price table td::before {
    content: attr(data-label);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    font-size: 12px;
    background-color: #585858;
    border-radius: 6px;
    padding: 4px 8px 6px 8px;
    width: 95px;
  }
  .price table thead td::before {
    display: none;
  }
  .price table.show-plan-1 td:nth-child(2) {
    display: table-cell;
  }
  .price table.show-plan-2 td:nth-child(3) {
    display: table-cell;
  }
  .price table.show-plan-3 td:nth-child(4) {
    display: table-cell;
  }
}

.addon__inner {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  border-radius: 28px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.07));
}
.addon__title {
  display: flex;
  align-items: center;
  padding: 24px 28px 30px;
  font-size: 22px !important;
  cursor: pointer;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .addon__title {
    padding: 20px 24px 24px;
    font-size: 16px !important;
    font-weight: bold !important;
  }
}
.addon__title::after {
  font-family: "Material Symbols Outlined";
  content: "\e7cd";
  font-size: 32px;
  transition: transform 0.3s ease;
  display: inline-block;
  font-variation-settings: "FILL" 1;
  color: #ac0000;
  position: absolute;
  right: 28px;
  top: 28%;
}
@media screen and (max-width: 1000px) {
  .addon__title::after {
    font-size: 28px;
    right: 20px;
    top: 26%;
  }
}
.addon__title.is-open::after {
  transform: rotate(180deg);
}
.addon__block {
  overflow: hidden;
  display: none;
}
.addon__tableContents {
  padding: 0 28px 0px;
}
@media screen and (max-width: 1000px) {
  .addon__tableContents {
    padding: 0 0px 12px;
    margin: auto 16px;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }
}
.addon__note {
  margin: 28px 28px 28px;
}
@media screen and (max-width: 1000px) {
  .addon__note {
    margin: 0px 16px 16px;
  }
}
.addon__note-item {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .addon__note-item {
    font-size: 12px;
  }
}
.addon__note-item::before {
  content: "※";
}
.addon table {
  width: 100%;
  border: solid 1px #DDDDDD;
  border-radius: 16px;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .addon table {
    min-width: 800px;
    border-radius: 0px;
  }
}
.addon table thead {
  background: #2B2B2B;
  color: #fff;
}
.addon table thead th {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 16px;
}
@media screen and (max-width: 1000px) {
  .addon table thead th {
    font-size: 12px;
    padding: 8px 8px;
  }
}
.addon table thead th:first-child {
  border-top-left-radius: 16px;
}
@media screen and (max-width: 1000px) {
  .addon table thead th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    background: #2B2B2B;
    border-top-left-radius: 0px;
  }
}
.addon table thead th:last-child {
  border-top-right-radius: 16px;
}
@media screen and (max-width: 1000px) {
  .addon table thead th:last-child {
    border-top-right-radius: 0px;
  }
}
.addon table thead th.plan {
  width: 16%;
  border-left: solid 1px #767676;
}
@media screen and (max-width: 1000px) {
  .addon table thead th.plan {
    width: 140px;
    vertical-align: middle;
  }
}
.addon table tbody tr th {
  font-size: 16px;
  background-color: #F5F5F7;
  font-weight: bold;
  padding: 12px;
  border-top: solid 1px #DDDDDD;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .addon table tbody tr th {
    padding: 8px;
    font-size: 12px;
    width: 160px;
    min-width: 160px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #F5F5F7;
    border-right: solid 1px #DDDDDD;
    text-align: right;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .addon table tbody tr th {
    border-right: none;
    width: 180px;
    min-width: 180px;
  }
}
.addon table tbody tr th .material-symbols-outlined {
  font-size: 20px;
  color: #147D89;
  vertical-align: middle;
  font-variation-settings: "FILL" 1;
  margin: -2px auto auto;
}
.addon table tbody tr th.last {
  border-bottom-left-radius: 18px;
}
@media screen and (max-width: 1000px) {
  .addon table tbody tr th.last {
    border-bottom-left-radius: 0px;
  }
}
.addon table tbody tr th p {
  font-size: 12px;
  font-weight: normal;
  padding: 4px 0 0;
  line-height: 1.4;
}
.addon table tbody tr td {
  text-align: center;
  padding: 12px;
  vertical-align: middle;
  border-top: solid 1px #DDDDDD;
  border-left: solid 1px #DDDDDD;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .addon table tbody tr td {
    font-size: 13px;
    padding: 8px;
  }
}
.addon table tbody tr td span {
  color: #147D89;
}
.addon table tbody tr th .material-symbols-outlined {
  cursor: pointer;
  position: relative;
}
.addon table tbody tr th .material-symbols-outlined .tooltip {
  display: none;
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 240px;
  padding: 12px;
  background-color: #fff;
  color: #2B2B2B;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 8px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  border: solid 2px #ac0000;
  white-space: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-variation-settings: normal;
  font-weight: normal;
  text-transform: none;
  z-index: 1000;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .addon table tbody tr th .material-symbols-outlined .tooltip {
    left: 50%;
    transform: translate(-50%);
  }
}
.addon table tbody tr th .material-symbols-outlined .tooltip.is-active {
  display: block;
}
.addon table tbody tr th .material-symbols-outlined .tooltip--fast {
  bottom: auto;
  top: 0;
  left: 30px;
}
@media screen and (max-width: 1000px) {
  .addon table tbody tr th .material-symbols-outlined .tooltip--fast {
    top: -40px;
    left: 50%;
    transform: translate(-50%);
  }
}

.option__inner {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  border-radius: 28px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.07));
}
.option__title {
  display: flex;
  align-items: center;
  padding: 24px 28px 30px;
  font-size: 22px !important;
  cursor: pointer;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .option__title {
    padding: 20px 24px 24px;
    font-size: 16px !important;
    font-weight: bold !important;
  }
}
.option__title::after {
  font-family: "Material Symbols Outlined";
  content: "\e7cd";
  font-size: 32px;
  transition: transform 0.3s ease;
  display: inline-block;
  font-variation-settings: "FILL" 1;
  color: #ac0000;
  position: absolute;
  right: 28px;
  top: 28%;
}
@media screen and (max-width: 1000px) {
  .option__title::after {
    font-size: 28px;
    right: 20px;
    top: 26%;
  }
}
.option__title.is-open::after {
  transform: rotate(180deg);
}
.option__block {
  display: none;
  padding: 0 28px 28px;
}
@media screen and (max-width: 1000px) {
  .option__block {
    padding: 0 16px 16px;
  }
}
.option__text {
  font-size: 16px;
  margin: auto auto 16px;
}
@media screen and (max-width: 1000px) {
  .option__text {
    font-size: 14px;
  }
}
.option table {
  width: 100%;
  border: solid 1px #DDDDDD;
  border-radius: 16px;
  border-collapse: separate;
}
.option table tbody tr th {
  width: 140px;
  font-size: 16px;
  background-color: #313131;
  color: #fff;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .option table tbody tr th {
    display: block;
    width: 100%;
    font-size: 14px;
  }
}
.option table tbody tr th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media screen and (max-width: 1000px) {
  .option table tbody tr th:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .option table tbody tr th br {
    display: none;
  }
}
.option table tbody tr td {
  border-top: solid 1px #DDDDDD;
  border-left: solid 1px #DDDDDD;
  padding: 12px;
  vertical-align: middle;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .option table tbody tr td {
    border-top: solid 1px #ececec;
    border-left: solid 1px #ececec;
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .option table tbody tr td {
    display: block;
    width: 100%;
    border-left: none;
  }
}
.option table tbody tr td a {
  display: block;
  border: solid 1px #147D89;
  color: #147D89;
  border-radius: 999px;
  font-size: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px 6px 8px;
  margin: 8px 0 auto;
}
@media screen and (max-width: 1000px) {
  .option table tbody tr td a {
    margin: 4px auto auto;
    padding: 4px 12px 6px 12px;
  }
}
.option table tbody tr td.border {
  border-top: none;
}
.option table tbody tr td.amount {
  width: 100px;
  text-align: center;
  background-color: #F5F5F7;
}
@media screen and (max-width: 1000px) {
  .option table tbody tr td.amount {
    width: 100%;
    padding: 8px;
    border-bottom: solid 1px #ececec;
  }
}
@media screen and (max-width: 1000px) {
  .option table tbody tr td + td {
    border-top: none;
  }
}
@media screen and (max-width: 1000px) {
  .option table tbody tr td.title {
    font-weight: bold;
    padding-bottom: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .option table tbody tr td.title br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .option table tbody tr td.value {
    padding-top: 0;
    text-align: right;
    font-size: 13px;
  }
}
@media screen and (max-width: 1000px) {
  .option table tbody tr td.text {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .option table tbody tr td.charge {
    font-size: 13px;
    text-align: right;
  }
}
.option table + table {
  margin: 40px auto auto;
}
@media screen and (max-width: 1000px) {
  .option table + table {
    margin: 20px auto auto;
  }
}
.option__note {
  margin: 28px auto auto;
}
@media screen and (max-width: 1000px) {
  .option__note {
    margin: 20px auto auto;
  }
}
.option__note-item {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .option__note-item {
    font-size: 12px;
  }
}
.option__note-item::before {
  content: "※";
}
.option__note-item a {
  color: #3A8ECB;
  transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}
.option__note-item a:hover {
  opacity: 0.5;
}

.faq {
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 1000px) {
  .faq {
    width: 100%;
  }
}
.faq__title {
  font-size: 48px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .faq__title {
    font-size: 24px;
    line-height: 1.4;
    width: 85%;
    margin: auto;
  }
}
.faq__list {
  background-color: #F5F7F9;
  border-radius: 60px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 80px auto auto;
  padding: 48px;
}
@media screen and (max-width: 1000px) {
  .faq__list {
    border-radius: 0px;
    margin: 40px auto auto;
    padding: 28px;
    gap: 16px;
  }
}
.faq__item {
  background-color: #fff;
  border-radius: 28px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.07));
}
@media screen and (max-width: 1000px) {
  .faq__item {
    border-radius: 24px;
  }
}
.faq__item-head {
  display: flex;
  gap: 20px;
  cursor: pointer;
  width: 100%;
  padding: 24px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .faq__item-head {
    gap: 16px;
    padding: 16px;
  }
}
.faq__item-head::after {
  font-family: "Material Symbols Outlined";
  content: "\e7cd";
  font-size: 40px;
  display: inline-block;
  transition: transform 0.3s ease;
  font-variation-settings: "FILL" 1;
  position: absolute;
  right: 30px;
  top: 30px;
  color: #ac0000;
}
@media screen and (max-width: 1000px) {
  .faq__item-head::after {
    font-size: 28px;
    right: 20px;
    top: 20px;
  }
}
.faq__item-head.is-open::after {
  transform: rotate(180deg);
}
.faq__item-icon {
  width: 60px;
  height: 60px;
  background-color: #F5F7F9;
  border-radius: 999px;
}
@media screen and (max-width: 1000px) {
  .faq__item-icon {
    width: 40px;
    height: 40px;
  }
}
.faq__item-icon img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 999px;
}
.faq__item-title {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 16px;
  width: calc(100% - 60px - 60px);
}
@media screen and (max-width: 1000px) {
  .faq__item-title {
    font-size: 14px;
    width: calc(100% - 40px - 60px);
  }
}
.faq__item-block {
  display: none;
}
.faq__item-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  border-top: solid 1px #ececec;
}
@media screen and (max-width: 1000px) {
  .faq__item-inner {
    gap: 16px;
    padding: 16px;
  }
}
.faq__item-text {
  font-size: 18px;
  line-height: 1.8;
  width: calc(100% - 60px);
}
@media screen and (max-width: 1000px) {
  .faq__item-text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.cta {
  width: 90%;
  background-color: #ac0000;
  border-radius: 60px;
  padding: 80px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .cta {
    width: 100%;
    border-radius: 0px;
    padding: 40px;
  }
}
.cta__title {
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin: auto auto 60px;
}
@media screen and (max-width: 1000px) {
  .cta__title {
    font-size: 24px;
    line-height: 1.4;
    width: 85%;
    margin: auto auto 40px;
  }
}
.cta__inner {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .cta__inner {
    gap: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cta__inner {
    flex-direction: column;
    gap: 28px;
  }
}
.cta__item {
  position: relative;
  z-index: 1;
  width: 30%;
  background-color: #fff;
  border-radius: 60px;
  padding: 32px 40px 40px;
  text-align: center;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1200px) {
  .cta__item {
    width: 45%;
    padding: 28px 32px 32px;
  }
}
@media screen and (max-width: 1000px) {
  .cta__item {
    width: 100%;
    border-radius: 28px;
    padding: 28px 16px 28px;
  }
}
.cta__item-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .cta__item-title {
    font-size: 14px;
  }
}
.cta__item-title--en {
  background: #ac0000;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Outfit", sans-serif;
  font-size: 36px;
}
@media screen and (max-width: 1200px) {
  .cta__item-title--en {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .cta__item-title--en {
    font-size: 28px;
  }
}
.cta__item-img {
  position: relative;
  width: 75%;
  margin: 28px auto;
}
@media screen and (max-width: 1000px) {
  .cta__item-img {
    margin: 20px auto 28px;
  }
}
.cta__item-img img {
  border-radius: 8px;
  width: 100%;
  border: solid 1px #E1E6EB;
}
.cta__item-img--contact img {
  border-radius: 0px;
  width: 60%;
  border: none;
}
.cta__item-btn {
  width: 75%;
  margin: auto;
  border-radius: 8px;
}
@media screen and (max-width: 1200px) {
  .cta__item-btn {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .cta__item-btn {
    width: 90%;
  }
}
.cta__item-btn a {
  display: block;
  padding: 12px 16px;
}
@media screen and (max-width: 1000px) {
  .cta__item-btn a {
    padding: 10px 16px 12px;
  }
}
.cta__item-btn a span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  padding: 4px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .cta__item-btn a span {
    font-size: 16px;
    padding: 2px 0 0 0;
  }
}
.cta__item-btn--dl {
  border: solid 2px #ac0000;
}
.cta__item-btn--dl a {
  color: #ac0000;
}
.cta__item-btn--demo {
  border: solid 2px #ac0000;
}
.cta__item-btn--demo a {
  color: #ac0000;
}
.cta__item-btn--contact {
  border: solid 2px #ac0000;
}
.cta__item-btn--contact a {
  color: #ac0000;
}

.form {
  background-color: #F5F7F9;
  width: 90%;
  border-radius: 60px;
  padding: 60px;
}
@media screen and (max-width: 1000px) {
  .form {
    background-color: #fff;
    border-radius: 0px;
    width: 100%;
    padding: 0px;
  }
}
.form__title {
  font-size: 48px;
  text-align: center;
  margin: auto auto 48px;
}
@media screen and (max-width: 1000px) {
  .form__title {
    font-size: 24px;
    line-height: 1.4;
    width: 85%;
    margin: auto auto 28px;
  }
}
.form__container {
  max-width: 1280px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .form__container {
    width: 100%;
  }
}
.form__nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: auto auto 60px;
}
@media screen and (max-width: 1000px) {
  .form__nav {
    flex-wrap: wrap;
    width: 90%;
    gap: 12px;
    margin: auto auto 0px;
  }
}
.form__nav-item {
  display: block;
  padding: 20px 20px;
  text-align: center;
  color: #9CA1A2;
  background-color: #fff;
  border: solid 2px #DDDDDD;
  border-radius: 20px;
  width: 300px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .form__nav-item {
    border-radius: 16px;
    padding: 10px 16px 10px 16px;
    width: 100%;
    font-size: 11px;
    text-align: left;
  }
}
.form__nav-item span {
  display: block;
  font-size: 18px;
  padding: 4px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .form__nav-item span {
    font-size: 14px;
    padding: 0px 0 0 0;
  }
}
.form__nav-item--active {
  background-color: #fff7f7;
  border: solid 2px #ac0000;
  color: #ac0000;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 1000px) {
  .form__nav-item--active {
    filter: none;
  }
}
.form__demo {
  display: none;
}
.form__contact {
  display: none;
}
.form__inner {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 40px;
  padding: 80px;
  gap: 80px;
}
@media screen and (max-width: 1000px) {
  .form__inner {
    flex-direction: column;
    padding: 32px;
    gap: 16px;
    border-radius: 28px;
    border-radius: 0px;
  }
}
.form__item {
  width: 40%;
  margin: 20px 0;
}
@media screen and (max-width: 1000px) {
  .form__item {
    width: 100%;
  }
}
.form__item-img {
  width: 100%;
  margin: auto auto 28px;
}
@media screen and (max-width: 1000px) {
  .form__item-img {
    width: 85%;
  }
}
.form__item-img img {
  width: 100%;
  border-radius: 8px;
  border: solid 1px #E1E6EB;
}
.form__item-img--contact {
  text-align: center;
}
.form__item-img--contact img {
  width: 40%;
  border-radius: 0px;
  border: none;
}
.form__item-title {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .form__item-title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.form__item-text {
  font-size: 16px;
  line-height: 1.8;
  margin: 16px auto auto;
}
@media screen and (max-width: 1000px) {
  .form__item-text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.form__item-note {
  font-size: 16px;
  line-height: 1.8;
  margin: 20px auto auto;
  background-color: #f3f3f3;
  padding: 12px 20px;
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  .form__item-note {
    font-size: 14px;
    line-height: 1.6;
  }
}

.form__nav-item--active::before {
  content: "選択中";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ac0000;
  color: #fff;
  padding: 4px 16px 6px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .form__nav-item--active::before {
    font-size: 10px;
    padding: 4px 12px 6px 12px;
    top: 50%;
    left: auto;
    right: 5%;
    transform: translate(0%, -50%);
  }
}

.entry {
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .entry {
    width: 100%;
  }
}
.entry__table {
  width: 100%;
}
.entry__table th {
  display: block;
  text-align: left;
  padding: 10px 0px 0px 0px;
}
@media screen and (max-width: 1000px) {
  .entry__table th {
    padding: 6px 0px 0px 0px;
  }
}
.entry__table th span {
  background-color: #FF2828;
  color: #fff;
  font-size: 80%;
  padding: 2px 4px 4px 4px;
  margin: auto 10px auto auto;
  border-radius: 2px;
}
@media screen and (max-width: 1000px) {
  .entry__table th span {
    padding: 2px 4px 3px 4px;
  }
}
.entry__table td {
  display: block;
  text-align: left;
  padding: 10px 0px 10px 0px;
}
.entry__table td a {
  color: #096cff;
}
.entry__table td i {
  margin: 0 4px;
}
.entry__table input[type=text],
.entry__table select,
.entry__table textarea {
  border: solid 1px #e9e9e9;
  border-radius: 8px;
  padding: 16px;
  background-color: #FAFAFA;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .entry__table input[type=text],
.entry__table select,
.entry__table textarea {
    font-size: 16px;
  }
}
.entry__table input[name=postal_code] {
  margin: 0 10px 10px 10px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.entry__btn {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
}
.entry input[type=button] {
  padding: 14px 30px;
  border-radius: 8px;
  display: block;
  color: #ac0000;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  border: solid 1px #ac0000;
}
.entry input[type=button]:hover {
  background: #ac0000;
  color: #fff;
}
.entry__note {
  margin: 4px auto auto;
  color: #666;
}
@media screen and (max-width: 1000px) {
  .entry__note {
    font-size: 12px;
  }
}
.entry .check {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .entry .check {
    gap: 6px;
  }
}
.entry .check label {
  display: inline-block;
  padding: 8px 16px 10px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .entry .check label {
    padding: 6px 12px 8px 12px;
    border-radius: 6px;
    font-size: 12px;
  }
}
.entry .check input[type=checkbox] {
  display: none;
}
.entry .check label:has(input:checked) {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.entry .check {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.entry .check-item {
  position: relative;
}
.entry .check-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}
.entry .check-label {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
.entry .check-input:checked + .entry .check-label {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}

.acs {
  background-color: #ac0000;
  padding: 120px 0;
}
@media screen and (max-width: 1000px) {
  .acs {
    padding: 120px 0;
  }
}
.acs__inner {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}
.acs__title-container {
  position: relative;
  height: 7em;
}
.acs__title {
  font-size: 48px;
  text-align: center;
  color: #fff;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.5s ease-in, transform 0.5s ease-in;
  transition-delay: 0s;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .acs__title {
    font-size: 28px;
  }
}
.acs__title br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .acs__title br {
    display: block;
  }
}
.acs__title.active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.5s;
  z-index: 2;
}
.acs__title.pre-active {
  opacity: 0;
  transform: scale(0.95);
  transition: none !important;
}
.acs__logo {
  width: 400px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .acs__logo {
    width: 280px;
    margin: 16px auto auto;
  }
}
.acs__logo img {
  width: 100%;
  height: auto;
}

.thanks {
  background-color: #F5F7F9;
  width: 90%;
  max-width: 1280px;
  border-radius: 60px;
  padding: 80px;
  margin: 100px auto auto;
}
@media screen and (max-width: 1000px) {
  .thanks {
    background-color: #fff;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    margin: 80px auto 60px;
  }
}
.thanks__inner {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .thanks__inner {
    width: 80%;
    margin: auto;
  }
}
.thanks__title {
  font-size: 40px;
  margin: auto auto 28px auto;
}
@media screen and (max-width: 768px) {
  .thanks__title {
    font-size: 28px;
    margin: auto auto 20px auto;
  }
}
.thanks__text {
  font-size: 20px;
  margin: auto auto 20px auto;
}
.thanks__note {
  margin: 4px 0;
  font-size: 16px;
  color: #888888;
}
@media screen and (max-width: 768px) {
  .thanks__note {
    font-size: 90%;
    text-align: left;
  }
}
.thanks__note__item {
  padding-left: 1em;
  text-indent: -1em;
}
.thanks__note__item::before {
  content: "※";
}
.thanks__btn {
  width: 300px;
  margin: 40px auto auto;
}
@media screen and (max-width: 1000px) {
  .thanks__btn {
    width: 100%;
  }
}
.thanks__btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border: solid 1px #DDDDDD;
  border-radius: 20px;
  font-size: 16px;
  margin: auto;
  padding: 16px 16px 18px;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .thanks__btn a {
    font-size: 14px;
    background-color: #fff;
  }
}
/*# sourceMappingURL=style.css.map */