@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
:root {
  --paddingInline: 20px;
  --headerHeight: 167px;
}
@media (max-width: 767px) {
  :root {
    --headerHeight: 85px;
  }
}

html {
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-width: auto;
  color: #1A3755;
  background-color: initial;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
}

span:not([class]) {
  display: inline-block;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

a {
  color: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-decoration: none;
}
a:focus {
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .u-br-pc {
    display: none;
  }
}

.u-br-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-br-sp {
    display: inline;
  }
}

.js-toggle-btn {
  cursor: pointer;
}

.js-toggle-contents {
  display: none;
}

.lp1-c-icon-button {
  width: 20px;
  height: 20px;
  --background-color: var(--button-text-color);
  --front-color: var(--button-bg-color);
}

.lp1-c-icon-tel {
  fill: currentColor;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.lp1-c-icon-download {
  width: 17px;
  height: 15px;
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
}

.lp1-c-icon-download2 {
  width: 15px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.lp1-c-icon-contact {
  width: 20px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.lp1-c-button {
  --button-text-color: white;
  --button-bg-color: #EC4E6A;
  --button-border-color: #EC4E6A;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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%;
  max-width: 311px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  height: 60px;
  border-width: 2px;
  border-style: solid;
  border-radius: 30px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border-color: var(--button-border-color);
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.lp1-c-button .lp1-c-icon-button {
  position: absolute;
  right: 25px;
  top: calc(50% - 10px);
}
.lp1-c-button .lp1-c-icon-download {
  margin-left: 10px;
}
@media (any-hover: hover) {
  .lp1-c-button:hover {
    --button-text-color: #EC4E6A;
    --button-bg-color: white;
    color: var(--button-text-color);
    opacity: 1;
  }
}

.lp1-c-inner {
  max-width: 1200px;
  padding-inline: 20px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.lp1-c-heading {
  margin-bottom: 40px;
}
.lp1-c-heading ._en {
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #EC4E6A;
}
.lp1-c-heading ._ja {
  display: block;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: currentColor;
}

@media (max-width: 767px) {
  .lp1-c-heading {
    margin-bottom: 35px;
  }
  .lp1-c-heading ._ja {
    font-size: 32px;
    font-weight: 700;
  }
}
/* ===========================================
  ファーストビュー
=========================================== */
.lp1-firstview {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#147AE6), to(#1833B8));
  background-image: linear-gradient(180deg, #147AE6 0%, #1833B8 100%);
}

.lp1-firstview-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 90px 107px;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .lp1-firstview-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 40px 35px;
  }
}

.lp1-firstview-body ._text1 {
  font-family: "Lato", sans-serif;
  font-size: 48px;
  color: white;
  font-weight: 700;
  margin-bottom: 30px;
}
.lp1-firstview-body ._text3 {
  color: white;
  font-size: 32px;
  font-weight: 700;
}
.lp1-firstview-body ._text3 span {
  color: #FAED86;
}
.lp1-firstview-body ._text4 {
  color: white;
  font-size: 40px;
  font-weight: 600;
}
@media (min-width: 767.1px) {
  .lp1-firstview-body ._text4 span {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .lp1-firstview-body ._text1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
  }
  .lp1-firstview-body ._text1 img {
    margin-bottom: 10px;
  }
  .lp1-firstview-body ._text2,
  .lp1-firstview-body ._text3,
  .lp1-firstview-body ._text4 {
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
  }
}

.lp1-firstview-button {
  margin-top: 30px;
  color: #EC4E6A;
}
.lp1-firstview-button .lp1-c-button {
  height: 68px;
  max-width: 318px;
  border-radius: 35px;
}
.lp1-firstview-image > .lp1-firstview-button {
  display: none;
}
@media (max-width: 767px) {
  .lp1-firstview-body > .lp1-firstview-button {
    display: none;
  }
  .lp1-firstview-image > .lp1-firstview-button {
    display: block;
  }
}

@media (max-width: 767px) {
  .lp1-firstview-image {
    width: 100%;
    text-align: center;
  }
  .lp1-firstview-image img {
    width: 300px;
  }
}

.lp1-results {
  padding-block: 80px 0;
}
@media (max-width: 767px) {
  .lp1-results {
    padding-block: 40px 0;
  }
}

.lp1-results-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lp1-results-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.lp1-results-image1 {
  width: 355px;
  height: auto;
}
@media (max-width: 767px) {
  .lp1-results-image1 {
    width: 355px;
  }
}

.lp1-results-image2 {
  width: 305px;
  height: auto;
}
@media (max-width: 767px) {
  .lp1-results-image2 {
    width: 305px;
  }
}

.lp1-companies-swiper {
  max-width: 1049px;
  margin-inline: auto;
  padding-inline: 20px;
  --swiper-pagination-color: #147AE6;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #E9F5FC;
  --swiper-pagination-bullet-horizontal-gap: 7.5px;
  --swiper-pagination-bullet-height: 17px;
  --swiper-pagination-bullet-width: 17px;
}
.lp1-companies-swiper .swiper-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp1-companies-swiper .swiper-pagenation:not(.swiper-pagination-lock) {
  margin-top: 40px;
}
.lp1-companies-swiper .swiper-slide {
  width: auto;
}
.lp1-companies-swiper .swiper-slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .lp1-companies-swiper {
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-width: 10px;
  }
  .lp1-companies-swiper .swiper-slide ul {
    gap: 40px;
  }
}

.lp1-issue {
  padding-block: 80px 60px;
}

.lp1-issue-heading {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 46px;
}
.lp1-issue-heading span {
  color: #147AE6;
  background-image: linear-gradient(0deg, transparent, #FAED86 2px, #FAED86 20px, transparent 20px);
}
@media (max-width: 767px) {
  .lp1-issue-heading {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.lp1-issue-cols1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp1-issue-item {
  background-color: #E9F5FC;
  border-radius: 80px;
  padding: 40px;
  position: relative;
  text-align: center;
  min-width: 320px;
}
.lp1-issue-item:after {
  position: absolute;
  content: "";
  width: 59.58px;
  height: 40.78px;
  background-image: url("/images/lp/issue_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.lp1-issue-item._item1:after {
  left: 85.0125%;
  top: 65.9574468085%;
  rotate: -6.21deg;
}
.lp1-issue-item._item2:after {
  left: -6.984375%;
  top: 56.7872340426%;
  rotate: 124deg;
}
.lp1-issue-item._item3:after {
  left: 90.3125%;
  top: 36.170212766%;
  rotate: 337deg;
}
.lp1-issue-item._item4:after {
  left: -6.984375%;
  top: 45.2127659574%;
  rotate: 157deg;
}
@media (max-width: 767px) {
  .lp1-issue-item {
    min-width: auto;
    padding: 20px;
    border-radius: 40px;
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
  .lp1-issue-item:after {
    content: none;
  }
}

.lp1-issue-numbering {
  margin-top: 0;
}
.lp1-issue-numbering span {
  font-family: "Poppins", sans-serif;
  color: #147AE6;
  font-weight: 600;
  font-size: 20px;
  border-radius: 17px;
  padding: 2px 20px;
  background-color: white;
}
@media (max-width: 767px) {
  .lp1-issue-numbering span {
    font-size: 14px;
    padding: 0px 10px;
    line-height: 20px;
  }
}

.lp1-issue-title {
  margin-top: 20px;
  font-weight: 500;
}
.lp1-issue-title span {
  font-weight: 700;
  display: inline;
}
@media (max-width: 767px) {
  .lp1-issue-title {
    margin-top: 10px;
  }
}

.lp1-issue-cols2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 17px;
}
@media (min-width: 767.1px) {
  .lp1-issue-cols2 {
    padding-inline: 70px;
  }
}
@media (max-width: 767px) {
  .lp1-issue-cols2 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .lp1-issue-cols1,
  .lp1-issue-cols2 {
    gap: 20px;
  }
}
@media (min-width: 767.1px) {
  .lp1-issue-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .lp1-issue-image {
    margin-top: -30px;
    position: relative;
    text-align: center;
  }
  .lp1-issue-image img {
    width: 37.3333333333%;
    -webkit-transform: translateX(16%);
            transform: translateX(16%);
  }
}

.lp1-solutions {
  background-color: #E9F5FC;
  padding-block: 60px 43px;
  border-radius: 200px;
  position: relative;
  z-index: 0;
}
.lp1-solutions::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 65px;
  background: url("/images/lp/issue_dots.png") no-repeat center center;
  background-size: contain;
  top: -37px;
  left: calc(50% - 10px);
}
.lp1-solutions + .lp1-cta {
  margin-top: -200px;
}
@media (max-width: 767px) {
  .lp1-solutions {
    border-radius: 100px;
    padding-block: 80px 50px;
  }
  .lp1-solutions::before {
    width: 13px;
    height: 45px;
    top: -25px;
    left: calc(50% - 6.5px);
  }
  .lp1-solutions + .lp1-cta {
    margin-top: -100px;
  }
}

.lp1-solutions-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  gap: 28px;
  margin-bottom: 58px;
}
.lp1-solutions-nav li {
  --button-text-color: #147AE6;
  --button-bg-color: white;
  --button-border-color: #147AE6;
  -ms-flex-preferred-size: 272px;
      flex-basis: 272px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 700;
  line-height: 1.375;
  padding: 11px 18px;
  border: 2px solid var(--button-border-color);
  border-radius: 100px;
  background-color: var(--button-bg-color);
  color: inherit;
  cursor: pointer;
}
.lp1-solutions-nav li p {
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.lp1-solutions-nav li span {
  font-family: "Poppins", sans-serif;
  color: #147AE6;
  background-color: #E9F5FC;
  padding-block: 4px;
  padding-inline: 10px;
  border-radius: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lp1-solutions-nav li .lp1-c-icon-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lp1-solutions-nav li._current {
  --button-text-color: white;
  color: var(--button-text-color);
  --button-bg-color: #147AE6;
}
@media (max-width: 767px) {
  .lp1-solutions-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .lp1-solutions-nav li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    gap: 20px;
  }
  .lp1-solutions-nav li a {
    width: 100%;
  }
  .lp1-solutions-nav li p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .lp1-solutions-nav li span {
    padding-block: 0;
    padding-inline: 20px;
  }
}

.lp1-solutions-swiperWrapper {
  overflow: hidden;
}

.lp1-solutions-swiper {
  padding-inline: 47px;
  padding-top: 38px;
  --swiper-navigation-size: 60px;
  overflow: visible;
  max-width: 800px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  --button-text-color: #147AE6;
  --button-bg-color: white;
  --swiper-pagination-color: #147AE6;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #FFFFFF;
  --swiper-pagination-bullet-horizontal-gap: 7.5px;
  --swiper-pagination-bullet-height: 17px;
  --swiper-pagination-bullet-width: 17px;
}
.lp1-solutions-swiper .swiper-button-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: 0;
}
.lp1-solutions-swiper .swiper-button-next {
  right: 0;
}
.lp1-solutions-swiper .swiper-pagenation {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .lp1-solutions-swiper {
    padding-inline: 20px;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-width: 10px;
  }
  .lp1-solutions-swiper .swiper-button-prev {
    left: 10px;
    width: 40px;
    height: 40px;
  }
  .lp1-solutions-swiper .swiper-button-next {
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

.lp1-solutions-slide {
  background-color: white;
  border-radius: 40px;
  padding: 0 40px 40px 40px;
  max-width: 800px;
}
.lp1-solutions-slide:not(.swiper-slide-active) {
  opacity: 0.4;
}
@media (max-width: 767px) {
  .lp1-solutions-slide {
    padding: 0 19px 80px;
  }
}

.lp1-solution-heading {
  font-weight: 700;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 20px 40px;
  border-radius: 40px;
  background-color: white;
  position: relative;
  top: -38px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .lp1-solution-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.lp1-solution-numbering {
  font-weight: 600;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #147AE6;
  background-color: #E9F5FC;
  padding-inline: 20px;
  border-radius: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .lp1-solution-numbering {
    font-size: 16px;
    line-height: 20px;
  }
}

.lp1-solution-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -18px;
}
@media (max-width: 767px) {
  .lp1-solution-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}

.lp1-solution-before {
  -ms-flex-preferred-size: calc((100% - 56px) / 2);
      flex-basis: calc((100% - 56px) / 2);
  max-width: 330px;
  position: relative;
}
.lp1-solution-before::after {
  position: absolute;
  content: "";
  width: 27.83px;
  height: 98px;
  background-image: url("/images/lp/solution_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: calc(100% + 20px);
  top: calc(50% - 49px);
}
.lp1-solution-before h4 {
  text-align: center;
  background-color: #E9F5FC;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  padding-block: 10px;
  border-radius: 25px;
  margin-bottom: 26px;
}
.lp1-solution-before ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.lp1-solution-before li {
  padding-left: 40px;
  position: relative;
}
.lp1-solution-before li span {
  font-weight: 700;
}
.lp1-solution-before li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("/images/lp/checkmark.png") no-repeat center center;
  background-size: contain;
  left: 0;
  top: calc((1.5em - 40px) / 2);
  top: 0;
}
@media (max-width: 990px) {
  .lp1-solution-before {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .lp1-solution-before h4 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-block: 4px;
  }
  .lp1-solution-before::after {
    width: 32px;
    height: 98px;
    left: calc(50% - 16px);
    top: calc(100% - 15px);
    rotate: 90deg;
  }
}

.lp1-solution-after {
  -ms-flex-preferred-size: calc((100% - 56px) / 2);
      flex-basis: calc((100% - 56px) / 2);
  max-width: 330px;
}
.lp1-solution-after h4 {
  text-align: center;
  background-color: #FCE9F7;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  padding-block: 10px;
  border-radius: 25px;
  margin-bottom: 26px;
}
.lp1-solution-after h4 img {
  max-width: 209px;
  margin-right: 5px;
}
.lp1-solution-after ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.lp1-solution-after li {
  padding-left: 40px;
  position: relative;
}
.lp1-solution-after li span {
  font-weight: 700;
}
.lp1-solution-after li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("/images/lp/light.png") no-repeat center center;
  background-size: contain;
  left: 0;
  top: calc((1.5em - 40px) / 2);
  top: 0;
}
@media (max-width: 990px) {
  .lp1-solution-after {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .lp1-solution-after h4 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-block: 4px;
  }
}

.lp1-case {
  margin-top: 70px;
}

.lp1-case-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .lp1-case-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.lp1-case-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.lp1-case-image img {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .lp1-case-image img {
    border-radius: 0;
  }
}

.lp1-case-body {
  -ms-flex-preferred-size: 45.8333333333%;
      flex-basis: 45.8333333333%;
}
.lp1-case-body h3 {
  font-weight: 700;
  color: #147AE6;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lp1-case-body h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.lp1-case-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

.lp1-case-tagList {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.lp1-case-tag {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  background-color: #E9F5FC;
  border-radius: 14px;
  color: #147AE6;
}

.lp1-case-text {
  margin-top: 0;
  color: #000000;
}

.lp1-case-button {
  text-align: center;
  margin-top: 20px;
}
.lp1-case-button .lp1-c-button {
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
}
.lp1-case-button .lp1-c-button .lp1-c-icon-button {
  position: static;
}

.lp1-cta {
  padding-block: 280px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#147AE6), to(#1833B8));
  background-image: linear-gradient(180deg, #147AE6 0%, #1833B8 100%);
}
.lp1-faq + .lp1-cta {
  padding-block: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#147AE6), to(#1833B8));
  background-image: linear-gradient(0deg, #147AE6 0%, #1833B8 100%);
}
@media (max-width: 767px) {
  .lp1-cta {
    padding-block: 180px;
  }
}

.lp1-cta-text1 {
  color: white;
  font-weight: 500;
  text-align: center;
}
.lp1-cta-text1 img {
  width: 331px;
  margin-right: 9px;
}
@media (max-width: 767px) {
  .lp1-cta-text1 {
    font-size: 18px;
  }
  .lp1-cta-text1 img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 301px;
    height: auto;
  }
}

.lp1-cta-text2 {
  color: white;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 36px;
}
.lp1-cta-text2 p {
  margin-top: 0;
}
.lp1-cta-text2 span {
  color: #FAED86;
}
@media (max-width: 767px) {
  .lp1-cta-text2 {
    font-size: 32px;
    line-height: 1.4;
    padding-bottom: 36px;
    padding-top: 20px;
  }
}

.lp1-cta-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .lp1-cta-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .lp1-download {
    margin-bottom: 36px;
  }
}

.lp1-download, .lp1-mail {
  width: 100%;
  max-width: 570px;
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  background-color: white;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .lp1-download, .lp1-mail {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 40px 20px 20px;
    max-width: none;
  }
}

.lp1-mail {
  padding-inline: 20px;
}

.lp1-download-title, .lp1-mail-title {
  text-align: center;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0;
  min-width: 258px;
  padding: 2px 17px 10px 17px;
  border-image-slice: 4 36 20 36;
  border-image-width: 2px 18px 10px 18px;
  border-image-source: url("/images/lp/download-fukidashi.png");
}
.lp1-download-title span, .lp1-mail-title span {
  font-weight: 700;
  color: #147AE6;
  background-color: #E9F5FC;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 4px;
}

.lp1-download-cols, .lp1-mail-cols {
  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;
  gap: 15px;
}
@media (max-width: 767px) {
  .lp1-download-cols, .lp1-mail-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.lp1-download-image {
  max-width: 147px;
}

.lp1-download-body, .lp1-mail-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .lp1-download-body, .lp1-mail-body {
    width: 100%;
  }
}

.lp1-download-text, .lp1-mail-text {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2222222222;
  margin-top: 0;
}
@media (max-width: 767px) {
  .lp1-download-text, .lp1-mail-text {
    font-size: 16px;
    line-height: 1.2;
  }
}

.lp1-download-button {
  margin-top: 20px;
  text-align: center;
}
.lp1-download-button .lp1-c-button {
  --button-text-color: #EC4E6A;
  --button-bg-color: white;
  --button-border-color: #EC4E6A;
}
@media (any-hover: hover) {
  .lp1-download-button .lp1-c-button:hover {
    --button-text-color: white;
    --button-bg-color: #EC4E6A;
  }
}
@media (max-width: 767px) {
  .lp1-download-button .lp1-c-button {
    max-width: 100%;
  }
}

.lp1-mail-image {
  max-width: 170px;
}

.lp1-mail-button {
  margin-top: 20px;
  color: #EC4E6A;
  text-align: center;
}
@media (max-width: 767px) {
  .lp1-mail-button .lp1-c-button {
    max-width: 100%;
  }
}

.lp1-products {
  background-color: #147AE6;
  padding-block: 80px 280px;
  border-radius: 200px 200px 0 0;
  margin-top: -200px;
}
.lp1-products .lp1-c-heading {
  color: white;
}
.lp1-products .lp1-c-heading ._en {
  color: currentColor;
}
@media (max-width: 767px) {
  .lp1-products {
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
    padding-block: 80px 180px;
  }
}

.lp1-products-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767px) {
  .lp1-products-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.lp1-products-block1,
.lp1-products-block2,
.lp1-products-block3 {
  background-color: white;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 767px) {
  .lp1-products-block1,
  .lp1-products-block2,
  .lp1-products-block3 {
    padding: 20px;
  }
}

.lp1-products-note {
  font-size: 16px;
  margin-top: 20px;
  text-align: right;
  color: white;
}

.lp1-products-logo {
  margin-bottom: 20px;
  text-align: center;
}

.lp1-products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp1-products-list ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.lp1-products-list li {
  padding-left: 20px;
  position: relative;
}
.lp1-products-list li:not(:last-child) {
  margin-bottom: 10px;
}
.lp1-products-list li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #147AE6;
  left: 0;
  top: calc((1.5em - 10px) / 2);
}
@media (max-width: 767px) {
  .lp1-products-list li {
    padding-left: 15px;
  }
  .lp1-products-list li:not(:last-child) {
    margin-bottom: 3px;
  }
  .lp1-products-block1 .lp1-products-list ul {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.lp1-products-block1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp1-products-block1 .lp1-products-logo {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
}
.lp1-products-block1 .lp1-products-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
@media (min-width: 767.1px) {
  .lp1-products-block1 {
    padding-inline: 60px;
  }
}
@media (max-width: 767px) {
  .lp1-products-block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lp1-products-block1 .lp1-products-list {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .lp1-products-block1 .lp1-products-list div {
    font-size: 13px;
  }
  .lp1-products-block1 .lp1-products-logo {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.lp1-products-block2 {
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
}
.lp1-products-block2 .lp1-products-logo {
  max-width: 308px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .lp1-products-block2 .lp1-products-logo img {
    max-width: 186px;
  }
}

.lp1-products-block3 {
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
}
.lp1-products-block3 .lp1-products-list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-template-columns: repeat(2, minmax(120px, 1fr));
}
@media (max-width: 767px) {
  .lp1-products-block3 .lp1-products-list ul {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.lp1-products-block2 {
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
}
.lp1-products-block2 .lp1-products-list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-template-columns: repeat(2, minmax(120px, 1fr));
}
@media (max-width: 767px) {
  .lp1-products-block2 .lp1-products-list ul {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.lp1-bg1 {
  margin-top: -200px;
  background-color: white;
  border-radius: 200px;
  padding-block: 80px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .lp1-bg1 {
    margin-top: -100px;
    border-radius: 100px;
  }
}

.lp1-support-heading,
.lp1-security-heading {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4444444;
  letter-spacing: 0.05em;
  margin-bottom: 36px;
}
.lp1-support-heading span,
.lp1-security-heading span {
  color: #147AE6;
}
@media (max-width: 767px) {
  .lp1-support-heading,
  .lp1-security-heading {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1.4375;
  }
}

.lp1-support-lead,
.lp1-security-lead {
  max-width: 600px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .lp1-support-lead,
  .lp1-security-lead {
    font-size: 16px;
  }
}

.lp1-support-list,
.lp1-security-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .lp1-support-list,
  .lp1-security-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.lp1-support-item,
.lp1-security-item {
  background-color: #E9F5FC;
  border-radius: 20px;
  padding: 40px;
  -ms-flex-preferred-size: calc((100% - 60px) / 3);
      flex-basis: calc((100% - 60px) / 3);
  max-width: 360px;
}
.lp1-support-item ._image,
.lp1-security-item ._image {
  margin-bottom: 20px;
}
.lp1-support-item h3,
.lp1-security-item h3 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.lp1-support-item p,
.lp1-security-item p {
  margin-top: 0;
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .lp1-support-item,
  .lp1-security-item {
    padding: 20px 20px 40px;
    max-width: none;
  }
  .lp1-support-item h3,
  .lp1-security-item h3 {
    font-size: 20px;
  }
  .lp1-support-item p,
  .lp1-security-item p {
    font-size: 16px;
  }
  .lp1-support-item ._image img,
  .lp1-security-item ._image img {
    border-radius: 20px;
    width: 100%;
  }
}

.lp1-security {
  padding-top: 95px;
}
@media (max-width: 767px) {
  .lp1-security {
    padding-top: 80px;
  }
}

.lp1-orca {
  padding-block: 280px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#147AE6), to(#1833B8));
  background-image: linear-gradient(0deg, #147AE6 0%, #1833B8 100%);
  color: white;
  margin-top: -200px;
}
@media (max-width: 767px) {
  .lp1-orca {
    padding-block: 180px;
    margin-top: -100px;
  }
}

.lp1-orca-logo {
  text-align: center;
  margin-bottom: 30px;
}
.lp1-orca-logo img {
  max-width: 299px;
}
@media (max-width: 767px) {
  .lp1-orca-logo {
    margin-bottom: 20px;
  }
  .lp1-orca-logo img {
    max-width: 180px;
  }
}

.lp1-orca-heading {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .lp1-orca-heading {
    font-size: 32px;
  }
}

.lp1-orca-text {
  margin-top: 0;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .lp1-orca-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.lp1-orca-button {
  text-align: center;
}
.lp1-orca-button .lp1-c-button {
  max-width: 550px;
  height: 95px;
  border-radius: 50px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .lp1-orca-button .lp1-c-button {
    height: 80px;
    font-size: 20px;
  }
}

.lp1-flow {
  padding-block: 80px;
  background-color: #E9F5FC;
  border-radius: 200px;
  margin-top: -200px;
  position: relative;
  z-index: 0;
}
.lp1-flow .lp1-c-heading {
  margin-bottom: 93.5px;
}
@media (max-width: 767px) {
  .lp1-flow {
    border-radius: 100px;
    margin-top: -100px;
  }
  .lp1-flow .lp1-c-heading {
    margin-bottom: 40px;
  }
}

.lp1-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 767px) {
  .lp1-flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}

.lp1-flow-item {
  -ms-flex-preferred-size: calc((100% - 120px) / 3);
      flex-basis: calc((100% - 120px) / 3);
  background-color: white;
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  position: relative;
}
.lp1-flow-item:not(:last-child):after {
  position: absolute;
  content: "";
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyNiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuMjg5OCAwTDE0LjI4OTggMjMuMzUyM0wyMy4yNjcgMTQuMzQ2NkwyNS40ODMgMTYuNTM0MUwxMi43MjczIDI5LjI2MTRMMCAxNi41MzQxTDIuMTU5MDkgMTQuMzQ2NkwxMS4xNjQ4IDIzLjM1MjNMMTEuMTY0OCAwTDE0LjI4OTggMFoiIGZpbGw9IiMxNDdBRTYiLz48L3N2Zz4=");
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 29.26px;
  background-position: center;
}
@media (max-width: 767px) {
  .lp1-flow-item {
    padding: 40px 20px 40px;
  }
  .lp1-flow-item:not(:last-child):after {
    top: 100%;
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.lp1-flow-numbering {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #147AE6;
  background-color: #E9F5FC;
  border-radius: 50%;
  width: 77px;
  height: 77px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 77px;
  position: absolute;
  top: 0;
  left: calc(50% - 38.5px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .lp1-flow-numbering {
    font-size: 24px;
    width: 65px;
    height: 65px;
    left: calc(50% - 32.5px);
  }
}

.lp1-flow-image {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lp1-flow-image {
    width: 187px;
  }
}

.lp1-flow-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lp1-flow-title {
    font-size: 20px;
  }
}

.lp1-flow-text {
  margin-top: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .lp1-flow-text {
    font-size: 16px;
  }
}

.lp1-faq {
  padding-block: 80px;
  border-radius: 200px 200px 0 0;
  background-color: white;
  margin-top: -200px;
}
@media (max-width: 767px) {
  .lp1-faq {
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
  }
}

.lp1-faq-list {
  max-width: 800px;
  margin-inline: auto;
  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;
}

.lp1-faq-item {
  background-color: #E9F5FC;
  border-radius: 20px;
  padding-block: 20px;
  padding-inline: 20px;
}
@media (max-width: 767px) {
  .lp1-faq-item {
    padding-block: 20px;
  }
}

.lp1-faq-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}
.lp1-faq-label::before, .lp1-faq-label::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  background-color: #EC4E6A;
  top: calc(50% - 1px);
  right: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.07, 0.92, 0.46, 0.95);
  transition: -webkit-transform 0.5s cubic-bezier(0.07, 0.92, 0.46, 0.95);
  transition: transform 0.5s cubic-bezier(0.07, 0.92, 0.46, 0.95);
  transition: transform 0.5s cubic-bezier(0.07, 0.92, 0.46, 0.95), -webkit-transform 0.5s cubic-bezier(0.07, 0.92, 0.46, 0.95);
}
.lp1-faq-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lp1-faq-label._open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.lp1-faq-label p {
  margin-top: 0;
  position: relative;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 700;
  padding-block: 8px;
}
.lp1-faq-label p::before {
  position: absolute;
  content: "Q";
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #147AE6;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  left: 0;
  top: -8px;
  top: 0;
}
@media (max-width: 767px) {
  .lp1-faq-label p {
    padding-left: 50px;
  }
  .lp1-faq-label p:before {
    top: calc(50% - 20px);
  }
}

.lp1-faq-detail {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  padding-right: 40px;
}
.lp1-faq-detail p {
  padding-top: 28px;
  padding-bottom: 8px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 60px;
}
.lp1-faq-detail p::before {
  position: absolute;
  content: "A";
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #EC4E6A;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  left: 0;
  top: 20px;
}
@media (max-width: 767px) {
  .lp1-faq-detail p {
    padding-left: 50px;
  }
}

.lp1-header {
  --headerHeight: 87px;
  background-color: white;
  padding-inline: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--headerHeight);
  position: sticky;
  top: 0;
  z-index: 11;
}

.lp1-header-logoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp1-header-logo .lp1-c-logo {
  max-width: 272px;
}

.lp1-header-copy {
  margin-top: 0;
}
.lp1-header-copy span:nth-child(1) {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #147AE6;
}
.lp1-header-copy span:nth-child(2) {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.lp1-header-menuArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp1-header-menu {
  margin-right: 40px;
}
.lp1-header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-weight: 500;
}

.lp1-header-tel {
  margin-right: 20px;
}

.lp1-c-tel {
  margin-top: 0;
}

.lp1-c-tel-text1 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.lp1-c-tel-text1 svg {
  margin-right: 2px;
}
.lp1-c-tel-text1 span {
  vertical-align: middle;
}

.lp1-c-tel-text2 {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
}

.lp1-header-tel2 {
  display: none;
}

.lp1-header-contact {
  color: #EC4E6A;
}
.lp1-header-contact .lp1-c-button {
  font-size: 16px;
  height: 47px;
  width: 176px;
  gap: 10px;
}
.lp1-header-contact .lp1-c-icon-button {
  position: static;
}

.lp1-header-contact2,
.lp1-header-download2 {
  display: none;
}

.lp1-header-hamburger {
  display: none;
  width: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  cursor: pointer;
}
.lp1-header-hamburger span {
  width: 100%;
  height: 1.5px;
  background-color: #1A3755;
}
.lp1-header-hamburger._open span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.lp1-header-hamburger._open span:nth-child(2) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

.lp1-drawer {
  position: fixed;
  top: var(--headerHeight);
  right: 0;
  width: 100%;
  height: calc(100dvh - var(--headerHeight));
  right: 100%;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.lp1-drawer._open {
  right: 0;
}

.lp1-drawer-inner {
  overflow-y: scroll;
  background-color: white;
  height: 100%;
  padding: 20px 20px 80px;
}

.lp1-drawer-menu ul {
  font-size: 18px;
}
.lp1-drawer-menu li {
  border-bottom: 1px solid #DDDDDD;
}
.lp1-drawer-menu a {
  line-height: 26px;
  padding: 20px 20px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp1-drawer-menu .lp1-c-icon-button {
  margin-top: 3px;
  --button-text-color: #147AE6;
  --button-bg-color: white;
}

.lp1-drawer-tel {
  margin-bottom: 40px;
}
.lp1-drawer-tel .lp1-c-icon-tel {
  width: 27px;
  height: 27px;
  margin-right: 4px;
}
.lp1-drawer-tel .lp1-c-tel-text1 {
  font-size: 32px;
}
.lp1-drawer-tel .lp1-c-tel-text2 {
  font-size: 16px;
}

.lp1-drawer-contact {
  color: #EC4E6A;
  margin-top: 40px;
}
.lp1-drawer-contact .lp1-c-button {
  max-width: 100%;
}

.lp1-drawer-download {
  color: white;
  margin-top: 20px;
}
.lp1-drawer-download .lp1-c-button {
  --button-text-color: #EC4E6A;
  --button-bg-color: white;
  --button-border-color: #EC4E6A;
  max-width: 100%;
}

.lp1-drawer-certification {
  margin-top: 40px;
  text-align: center;
}
.lp1-drawer-certification img {
  max-width: 305px;
}

@media (max-width: 1260px) {
  .lp1-header {
    padding-inline: 20px;
  }
  .lp1-header-menu ul {
    font-size: 15px;
  }
  .lp1-header-copy {
    display: none;
  }
}
@media (max-width: 990px) {
  .lp1-header {
    --headerHeight: 60px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
  .lp1-header-logo .lp1-c-logo {
    max-width: 176px;
  }
  .lp1-header-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lp1-header-tel2,
  .lp1-header-contact2,
  .lp1-header-download2 {
    display: block;
  }
  .lp1-header-contact2 {
    margin-right: 20px;
  }
  .lp1-header-menuArea {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .lp1-header-menu {
    display: none;
  }
  .lp1-header-contact {
    display: none;
  }
  .lp1-header-tel {
    display: none;
  }
}
.lp1-footer {
  background-color: white;
  padding-block: 100px 20px;
  text-align: center;
}
.lp1-footer .lp1-c-logo {
  margin-bottom: 20px;
  max-width: 272px;
}
.lp1-footer .lp1-certification {
  display: block;
  margin-inline: auto;
  max-width: 466px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .lp1-footer {
    padding-top: 40px;
  }
  .lp1-footer .lp1-certification {
    max-width: 305px;
  }
}

.lp1-copyright {
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
}

.lp1-stickyBanner {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 260px;
  z-index: 1;
}
.lp1-stickyBanner a {
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: block;
}
@media (any-hover: hover) {
  .lp1-stickyBanner a:hover {
    opacity: 1;
  }
  .lp1-stickyBanner a:hover .lp1-c-button {
    --button-text-color: white;
    --button-bg-color: #EC4E6A;
  }
}
.lp1-stickyBanner p {
  margin-top: 0;
}
.lp1-stickyBanner ._top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#147AE6), to(#1833B8));
  background-image: linear-gradient(180deg, #147AE6 0%, #1833B8 100%);
  color: white;
  padding-block: 10px 13px;
}
.lp1-stickyBanner ._bottom {
  background-color: white;
  padding-inline: 11px;
  padding-block: 15px;
}
.lp1-stickyBanner .lp1-c-button {
  --button-bg-color: white;
  --button-text-color: #EC4E6A;
  --button-border-color: #EC4E6A;
  font-size: 16px;
  height: 47px;
}
.lp1-stickyBanner ._text1 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.lp1-stickyBanner ._text2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  padding-inline: 20px;
}
.lp1-stickyBanner ._text2 span {
  font-size: 42px;
}
.lp1-stickyBanner ._text3 {
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  padding-inline: 20px;
}
.lp1-stickyBanner ._text4 {
  font-size: 21px;
  font-weight: 700;
  padding-inline: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .lp1-stickyBanner {
    display: none;
  }
}

.lp1-stickyBanner-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}