@charset "UTF-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  box-sizing: border-box;
}

body {
  min-width: 1280px;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

#main.lp {
  margin-top: 0;
}

#main p {
  margin-top: 0;
}

/* button */
.lp-listButton {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lp-listButton > li + li {
  padding-left: 24px;
}

a.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) {
  a.lp-buttonConversion:hover {
    opacity: 1;
    background-color: #c6002a;
  }
}

.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}


.lp-buttonConversion-text {
  margin-right: 16px;
}

.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
  min-width: 42px;
  max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("/img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("/img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("/img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("/img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("/img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("/img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("/img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("/img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
  background: #13778f;
}

@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}

.lp-buttonConversion.of-secondary {
  background: #0065bb;
}


/* main */
.lp-content {
  background: url(/img/products/wm/188909001/188909001_bg_02.png) center bottom / auto no-repeat, linear-gradient(304deg, #ffffff 15.68%, #bad2e8 49.95%, #ffffff 83.79%);
}

.lp-section {
  padding-top: 48px;
}

.lp-section:last-child {
  padding-bottom: 48px;
}

.lp-section > *:last-of-type {
  margin-bottom: 0;
}

.lp-section__body {
  width: 1200px;
  margin-inline: auto;
}

.lp-section__title-wrapper {
  text-align: center;
  margin-bottom: 32px;
}

.lp-section__title {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 24px;
  font-weight: 700;
}

.lp-section__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(
  to right,
  rgba(0, 91, 172, 0),
  rgba(0, 91, 172, 1),
  rgba(0, 91, 172, 0));
}

.lp-jumbotron {
  background: 
  url(/img/products/wm/188909001/188909001_bg_01.png) center / auto no-repeat,
  radial-gradient(circle at center, #fff 0%, #ebeef1 100%);
}

.lp-jumbotron__wrapper {
  display: flex;
  align-items: center;
  column-gap: 64px;
  width: 1200px;
  margin-inline: auto;
  padding: 80px 0;
}

.lp-jumbotron__figure img {
  max-width: 726px;
}

.lp-jumbotron__heading {
  margin-bottom: 20px;
  color: #005BAC;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.lp-jumbotron__keyword {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  width: 125px;
  height: 70px;
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  z-index: 2;
}

.lp-jumbotron__keyword::after {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='125' height='70' viewBox='0 0 125 70' fill='none'%3E%3Cpath d='M8.5 0H124.5L116 70H0L8.5 0Z' fill='url(%23paint0_linear_3_72)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3_72' x1='0' y1='0' x2='116' y2='70' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232AA0BE'/%3E%3Cstop offset='1' stop-color='%23005BAC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.lp-jumbotron__lead {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.lp-jumbotron__lead-small {
  font-size: 20px;
}

.lp-jumbotron__catchword {
  color: #005BAC;
}

.lp-jumbotron__subtext {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 47px;
}

.lp-process-step {
  display: flex;
  gap: 8px;
  max-width: 856px;
  margin-inline: auto;
  margin-bottom: 24px;
}

.lp-process-step__item {
  flex-shrink: 0;
}

.lp-process-step__item img {
  max-width: 240px;
}

.lp-process-step__item--wide img {
  max-width: 400px;
}

.lp-process-step__text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 48px;
  padding: 16px 0;
  margin-bottom: 16px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  z-index: 5;
}

.lp-process-step__text::after,
.lp-process-step__text::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.lp-process-step__text::after {
  width: 100%;
  height: 100%;
}

.lp-process-step__item:first-child .lp-process-step__text::after {
  width: 168px;
  left: -152px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='168' height='48' viewBox='0 0 168 48' fill='none'%3E%3Cpath d='M0 0H144L168 23.6066L144 48H0V0Z' fill='url(%23paint0_linear_21_190)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_21_190' x1='168' y1='24' x2='0' y2='24' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23AAB4BE'/%3E%3Cstop offset='1' stop-color='%23AAB4BE' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.lp-process-step__item:last-child .lp-process-step__text::after {
  width: 144px;
  right: -152px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='48' viewBox='0 0 144 48' fill='none'%3E%3Cpath d='M0 0H144V23.6066V48H0L24 24L0 0Z' fill='url(%23paint0_linear_21_191)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_21_191' x1='0' y1='24' x2='144' y2='24' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23AAB4BE'/%3E%3Cstop offset='1' stop-color='%23AAB4BE' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.lp-process-step__text::before {
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
}

.lp-process-step__text--step1::before,
.lp-process-step__text--step2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='264' height='48' viewBox='0 0 264 48' fill='none'%3E%3Cpath d='M0 0H240L264 23.6066L240 48H0L24 23.6066L0 0Z' fill='%23005BAC'/%3E%3C/svg%3E");
}

.lp-process-step__text--step3::before {
  width: 106%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 424 48' fill='none'><defs><linearGradient id='g' x1='0' y1='0' x2='30.0753' y2='71.9959' gradientUnits='userSpaceOnUse'><stop offset='0%' stop-color='%232AA0BE'/><stop offset='100%' stop-color='%23005BAC'/></linearGradient></defs><path d='M0 0H400L424 24L400 48H0L22.8571 23.6066L0 0Z' fill='url(%23g)'/></svg>") no-repeat;
}

.lp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(384px, 1fr));
  gap: 24px;
}

.lp-grid__item {
  background-color: #fff;
}

.lp-grid__item--column-2 {
  grid-column: span 2;
}

.lp-grid__item--column-2 .lp-grid-card__imag-wrapper img {
  max-width: 368px;
}

.lp-grid-card {
  padding: 20px;
}
.lp-grid-card__caption {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}

.lp-grid-card__imag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}


.lp-download-cta {
  margin-bottom: 40px;
}

.lp-download-cta__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 48px 0;
}

.lp-download-cta__text p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.lp-download-cta__image img {
  max-width: 240px;
}