@charset "UTF-8";

/* ===== Reset CSS ===== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

main {
  display: block;
  min-width: 1200px;
}

p {
  margin-bottom: 16px;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dfn,
cite {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

video {
  display: block;
  max-width: 100%;
}
/* ===== End Reset CSS ===== */

/* Color palette and font weights */
:root {
  --LP_COLOR_WHITE: #fff;
  --LP_COLOR_BLACK: #222;
  --LP_COLOR_DARKGRAY: #333;
  --LP_COLOR_GRAY: #848484;
  --LP_COLOR_LIGHTGRAY: #f5f5f5;
  --LP_COLOR_DARKBLUE: #0e748c;
  --LP_COLOR_BLUE: #416a9c;
  --LP_COLOR_SKYBLUE: #edf2f5;
  --LP_COLOR_RED: #cc002c;
  --LP_COLOR_BUTTON_DEFAULT: #edf0f2;
  --LP_FONT_WEIGHT_BOLD: 700;
  --LP_FONT_WEIGHT_MEDIUM: 400;
}

/* Utility classes */
.u-text-bold {
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}

.u-text-color-blue {
  color: var(--LP_COLOR_BLUE);
}

.u-text-color-red {
  color: var(--LP_COLOR_RED);
}

.u-text-color-darkBlue {
  color: var(--LP_COLOR_DARKBLUE);
}


/* body */
body {
  background: var(--LP_COLOR_WHITE);
  color: var(--LP_COLOR_BLACK);
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

/* header */
.lp-header {
  position: relative;
  min-width: 1200px;
  height: 70px;
}

.lp-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  height: 100%;
}

.lp-header-logo > a {
  display: block;
  line-height: 1;
}

.lp-header-logo {
  margin-bottom: 0;
}

.lp-header-logo img {
  width: 125px;
}

.lp-header-utilityGroup {
  flex: 1;
  padding-left: 16px;
}

.lp-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lp-header-utilityList > li {
  padding-left: 16px;
}

.lp-header a.lp-textPhoneLink-body {
  color: var(--LP_COLOR_BLACK);
  text-decoration: none;
  cursor: default;
}

@media (hover: hover) {
  .lp-header a:hover.lp-textPhoneLink-body {
    text-decoration: none;
    cursor: default;
  }
}

.lp-textPhoneLink.of-horizontal .lp-textPhoneLink-body {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.lp-textPhoneLink.of-horizontal .lp-textPhoneLink-numberGroup {
  margin-bottom: 0;
}

.lp-textPhoneLink.of-horizontal .lp-textPhoneLink-note {
  margin-right: 8px;
}

.lp-textPhoneLink-body {
  display: flex;
  flex-direction: column;
}

.lp-textPhoneLink-number {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.lp-textPhoneLink-numberGroup {
  display: flex;
  align-items: flex-start;
}

.lp-textPhoneLink-note {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.lp-textPhoneLink-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-top: 0.2rem;
  margin-right: 8px;
}

.lp-textPhoneLink-icon .of-iconColor-primary {
  fill: #00a23f;
}

/* main */
.lp-jumbotron {
  position: relative;
  min-width: clamp(1200px, calc((100vw - 1280px) * 0.125 + 1200px), 1280px);
  padding: 148px 0 150px;
  padding-left: clamp(33px, calc((100vw - 1280px) * 0.4484375 + 33px), 320px);
  background: linear-gradient(180deg, #F7F9FA 0%, #E8EBED 100%);
  overflow: hidden;
}

.lp-jumbotron::after {
  content: "";
  width: 240px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(244, 244, 244, 0.00) 0%, #F4F4F4 100%);
  z-index: 10;
}

@media (max-width:1440px) {
  .lp-jumbotron::after {
    content: none;
  }
}

.lp-jumbotron__content {
  display: flex;
  column-gap: 60px;
}

.lp-jumbotron__body {
  flex-shrink: 0;
}

.lp-jumbotron__headline {
  margin-bottom: 24px;
  font-size: 6.8rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: 1.3;
  letter-spacing: 1.36px;
}

.lp-jumbotron__lead {
  display: inline-block;
  font-size: 11.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 4.48px;
  background: linear-gradient(90deg, #529CCB 0%, #257FBB 197.6%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.lp-jumbotron__lead em {
  vertical-align: -8px;
  font-size: 16.8rem;
}

.lp-jumbotron__description {
  font-size: 2.4rem;
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  line-height: 1.3;
  letter-spacing: 0.48px;
  margin-bottom: 40px;
}

.lp-jumbotron__description em {
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}

.lp-button-group {
  display: flex;
  gap: 16px;
}

.lp-button-group--center {
  justify-content: center;
}

.lp-button {
  display: flex;
  width: 304px;
  min-height: 64px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 18px 52px 17px 52px;
  border-radius: 100px;
  background-color: var(--LP_COLOR_BUTTON_DEFAULT);
  text-decoration: none;
  box-shadow: 
    2px 2px 16px 0px rgba(184, 204, 217, 0.16) inset,
    2px 2px 12px 0px rgba(71, 113, 140, 0.3),
    -2px -2px 8px 2px rgba(255, 255, 255, 1);
  transition: box-shadow 0.3s ease;
}

@media (hover: hover) {
  .lp-button:hover {
    box-shadow: 
    -2px -2px 4px 0px rgba(255, 255, 255, 1) inset,
    -2px -2px 8px 0px rgba(71, 113, 140, 0.16);
  }
}

.lp-button__text {
  font-size: 2.0rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: 1.4;
}

.lp-slide {
  position: relative;
  flex: 1;
  min-width: 0;
}

.lp-slide__inner {
  overflow: hidden;
}

.lp-slide__swiper {
  width: 100%;
  min-width: 0;
}

.lp-slide-bg {
  position: absolute;
  z-index: 11;
  bottom: -102px;
  left: 372px;
  width: clamp(200px, calc((100vw - 1280px) * 0.15625 + 200px), 300px);
}

.lp-slide__item {
  width: 456px;
  flex-shrink: 0;
}

.lp-slide__imgWrapper img {
  width: 100%;
  vertical-align: middle;
}

.lp-slide__caption {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  line-height: 1.3;
  letter-spacing: 0.36px;
}

.lp-slide__navigation {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.lp-slide__pagination {
  position: relative;
  inset: 0;
  margin: 0 24px;
}

.lp-slide__pagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #ccc;
}

.lp-slide__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--LP_COLOR_BLUE);
}

.lp-slide__button {
  position: relative;
  inset: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0;
  background-color: var(--LP_COLOR_BLUE);
  background-image: none;
  flex-shrink: 0;
}

.lp-slide__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
}

.lp-slide__button.lp-slide__button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M7 1L2 6L7 11' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  transform: translate(-60%, -50%);
}

.lp-slide__button.lp-slide__button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 1L6 6L1 11' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  transform: translate(-40%, -50%);
}

.lp-slide__play-toggle {
  position: relative;
  display: inline-block;
  margin-left: 32px;
  width: 40px;
  height: 26px;
  border-radius: 2px;
  background-color: var(--LP_COLOR_BLUE);
}

.lp-slide__play-toggle::before,
.lp-slide__play-toggle::after {
  position: absolute;
  inset: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.1s ease, transform 0.3s ease;
}

/* Pause icon */
.lp-slide__play-toggle::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='26' viewBox='0 0 40 26' fill='none'%3E%3Crect x='15' y='7' width='2' height='12' fill='white'/%3E%3Crect x='23' y='7' width='2' height='12' fill='white'/%3E%3C/svg%3E");
}

/* Play icon */
.lp-slide__play-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='26' viewBox='0 0 40 26' fill='none'%3E%3Cpath d='M16 7L26 13L16 19V7Z' fill='white'/%3E%3C/svg%3E");
}

.lp-slide__play-toggle.is-playing::before {
  opacity: 1;
  transform: scale(1);
}

.lp-slide__play-toggle.is-stop::after {
  opacity: 1;
  transform: scale(1);
}

.lp-content {
  margin-top: 80px;
}

.lp-content__inner {
  width: clamp(1200px, calc((100vw - 1280px) * 0.125 + 1200px), 1280px);
  margin-inline: auto;
  padding-bottom: 80px;
}

.lp-feature {
  background-color: var(--LP_COLOR_SKYBLUE);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 64px;
  padding-bottom: 48px;
}

.lp-feature:last-child {
  margin-bottom: 0;
}

.lp-feature__heading {
  padding: 16px 0;
  font-size: 4rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: 1.3;
  letter-spacing: 0.8px;
  color: var(--LP_COLOR_WHITE);
  text-align: center;
  background: linear-gradient(0deg, var(--LP_COLOR_BLUE) 0%, var(--LP_COLOR_BLUE) 100%), linear-gradient(180deg, rgba(37, 151, 187, 0.00) 0%, #2597BB 40%, #2597BB 60%, rgba(37, 151, 187, 0.00) 100%);
}

.lp-feature__heading strong {
  font-size: 4.8rem;
  letter-spacing: 0.96px;
}

.lp-feature__body {
  position: relative;
  display: flex;
  column-gap: 68px;
  padding: 0 48px;
  margin-top: 62px;
  margin-bottom: 32px;
}

.lp-feature__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 560px;
  background-color: var(--LP_COLOR_WHITE);
}

.lp-feature__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-60%) translateY(-50%);
  display: flex;
  align-items: center;
}

.lp-feature__arrow::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-top: 2px solid var(--LP_COLOR_BLUE);
  border-right: 2px solid var(--LP_COLOR_BLUE);
  transform: rotate(45deg);
  transform-origin: center;
  margin-left: -8px;
}

.lp-feature__subTitle {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}

.lp-feature__subTitle::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
}

.lp-feature__subTitle--gray::before {
  background-color: var(--LP_COLOR_GRAY);
}

.lp-feature__subTitle--blue::before {
  background-color: var(--LP_COLOR_BLUE);
}

.lp-feature__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  padding: 9px 0;
  text-align: center;
  clip-path: polygon(9.4% 0%,90.6% 0%,100% 50%,90.6% 100%,9.4% 100%,0% 50%);
  color: var(--LP_COLOR_WHITE);
  font-size: 2.4rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: 1.3;
  letter-spacing: 0.48px;
}

.lp-feature__subTitle--gray .lp-feature__label {
  background-color: var(--LP_COLOR_GRAY);
}

.lp-feature__subTitle--blue .lp-feature__label {
  background-color: var(--LP_COLOR_BLUE);
}

.lp-feature__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 38px 40px;
}

.lp-feature__text {
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.32px;
}

.lp-feature__image {
  margin-top: auto;
}

.lp-product-info {
  padding: 80px 0;
  background: linear-gradient(180deg, #F7F9FA 0%, #E8EBED 100%);
}

.lp-product-info__body {
  display: flex;
  column-gap: 58px;
  width: clamp(1200px, calc((100vw - 1280px) * 0.125 + 1200px), 1280px);
  margin-inline: auto;
}

.lp-product-info__image {
  flex-shrink: 0;
  width: 500px;
}

.lp-product-info__lead {
  margin-bottom: 7px;
  font-size: 2.4rem;
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  line-height: 1.3;
  letter-spacing: 0.48px;
}

.lp-product-info__title {
  margin-bottom: 32px;
  font-size: 4rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: 1.3;
  letter-spacing: 0.8px;
}

.lp-product-info__title em {
  font-size: 6.4rem;
  letter-spacing: 1.28px;
  background: linear-gradient(90deg, #529CCB 0%, #257FBB 197.6%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.lp-product-info__features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.lp-product-info__feature {
  width: 304px;
  padding: 9px 0;
  font-size: 1.6rem;
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  line-height: 1.4;
  letter-spacing: 0.32px;
  background-color: var(--LP_COLOR_WHITE);
  text-align: center;
  color: var(--LP_COLOR_BLUE);
}

/* footer */
.lp-footer {
  min-width: 1200px;
  background-color: var(--LP_COLOR_DARKGRAY);
  min-height: 54px;
  display: flex;
  place-content: center;
}

.lp-footer__inner {
  display: flex;
  gap: 0 60px;
  align-items: center;
  justify-content: center;
}

.lp-footer__links {
  display: flex;
  gap: 0 60px;
  color: var(--LP_COLOR_WHITE);
  font-size: 1.3rem;
}

.lp-footer__link {
  position: relative;
}

.lp-footer__link a {
  color: var(--LP_COLOR_WHITE);
  text-decoration: none;
}

.lp-footer__link + .lp-footer__link::before {
  position: absolute;
  content: "";
  left: -30px;
  display: block;
  width: 1px;
  height: 16px;
  background-color: var(--LP_COLOR_WHITE);
  top: 50%;
  transform: translateY(-50%);
}

.lp-footer__copy-right {
  position: relative;
  margin-bottom: 0;
  color: var(--LP_COLOR_WHITE);
  font-size: 13px;
  line-height: 1.4;
}

.lp-footer__copy-right::before {
  position: absolute;
  content: "";
  left: -30px;
  display: block;
  width: 1px;
  height: 16px;
  background-color: var(--LP_COLOR_WHITE);
  top: 50%;
  transform: translateY(-50%);
}

