/* ==========================================================================
   Foundation
   ========================================================================== */
/* Font
   ----------------------------------------------------------------- */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("/files/roboto-latin-regular.woff2") format("woff2"), url("/files/roboto-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: medium;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/files/roboto-latin-medium.woff2") format("woff2"), url("/files/roboto-latin-medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: bold;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/files/roboto-latin-bold.woff2") format("woff2"), url("/files/roboto-latin-bold.woff") format("woff");
}
.mv-badge {
  width: 130px;
}

.mv-tag {
  padding-top: 0.4em;
  padding-bottom: 0.3em;
}

.bg-white {
  background: #fff;
}

.gap-8 {
  gap: 8px;
}

.mv-tag {
  font-weight: bold;
}

.main-visual2 {
  position: relative;
}
.main-visual2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/files/seolp_mv_bg.jpg);
  background-size: cover;
  z-index: -1;
}

.main-visual2.-grad2 {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--g-angle)), color-stop(var(--g-color-0)), to(var(--g-color-1)));
  background: -webkit-linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
  background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
  --g-color-0: #4ecaf299;
  --g-position-0: 0%;
  --g-color-1: #0086d1ff;
  --g-position-1: 100%;
  --g-color-2: #0086d1ff;
  --g-position-2: 100%;
  --g-color-3: #0086d1ff;
  --g-position-3: 100%;
  --g-color-4: #0086d1ff;
  --g-position-4: 100%;
  --g-color-5: #0086d1ff;
  --g-position-5: 100%;
  --g-color-6: #0086d1ff;
  --g-position-6: 100%;
  --g-color-7: #0086d1ff;
  --g-position-7: 100%;
  --g-color-8: #0086d1ff;
  --g-position-8: 100%;
  --g-color-9: #0086d1ff;
  --g-position-9: 100%;
  --g-color-10: #0086d1ff;
  --g-position-10: 100%;
  --g-color-11: #0086d1ff;
  --g-position-11: 100%;
  --g-angle: 90deg;
}

.d-grid {
  display: -ms-grid;
  display: grid;
}

.grid-cols-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 48em ) {
  .all-support {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    -ms-grid-columns: 400px 1fr;
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .all-support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.all-support__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px 16px;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}

.all-support__desc {
  margin-bottom: 0;
  position: relative;
  top: 1px;
}

.problem-anchor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #212529;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.problem-anchor__item:hover {
  color: #1085d4;
}

.problem-anchor__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 48em ) {
  .problem-anchor__inner {
    padding: 24px;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .problem-anchor__inner {
    padding: 8px;
  }
}

.problem-anchor__title {
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 48em ) {
  .problem-anchor__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .problem-anchor__title {
    font-size: 16px;
  }
}

.problem-anchor {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  padding-left: 0;
}
@media only screen and (min-width: 48em ) {
  .problem-anchor {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 47.99875em ) {
  .problem-anchor {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.problem-anchor__icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  margin-left: 2px;
  border-color: #1085d4;
  -webkit-transform: translate(0, 0) rotate(45deg);
      -ms-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
}

@media only screen and (min-width: 48em ) {
  .problem {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 1fr;
    -ms-grid-columns: max-content 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .problem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.problem__heading-en {
  font-size: 15px;
  color: #1085d4;
  font-weight: bold;
}

.problem__heading {
  font-weight: bold;
}
@media only screen and (min-width: 48em ) {
  .problem__heading {
    font-size: 34px;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .problem__heading {
    font-size: 24px;
  }
}

.problem__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 48em ) {
  .problem__body {
    gap: 60px;
  }
}

.problem-sec {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #f2f9fd;
  border-radius: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 48em ) {
  .problem-sec {
    padding: 25px 32px;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .problem-sec {
    padding: 25px 20px;
  }
}

.problem-sec__heading {
  position: relative;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 48em ) {
  .problem-sec__heading {
    font-size: 34px;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .problem-sec__heading {
    font-size: 24px;
  }
}
.problem-sec__heading:before {
  content: "";
  background-color: #245fb2ff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100%;
  left: -32px;
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  width: 2px;
  max-width: 100%;
}

.problem-sec__summary {
  margin-top: 12px;
  padding-top: 12px;
  font-weight: bold;
  color: #1085d4;
  border-top: 1px solid #ceddf5ff;
  margin-bottom: 0;
}
@media only screen and (min-width: 48em ) {
  .problem-sec__summary {
    font-size: 24px;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .problem-sec__summary {
    font-size: 18px;
  }
}

.problem-sec__img {
  display: block;
  margin-top: 16px;
  margin-bottom: 0;
}

.problem-sec__desc {
  margin-top: 16px;
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99875em ) {
  .problem-sec__desc {
    font-size: 14px;
  }
}

.problem-sec__case {
  border-top: 1px solid #ceddf5ff;
  margin-top: 12px;
  padding-top: 12px;
  margin-bottom: 0;
}
@media only screen and (min-width: 48em ) {
  .problem-sec__case {
    margin-top: 12px;
    padding-top: 12px;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .problem-sec__case {
    margin-top: 16px;
    padding-top: 16px;
  }
}

.problem-case {
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 48em ) {
  .problem-case {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: minmax(0, -webkit-max-content) 160px;
    -ms-grid-columns: minmax(0, max-content) 160px;
    grid-template-columns: minmax(0, -webkit-max-content) 160px;
    grid-template-columns: minmax(0, max-content) 160px;
  }
}

@media only screen and (min-width: 48em ) {
  .problem-case__title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .problem-case__title {
    font-size: 14px;
  }
}

.problem-case__company {
  font-weight: bold;
  margin-top: 16px;
}
@media only screen and (min-width: 48em ) {
  .problem-case__company {
    font-size: 15px;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .problem-case__company {
    font-size: 14px;
  }
}

.problem-case__text {
  font-size: 15px;
  font-weight: bold;
}

.problem-case__image {
  border-radius: 8px;
  overflow: hidden;
}

.cta {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#4ecaf2ff), to(#0086d1ff));
  background: -webkit-linear-gradient(left, #4ecaf2ff 0%, #0086d1ff 100%);
  background: linear-gradient(90deg, #4ecaf2ff 0%, #0086d1ff 100%);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 48em ) {
  .cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
  }
}

.cta__heading {
  color: #fff;
  font-weight: bold;
}
@media only screen and (min-width: 48em ) {
  .cta__heading {
    font-size: 34px;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .cta__heading {
    font-size: 24px;
  }
}

.cta__desc {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 0;
}

.cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.function-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 25px;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 48em ) {
  .function-container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.function-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.function-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#4ecaf2ff), to(#0086d1ff));
  background: -webkit-linear-gradient(left, #4ecaf2ff 0%, #0086d1ff 100%);
  background: linear-gradient(90deg, #4ecaf2ff 0%, #0086d1ff 100%);
  border-radius: 6px;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  max-width: 100%;
}

.function-item__heading {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.function-item__desc {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

@media only screen and (min-width: 62em ) {
  .price-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, -webkit-max-content) minmax(0, -webkit-max-content);
    -ms-grid-columns: minmax(0, max-content) minmax(0, max-content);
    grid-template-columns: minmax(0, -webkit-max-content) minmax(0, -webkit-max-content);
    grid-template-columns: minmax(0, max-content) minmax(0, max-content);
  }
}
@media only screen and (max-width: 61.99875em ) {
  .price-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.price-box__head {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.price-box__body {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.introduction-step-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  margin-top: 16px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}

.faq {
  border-bottom: 1px solid #ceddf5ff;
  border-radius: 0;
  border-top: 1px solid #ceddf5ff;
}
.faq + .faq {
  margin-top: -1px;
}

.faq__toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 32px 0px;
  width: 100%;
  outline: none !important;
}

.faq__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.faq__q {
  font-size: 20px;
  color: #245fb2ff;
  font-weight: bold;
  margin: 0;
}

.faq__q-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

.faq__a-content {
  background-color: #edf2faff;
  padding: 20px 20px;
  margin: 0px 0px 32px 36px;
  border-radius: 8px;
  font-size: 14px;
}
.faq__a-content > *:last-child {
  margin-bottom: 0;
}

.faq__icon {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ceddf5;
  border-left: 1px solid #ceddf5;
  border-radius: 50%;
  border-right: 1px solid #ceddf5;
  border-top: 1px solid #ceddf5;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  margin-left: auto;
}

.faq__icon-inner {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px;
  width: 24px;
  height: 24px;
}
.faq__icon-inner img {
  display: block;
}

.remove {
  left: 0;
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  max-width: 100%;
}

/* FAQ accordion (LP004) */
.faq__a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.35s ease, opacity 0.35s ease;
  transition: max-height 0.35s ease, opacity 0.35s ease;
}

.faq.is-open .faq__a {
  opacity: 1;
}

.faq__icon-inner {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.faq.is-open .faq__icon-inner {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__icon .remove {
  display: none;
}

.faq.is-open .faq__icon .add {
  display: none;
}

.faq.is-open .faq__icon .remove {
  display: inline;
}

.cta-box {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  gap: 40px;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 50px 32px;
  background-color: #0086d1;
}
.cta-box.-contact {
  background-color: #8e8e8e;
}

.cta-box__en {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #edf2faff;
}

.cta-box__heading {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-top: 24px;
}

.cta-box__line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 24px 0;
}

.cta-box__line-start {
  width: 40px;
  height: 2px;
  background-color: #fff;
}

.cta-box__body {
  margin-top: 40px;
  color: #fff;
}

.cta-box__line-end {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #fff;
}

.container-home__case {
  width: 100%;
  max-width: 960px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  border-top: 1px solid #ceddf5ff;
  padding-top: 12px;
  margin-bottom: 0;
}
@media only screen and (min-width: 48em ) {
  .container-home__case {
    margin-top: 12px;
    padding-top: 12px;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .container-home__case {
    margin-top: 16px;
    padding-top: 16px;
  }
}
@media only screen and (min-width: 48em ) {
  .container-home__case {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .container-home__case {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.problem-heading {
  position: relative;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 48em ) {
  .problem-heading {
    font-size: 34px;
    padding-left: 16px;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .problem-heading {
    font-size: 24px;
  }
}
.problem-heading:before {
  content: "";
  background-color: #245fb2ff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100%;
  left: -32px;
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  width: 2px;
  max-width: 100%;
}
@media only screen and (min-width: 48em ) {
  .problem-heading:before {
    left: 0;
  }
}

.problem-summary {
  margin-top: 12px;
  padding-top: 12px;
  font-weight: bold;
  color: #1085d4;
  border-top: 1px solid #ceddf5ff;
  margin-bottom: 0;
}
@media only screen and (min-width: 48em ) {
  .problem-summary {
    font-size: 24px;
  }
}
@media only screen and (max-width: 47.99875em ) {
  .problem-summary {
    font-size: 18px;
  }
}

/*# sourceMappingURL=seolp.css.map */