@charset "UTF-8";
:root {
  /* メインカラー */
  --primary-color: #4a90e2;
  --secondary-color: #F47A00;
  --text-color: #363636;
  --text-secondary: #444746;
  --btn-orange: #FF9F00;
  --btn-yellow: #FFD100;
  --bg-main: #F8F8F8;
  --bg-footer:#363636;
  --bg-secondary:#F8F8F8;
  --bg-third:#FFFBE6;
  /* グラデーション用の色 */
  --gradient-start: #4B9BDE;
  --gradient-end: #50D8C7;
  /* 状態色 */
  --error-color: #dc3545;
  --error-bg: #f8d7da;
  --error-border: #f5c6cb;
  --success-color: #155724;
  --success-bg: #d4edda;
  --success-border: #c3e6cb;
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #363636;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0;
  font-weight: 400;
}

* {
  line-height: inherit;
}

picture {
  display: block;
}

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

a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  color: var(--text-color);
}

p {
  color: var(--text-color);
}

ul, ol {
  list-style: none;
}

span {
  color: inherit;
}

ul {
  list-style: none;
}

input,
button,
select,
textarea {
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  color: #777;
}

input::-moz-placeholder {
  color: #777;
}

input:-ms-input-placeholder {
  color: #777;
}

input::-ms-input-placeholder {
  color: #777;
}

input::placeholder {
  color: #777;
}

input:-ms-input-placeholder {
  color: #777;
}

input::-ms-input-placeholder {
  color: #777;
}

@media only screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767.499px) {
  .only-pc {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap;
}

.en {
  font-family: "DM Sans", sans-serif;
}

@media only screen and (min-width: 768px) {
  .space-three {
    padding-top: 3rem;
  }
}

.bold {
  font-weight: bold;
}

.lp-en {
  font-family: "Poppins", sans-serif;
}
.lp-body {
  font-family: "Noto Sans JP", sans-serif;
  color: #353535;
  padding-top: 0;
  padding-bottom: 0;
}
.lp-body.is-active {
  overflow: hidden;
}
.lp-body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lp-body *::before, .lp-body *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lp-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.lp-img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lp-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .lp-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.lp-inner {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .lp-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    max-width: 81.25rem;
  }
}
.lp-btn {
  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%;
  border-radius: 2rem;
  min-height: 3.125rem;
  background: -webkit-gradient(linear, right top, left top, from(#ffab00), to(#ed7128));
  background: linear-gradient(270deg, #ffab00 0%, #ed7128 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity, border-color, -webkit-transform;
  transition-property: opacity, border-color, -webkit-transform;
  transition-property: transform, opacity, border-color;
  transition-property: transform, opacity, border-color, -webkit-transform;
}
@media (hover: hover) {
  .lp-btn:hover {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
@media (hover: none) {
  .lp-btn:active {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
@media only screen and (min-width: 768px) {
  .lp-btn {
    min-height: 4rem;
    max-width: 20.625rem;
    font-size: 1.25rem;
  }
}
.lp-btn .arrow {
  aspect-ratio: 2/1;
  width: 1.25rem;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .lp-btn .arrow {
    right: 1.875rem;
  }
}
.lp-btn.--white {
  background: #ffffff;
  color: #e29800;
}
@media only screen and (min-width: 768px) {
  .lp-btn.--white {
    border: 0.125rem solid #ffab00;
  }
}
.lp-btn.--outlined {
  background: #ffffff;
  color: #e29800;
  border: 1px solid #e29800;
}
@media only screen and (min-width: 768px) {
  .lp-btn.--outlined {
    border-color: #fff;
  }
}
.lp-ttl {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  text-align: center;
  letter-spacing: 0.11em;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp-ttl {
    font-size: 2.5rem;
    line-height: 1.45;
    margin-bottom: 3.75rem;
  }
}

.custom-form-message.custom-form-message--error {
  margin-bottom: 0;
  margin-top: 1.5rem;
}

.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .lp-header {
    background: transparent;
    pointer-events: none;
    padding-top: 1.875rem;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition-property: padding-top, pointer-events, background;
    transition-property: padding-top, pointer-events, background;
  }
  .lp-header.is-move {
    padding-top: 0;
    pointer-events: auto;
    background: #fff;
  }
  .lp-header.is-move .lp-nav__btn.--outlined {
    border-color: #ff9f00;
  }
}
.lp-header__inner {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .lp-header__inner {
    max-width: 106.25rem;
    gap: 3.75rem;
    height: 6.25rem;
  }
}
.lp-header__logo {
  aspect-ratio: 125/40;
  max-width: 7.8125rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .lp-header__logo {
    max-width: 10.5625rem;
  }
}
@media (hover: hover) {
  .lp-header__logo:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .lp-header__logo:active {
    opacity: 0.7;
  }
}
.lp-header__btn {
  aspect-ratio: 1/1;
  width: 2rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lp-header__btn {
    display: none;
  }
}
.lp-header__btn.is-active .bar {
  background: transparent;
}
.lp-header__btn.is-active .bar::before, .lp-header__btn.is-active .bar::after {
  top: 0;
}
.lp-header__btn.is-active .bar::before {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}
.lp-header__btn.is-active .bar::after {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}
.lp-header__btn .bar {
  background: #353535;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: background;
  transition-property: background;
}
.lp-header__btn .bar::before, .lp-header__btn .bar::after {
  content: "";
  background: #353535;
  width: 2rem;
  height: 0.125rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.lp-header__btn .bar::before {
  top: -0.5rem;
}
.lp-header__btn .bar::after {
  top: 0.5rem;
}
.lp-header__cta {
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  text-align: center;
  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: 6.25rem;
  height: 2.125rem;
  background: -webkit-gradient(linear, right top, left top, from(#ffab00), to(#ed7128));
  background: linear-gradient(270deg, #ffab00 0%, #ed7128 100%);
  border-radius: 0.375rem;
  margin-left: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
@media (hover: hover) {
  .lp-header__cta:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .lp-header__cta:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .lp-header__cta {
    display: none;
  }
}

.lp-nav {
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100svh;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding-top: 4rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}
@media only screen and (min-width: 768px) {
  .lp-nav {
    opacity: 1;
    z-index: 1;
    position: static;
    height: auto;
    visibility: visible;
    padding-top: 0;
    background: transparent;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.lp-nav.is-active {
  opacity: 1;
  visibility: visible;
}
.lp-nav__inner {
  border-top: 1px solid #c9c9c9;
  padding: 0 1.25rem;
  overflow: auto;
  height: 100%;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .lp-nav__inner {
    padding: 0;
    border: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.75rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible;
  }
}
.lp-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.875rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .lp-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 3.25rem;
    padding: 0;
    border: none;
    margin: 0;
  }
}
.lp-nav__link {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875;
  color: #000000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: color;
  transition-property: color;
}
@media (hover: hover) {
  .lp-nav__link:hover {
    color: #ff9f00;
  }
}
@media (hover: none) {
  .lp-nav__link:active {
    color: #ff9f00;
  }
}
@media only screen and (min-width: 768px) {
  .lp-nav__link {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1875;
    pointer-events: auto;
  }
}
.lp-nav__btn {
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .lp-nav__btn {
    width: 15.625rem;
    min-height: 3.375rem;
  }
  .lp-nav__btn .arrow {
    display: none;
  }
}
.lp-nav__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp-nav__btn-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.25rem;
  }
}

.lp-follow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
}
.lp-follow.is-move {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
.lp-follow__inner {
  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;
}
@media only screen and (min-width: 768px) {
  .lp-follow__inner {
    height: 7.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 0.875rem;
    gap: 1.75rem;
  }
}
.lp-follow__btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4375;
  text-align: center;
  min-height: 3.125rem;
  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;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.27%, #ffab00), to(#ed7128));
  background: linear-gradient(270deg, #ffab00 -0.27%, #ed7128 100%);
}
@media only screen and (min-width: 768px) {
  .lp-follow__btn {
    min-height: 4rem;
    max-width: 20.625rem;
    border-radius: 2rem;
    padding-top: 0.6875rem;
    background: #ffab00;
    font-size: 1.25rem;
    line-height: 1.45;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
}
@media only screen and (min-width: 768px) and (hover: hover) {
  .lp-follow__btn:hover {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
@media only screen and (min-width: 768px) and (hover: none) {
  .lp-follow__btn:active {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
.lp-follow__btn .arrow {
  aspect-ratio: 2/1;
  width: 1.25rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .lp-follow__btn .arrow {
    display: none;
  }
}
.lp-follow__btn .label {
  aspect-ratio: 416/87;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 13rem;
  top: -1.125rem;
}
.lp-follow__btn.--outlined {
  background: #fff;
  color: #e29800;
  border: 1px solid #ffab00;
}
.lp-follow__btn.--outlined .label {
  aspect-ratio: 204/38;
  top: -1rem;
}
@media only screen and (min-width: 768px) {
  .lp-follow__btn.--outlined {
    border: 0.125rem solid #ffab00;
  }
}

.lp-top {
  position: relative;
  padding-top: 6.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  height: 40.75rem;
}
@media only screen and (min-width: 768px) {
  .lp-top {
    height: 50rem;
  }
}
.lp-top__bg {
  position: absolute;
  z-index: -1;
  aspect-ratio: 375/454;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .lp-top__bg {
    left: auto;
    top: 0;
    aspect-ratio: 856/800;
    width: auto;
  }
}
.lp-top__main {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .lp-top__inner {
    max-width: 106.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.lp-top__tagline {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.4615384615;
  text-align: center;
  margin-bottom: 1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media only screen and (min-width: 768px) {
  .lp-top__tagline {
    margin: 0 0 1.5rem;
    font-size: 3.875rem;
    line-height: 1.4516129032;
    text-align: left;
    margin-right: -6.25rem;
  }
}
.lp-top__txt {
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  text-align: center;
  letter-spacing: 0.11em;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp-top__txt {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    text-align: left;
    margin-bottom: 3.75rem;
  }
}
.lp-top__laptop {
  aspect-ratio: 19/13;
  max-width: 19.1875rem;
  margin: 0 auto 2.5rem;
}
@media only screen and (min-width: 768px) {
  .lp-top__laptop {
    margin: 0;
    aspect-ratio: 19/13;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 49.875rem;
  }
}
.lp-top__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp-top__btn-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.75rem;
  }
}

/* Manufacturer LP用のロゴスライダーサイズ調整 */
.lp-logo .logo-slider {
  height: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .lp-logo .logo-slider {
    height: 5.5rem;
  }
}

.lp-about {
  background: #f4f9ff;
}
.lp-about__ttl {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lp-about__ttl {
    margin-bottom: 2.5rem;
  }
}
.lp-about__txt {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.11em;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp-about__txt {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.45;
    text-align: center;
    margin-bottom: 3.75rem;
  }
}
.lp-about__txt .strong {
  font-weight: 700;
}
.lp-about__img {
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  aspect-ratio: 335/636;
}
@media only screen and (min-width: 768px) {
  .lp-about__img {
    aspect-ratio: 300/137;
    border-radius: 1.25rem;
  }
}

.lp-app__ttl {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp-app__ttl {
    margin-bottom: 3.75rem;
  }
}
.lp-app__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .lp-app__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}
.lp-app__item {
  overflow: hidden;
  position: relative;
  z-index: 1;
  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;
  text-align: center;
  min-height: 8.75rem;
  border-radius: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .lp-app__item {
    min-height: 18.125rem;
  }
}
.lp-app__item-img {
  position: absolute;
  inset: 0;
}
.lp-app__item-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #192f60;
  mix-blend-mode: multiply;
  opacity: 0.7;
  z-index: 1;
}
.lp-app__item-ttl {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .lp-app__item-ttl {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
.lp-app__bottom {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
  text-align: center;
  text-decoration-line: underline;
  color: #192f60;
  text-underline-offset: 0.1875rem;
  text-decoration-thickness: 0.0625rem;
}
@media only screen and (min-width: 768px) {
  .lp-app__bottom {
    font-size: 2rem;
    line-height: 1.4375;
    padding-bottom: 1rem;
    text-underline-offset: 1.5rem;
    text-decoration-thickness: 0.125rem;
    margin-top: 2.5rem;
  }
}

.lp-how {
  background: #f4f9ff;
  overflow: hidden;
}
.lp-how__ttl {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp-how__ttl {
    margin-bottom: 3.75rem;
  }
}
.lp-how__slider {
  position: relative;
  overflow: visible;
}
.lp-how__slider .splide__track {
  overflow: visible !important;
}
.lp-how__slider-container {
  padding: 0 0.3125rem;
}
@media only screen and (min-width: 768px) {
  .lp-how__slider-container {
    padding: 0;
    max-width: 43.75rem;
    margin: 0 auto;
  }
}
.lp-how__slider-container .swiper {
  overflow: visible;
}
.lp-how__list {
  overflow: visible;
}
.lp-how__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto !important;
}
@media only screen and (min-width: 768px) {
  .lp-how__item {
    border-radius: 1.25rem;
  }
}
.lp-how__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.lp-how__item-img {
  aspect-ratio: 510/278;
  overflow: hidden;
}
.lp-how__item-img video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.lp-how__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp-how__item-body {
  padding: 0.8125rem 0.75rem 1.0625rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (min-width: 768px) {
  .lp-how__item-body {
    padding: 1.75rem;
  }
}
.lp-how__item-ttl {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-align: center;
  letter-spacing: 0.11em;
  padding: 0.75rem 0.625rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .lp-how__item-ttl {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    text-align: center;
    margin-bottom: 2rem;
    padding: 1.4375rem;
  }
}
.lp-how__item-ttl .bg {
  position: absolute;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  border-radius: 0.625rem;
  inset: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .lp-how__item-ttl .bg {
    border-radius: 1.25rem;
  }
}
.lp-how__item-ttl .txt {
  position: relative;
  z-index: 3;
}
.lp-how__item-ttl::before, .lp-how__item-ttl::after {
  content: "";
  width: 2.4375rem;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  bottom: -0.75rem;
  background: #f7f7f7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
.lp-how__item-ttl::after {
  bottom: -0.875rem;
  background: #eeeeee;
  z-index: -1;
}
.lp-how__item-txt {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .lp-how__item-txt {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.lp-how__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
  pointer-events: none;
}
.lp-how__nav-btn {
  pointer-events: auto;
  cursor: pointer;
  background: rgba(96, 121, 178, 0.6);
  border-radius: 50%;
  width: 2.5rem;
  aspect-ratio: 1/1;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
@media (hover: hover) {
  .lp-how__nav-btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .lp-how__nav-btn:active {
    opacity: 0.7;
  }
}
.lp-how__nav-btn.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .lp-how__nav-btn {
    width: 3.75rem;
    background: #6079b2;
  }
}
.lp-how__nav-btn.--prev {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  left: -0.9375rem;
}
@media only screen and (min-width: 768px) {
  .lp-how__nav-btn.--prev {
    left: -6.25rem;
  }
}
.lp-how__nav-btn.--next {
  right: -0.9375rem;
}
@media only screen and (min-width: 768px) {
  .lp-how__nav-btn.--next {
    right: -6.25rem;
  }
}

.lp-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp-feature__list {
    gap: 3.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .lp-feature__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6.125rem;
  }
  .lp-feature__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.lp-feature__item-label {
  color: #fff;
  background: #192f60;
  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;
  border-radius: 0.25rem;
  min-width: 5.625rem;
  min-height: 1.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .lp-feature__item-label {
    min-width: 7.75rem;
    min-height: 2.25rem;
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.lp-feature__item-ttl {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.11em;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lp-feature__item-ttl {
    font-size: 2rem;
    line-height: 1.4375;
  }
}
@media only screen and (min-width: 768px) {
  .lp-feature__item-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.lp-feature__item-img {
  aspect-ratio: 335/227;
  border-radius: 0.625rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lp-feature__item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    aspect-ratio: 590/400;
    margin: 0;
    border-radius: 1.25rem;
    max-width: 36.875rem;
  }
}
.lp-feature__item-txt {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.11em;
}
@media only screen and (min-width: 768px) {
  .lp-feature__item-txt {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.lp-case {
  background: #192f60;
}
.lp-case__ttl {
  color: #fff;
}
.lp-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lp-case__list {
    gap: 1.75rem;
  }
}
.lp-case__item {
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .lp-case__item {
    border-radius: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lp-case__item-img {
  aspect-ratio: 335/200;
}
@media only screen and (min-width: 768px) {
  .lp-case__item-img {
    aspect-ratio: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 26.875rem;
  }
}
.lp-case__item-body {
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp-case__item-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.5rem;
    min-height: 26rem;
  }
}
.lp-case__item-label {
  font-weight: 700;
  color: #ffffff;
  background: #192f60;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 0.75rem;
  line-height: 1.5;
  width: 3.875rem;
  height: 1.25rem;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  clip-path: polygon(3.25rem 0, 100% 50%, 3.25rem 100%, 0 100%, 0 0);
}
@media only screen and (min-width: 768px) {
  .lp-case__item-label {
    font-size: 1rem;
    width: 5.375rem;
    height: 1.5rem;
    padding-left: 0.875rem;
    margin-bottom: 0.75rem;
    clip-path: polygon(4.5rem 0, 100% 50%, 4.5rem 100%, 0 100%, 0 0);
  }
}
.lp-case__item-ttl {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .lp-case__item-ttl {
    font-size: 2rem;
    line-height: 1.4375;
  }
}
.lp-case__item-hr {
  background: #c9c9c9;
  height: 1px;
  width: 100%;
  border: none;
  margin: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .lp-case__item-hr {
    margin: 1.5rem 0;
  }
}
.lp-case__item-txt {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.11em;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp-case__item-txt {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-bottom: 2rem;
  }
}
.lp-case__item-result {
  background: #f4f9ff;
  border: 1px solid #e2efff;
  padding: 0.6875rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.11em;
  color: #192f60;
}
@media only screen and (min-width: 768px) {
  .lp-case__item-result {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    padding: 1.4375rem;
  }
}

.lp-use {
  background: #f4f9ff;
}
.lp-use__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lp-use__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.5rem;
  }
}
.lp-use__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lp-use__item {
    border-radius: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 1.25rem);
  }
}
.lp-use__item-body {
  padding: 1rem;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (min-width: 768px) {
  .lp-use__item-body {
    padding: 1.5rem;
  }
}
.lp-use__item-block {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .lp-use__item-block {
    gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lp-use__item-block.--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lp-use__item-block.--flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.lp-use__item-name {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.11em;
  color: #353535;
}
@media only screen and (min-width: 768px) {
  .lp-use__item-name {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.lp-use__item-img {
  aspect-ratio: 335/188;
}
@media only screen and (min-width: 768px) {
  .lp-use__item-img {
    aspect-ratio: 580/326;
  }
}
.lp-use__item-label {
  font-weight: 700;
  letter-spacing: 0.11em;
  color: #ffffff;
  background: #192f60;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  min-width: 6.5rem;
  min-height: 1.75rem;
  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;
  border-radius: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .lp-use__item-label {
    font-size: 1.25rem;
    line-height: 1.45;
    min-width: 8.75rem;
    min-height: 2.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.lp-use__item-label.--before {
  background: #fff;
  color: #353535;
  border: 1px solid #353535;
}
.lp-use__item-ttl {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.11em;
  color: #353535;
}
@media only screen and (min-width: 768px) {
  .lp-use__item-ttl {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.lp-use__item-hr {
  background: #c9c9c9;
  height: 1px;
  width: 100%;
  border: none;
  margin: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .lp-use__item-hr {
    margin: 1.25rem 0;
  }
}
.lp-use__item-before {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.11em;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp-use__item-before {
    font-size: 1rem;
    line-height: 1.4375;
  }
}
.lp-use__item-after {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.11em;
  color: #192f60;
  padding: 0.6875rem;
  background: #f4f9ff;
  border: 1px solid #e2efff;
}
@media only screen and (min-width: 768px) {
  .lp-use__item-after {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    padding: 0.6875rem 0.9375rem;
  }
}

.lp-price {
  color: #fff;
  position: relative;
  z-index: 1;
}
.lp-price__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.lp-price__ttl {
  color: #fff;
}
.lp-price__txt {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2.875rem;
}
@media only screen and (min-width: 768px) {
  .lp-price__txt {
    font-size: 2rem;
    line-height: 1.4375;
    margin-bottom: 4.625rem;
  }
}
.lp-price__btn {
  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%;
  height: 4.25rem;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#ffab00), to(#ed7128));
  background: linear-gradient(270deg, #ffab00 0%, #ed7128 100%);
  border-radius: 2.5rem;
  position: relative;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  text-align: center;
  color: #ffffff;
  padding-top: 0.875rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.lp-price__btn-box {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lp-price__btn {
    padding-top: 0.8125rem;
    background: -webkit-gradient(linear, right top, left top, from(#ffab00), to(#ed7128));
    background: linear-gradient(270deg, #ffab00 0%, #ed7128 100%);
    font-size: 1.5rem;
    width: 26.25rem;
    height: 5rem;
  }
}
@media (hover: hover) {
  .lp-price__btn:hover {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
@media (hover: none) {
  .lp-price__btn:active {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
.lp-price__btn .label {
  position: absolute;
  left: 50%;
  aspect-ratio: 416/79;
  width: 13rem;
  top: -1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .lp-price__btn .label {
    width: 13.125rem;
    aspect-ratio: 210/44;
    top: -1.0625rem;
  }
}

.lp-flow__ttl {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp-flow__ttl {
    margin-bottom: 3.75rem;
  }
}
.lp-flow__container .simplebar-track.simplebar-horizontal {
  left: 1.25rem;
  right: 1.25rem;
  height: 0.25rem;
  background: #dfdfdf;
  border-radius: 0.125rem;
}
.lp-flow__container .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  background: #9c9c9c;
  border-radius: 0.125rem;
}
.lp-flow__container .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  display: none;
}
.lp-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem 2.1875rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .lp-flow__list {
    gap: 0.75rem;
  }
}
.lp-flow__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(50% - 1.09375rem);
}
.lp-flow__item:nth-child(2n) .lp-flow__item-body {
  position: relative;
}
.lp-flow__item:nth-child(2n) .lp-flow__item-body::after {
  content: "";
  width: 0.75rem;
  height: 1.5rem;
  position: absolute;
  background: #192F60;
  top: 50%;
  left: -0.75rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media only screen and (min-width: 768px) {
  .lp-flow__item:nth-child(2n) .lp-flow__item-body::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .lp-flow__item {
    width: 11.875rem;
  }
  .lp-flow__item:nth-child(n+2) .lp-flow__item-body {
    position: relative;
  }
  .lp-flow__item:nth-child(n+2) .lp-flow__item-body::before {
    content: "";
    height: 0.25rem;
    width: 0.75rem;
    background: #192f60;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
}
.lp-flow__item-body {
  min-height: 8.875rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  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;
}
@media only screen and (min-width: 768px) {
  .lp-flow__item-body {
    min-height: 11.875rem;
  }
}
.lp-flow__item-step {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  color: #192f60;
  margin-bottom: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .lp-flow__item-step {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.lp-flow__item-icon {
  height: 3.75rem;
  width: auto;
  margin: 0 auto 1rem;
}
@media only screen and (min-width: 768px) {
  .lp-flow__item-icon {
    height: 4.5625rem;
    margin-bottom: 1.9375rem;
  }
}
.lp-flow__item-icon img {
  width: auto;
  height: 100%;
}
.lp-flow__item-ttl {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  text-align: center;
  letter-spacing: 0.11em;
  color: #192f60;
}
@media only screen and (min-width: 768px) {
  .lp-flow__item-ttl {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}

.lp-form {
  background: #f4f9ff;
}
.lp-form__container {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media only screen and (min-width: 768px) {
  .lp-form__container {
    margin: 0 auto;
    max-width: 62.5rem;
  }
}
.lp-form__body {
  background: #fff;
  padding: 2rem 1.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .lp-form__body {
    padding: 3.75rem;
    border-radius: 1.25rem;
  }
}
.lp-form__item {
  padding: 1rem 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lp-form__item {
    padding: 1.75rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.lp-form__item:last-child::after {
  display: block;
}
.lp-form__item::before, .lp-form__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #c9c9c9;
}
.lp-form__item::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 0;
}
.lp-form__item::after {
  bottom: 0;
  display: none;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.lp-form__item-label {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4375;
  color: #000000;
  margin-bottom: 0.75rem;
}
.lp-form__item-label .required {
  color: #d70000;
}
@media only screen and (min-width: 768px) {
  .lp-form__item-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 11.25rem;
    padding-right: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .lp-form__item-field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .lp-form__item-field.--short {
    max-width: 21.875rem;
  }
}
.lp-form__item-field input[type=text],
.lp-form__item-field input[type=tel],
.lp-form__item-field input[type=email],
.lp-form__item-field input[type=password],
.lp-form__item-field select,
.lp-form__item-field textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #bababa;
  min-height: 2.5rem;
  border-radius: 0.25rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375;
  padding: 0.5rem 0.9375rem 0.4375rem;
}
@media only screen and (min-width: 768px) {
  .lp-form__item-field input[type=text],
  .lp-form__item-field input[type=tel],
  .lp-form__item-field input[type=email],
  .lp-form__item-field input[type=password],
  .lp-form__item-field select,
  .lp-form__item-field textarea {
    min-height: 3.125rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    padding: 0.6875rem 0.9375rem;
  }
}
.lp-form__item-field input[type=text]::-webkit-input-placeholder, .lp-form__item-field input[type=tel]::-webkit-input-placeholder, .lp-form__item-field input[type=email]::-webkit-input-placeholder, .lp-form__item-field input[type=password]::-webkit-input-placeholder, .lp-form__item-field select::-webkit-input-placeholder, .lp-form__item-field textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}
.lp-form__item-field input[type=text]::-moz-placeholder, .lp-form__item-field input[type=tel]::-moz-placeholder, .lp-form__item-field input[type=email]::-moz-placeholder, .lp-form__item-field input[type=password]::-moz-placeholder, .lp-form__item-field select::-moz-placeholder, .lp-form__item-field textarea::-moz-placeholder {
  color: #a0a0a0;
}
.lp-form__item-field input[type=text]:-ms-input-placeholder, .lp-form__item-field input[type=tel]:-ms-input-placeholder, .lp-form__item-field input[type=email]:-ms-input-placeholder, .lp-form__item-field input[type=password]:-ms-input-placeholder, .lp-form__item-field select:-ms-input-placeholder, .lp-form__item-field textarea:-ms-input-placeholder {
  color: #a0a0a0;
}
.lp-form__item-field input[type=text]::-ms-input-placeholder, .lp-form__item-field input[type=tel]::-ms-input-placeholder, .lp-form__item-field input[type=email]::-ms-input-placeholder, .lp-form__item-field input[type=password]::-ms-input-placeholder, .lp-form__item-field select::-ms-input-placeholder, .lp-form__item-field textarea::-ms-input-placeholder {
  color: #a0a0a0;
}
.lp-form__item-field input[type=text]::placeholder,
.lp-form__item-field input[type=tel]::placeholder,
.lp-form__item-field input[type=email]::placeholder,
.lp-form__item-field input[type=password]::placeholder,
.lp-form__item-field select::placeholder,
.lp-form__item-field textarea::placeholder {
  color: #a0a0a0;
}
.lp-form__submit {
  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%;
  background: #192f60;
  color: #fff;
  font-weight: 700;
  min-height: 3.125rem;
  border-radius: 2.3125rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
@media only screen and (min-width: 768px) {
  .lp-form__submit {
    min-height: 4.625rem;
    max-width: 21.875rem;
    border-radius: 2.3125rem;
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
@media (hover: hover) {
  .lp-form__submit:hover {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
@media (hover: none) {
  .lp-form__submit:active {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
.lp-form__submit-box {
  text-align: center;
}
.lp-form__bottom {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp-form__bottom {
    margin-top: 2.5rem;
  }
}
.lp-form__privacy {
  margin-bottom: 0.75rem;
  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;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lp-form__privacy {
    margin-bottom: 2rem;
  }
}
.lp-form__privacy input[type=checkbox]:checked + label::after, .lp-form__privacy input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.lp-form__privacy input[type=checkbox] + label, .lp-form__privacy input[type=checkbox] + span {
  position: relative;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #000000;
  padding-left: 1.875rem;
  cursor: pointer;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .lp-form__privacy input[type=checkbox] + label, .lp-form__privacy input[type=checkbox] + span {
    padding-left: 2rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.lp-form__privacy input[type=checkbox] + label::before, .lp-form__privacy input[type=checkbox] + label::after, .lp-form__privacy input[type=checkbox] + span::before, .lp-form__privacy input[type=checkbox] + span::after {
  content: "";
  width: 1.25rem;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lp-form__privacy input[type=checkbox] + label::before, .lp-form__privacy input[type=checkbox] + span::before {
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
}
.lp-form__privacy input[type=checkbox] + label::after, .lp-form__privacy input[type=checkbox] + span::after {
  background: url(../../img/manufacturer/check.svg) no-repeat center center/contain;
  opacity: 0;
}
.lp-form__message {
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #000000;
}

.lp2-en {
  font-family: "Poppins", sans-serif;
}
.lp2-line {
  width: 6.875rem;
  height: 0.375rem;
  background: -webkit-gradient(linear, right top, left top, from(#ffab00), to(#ed7128));
  background: linear-gradient(270deg, #ffab00 0%, #ed7128 100%);
  border-radius: 0.375rem;
  margin: 0 auto 2rem;
  border: none;
}
@media only screen and (min-width: 768px) {
  .lp2-line {
    margin-bottom: 3.75rem;
    height: 0.5rem;
    width: 10rem;
  }
}
.lp2-body {
  font-family: "Noto Sans JP", sans-serif;
  color: #353535;
  padding-top: 0;
  padding-bottom: 0;
}
.lp2-body.is-active {
  overflow: hidden;
}
.lp2-body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lp2-body *::before, .lp2-body *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lp2-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.lp2-img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lp2-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .lp2-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.lp2-inner {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .lp2-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    max-width: 81.25rem;
  }
}
.lp2-btn {
  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%;
  border-radius: 2rem;
  min-height: 3.125rem;
  background: #192F60;
  border: 0.125rem solid #192F60;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity, border-color, -webkit-transform;
  transition-property: opacity, border-color, -webkit-transform;
  transition-property: transform, opacity, border-color;
  transition-property: transform, opacity, border-color, -webkit-transform;
}
@media (hover: hover) {
  .lp2-btn:hover {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
@media (hover: none) {
  .lp2-btn:active {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
@media only screen and (min-width: 768px) {
  .lp2-btn {
    min-height: 4rem;
    max-width: 20.625rem;
    font-size: 1.25rem;
  }
}
.lp2-btn .arrow {
  aspect-ratio: 2/1;
  width: 1.25rem;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .lp2-btn .arrow {
    right: 1rem;
  }
}
.lp2-btn.--white {
  background: #ffffff;
  color: #e29800;
}
@media only screen and (min-width: 768px) {
  .lp2-btn.--white {
    border: 0.125rem solid #ffab00;
  }
}
.lp2-btn.--outlined {
  background: #ffffff;
  color: #192F60;
}
.lp2-ttl {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  text-align: center;
  letter-spacing: 0.11em;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp2-ttl {
    font-size: 2.5rem;
    line-height: 1.45;
    margin-bottom: 1.25rem;
  }
}

.custom-form-message.custom-form-message--error {
  margin-bottom: 0;
  margin-top: 1.5rem;
}

.lp2-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .lp2-header {
    background: transparent;
    pointer-events: none;
    padding-top: 1.875rem;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition-property: padding-top, pointer-events, background;
    transition-property: padding-top, pointer-events, background;
  }
  .lp2-header.is-move {
    padding-top: 0;
    pointer-events: auto;
    background: #fff;
  }
  .lp2-header.is-move .lp-nav__btn.--outlined {
    border-color: #FF9F00;
  }
}
.lp2-header__inner {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .lp2-header__inner {
    max-width: 106.25rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 3.75rem;
    height: 6.25rem;
  }
}
.lp2-header__logo {
  aspect-ratio: 125/40;
  max-width: 7.8125rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .lp2-header__logo {
    max-width: 10.5625rem;
  }
}
@media (hover: hover) {
  .lp2-header__logo:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .lp2-header__logo:active {
    opacity: 0.7;
  }
}
.lp2-header__btn {
  aspect-ratio: 1/1;
  width: 2rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lp2-header__btn {
    display: none;
  }
}
.lp2-header__btn.is-active .bar {
  background: transparent;
}
.lp2-header__btn.is-active .bar::before, .lp2-header__btn.is-active .bar::after {
  top: 0;
}
.lp2-header__btn.is-active .bar::before {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}
.lp2-header__btn.is-active .bar::after {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}
.lp2-header__btn .bar {
  background: #353535;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: background;
  transition-property: background;
}
.lp2-header__btn .bar::before, .lp2-header__btn .bar::after {
  content: "";
  background: #353535;
  width: 2rem;
  height: 0.125rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.lp2-header__btn .bar::before {
  top: -0.5rem;
}
.lp2-header__btn .bar::after {
  top: 0.5rem;
}
.lp2-header__cta {
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  text-align: center;
  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: 6.25rem;
  height: 2.125rem;
  background: #192F60;
  border-radius: 0.375rem;
  margin-left: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
@media (hover: hover) {
  .lp2-header__cta:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .lp2-header__cta:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .lp2-header__cta {
    display: none;
  }
}

.lp2-nav {
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100svh;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding-top: 4rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}
@media only screen and (min-width: 768px) {
  .lp2-nav {
    opacity: 1;
    z-index: 1;
    position: static;
    height: auto;
    visibility: visible;
    padding-top: 0;
    background: transparent;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.lp2-nav.is-active {
  opacity: 1;
  visibility: visible;
}
.lp2-nav__inner {
  border-top: 1px solid #c9c9c9;
  padding: 0 1.25rem;
  overflow: auto;
  height: 100%;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .lp2-nav__inner {
    padding: 0;
    border: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.75rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible;
  }
}
.lp2-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.875rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .lp2-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 3.25rem;
    padding: 0;
    border: none;
    margin: 0;
  }
}
.lp2-nav__link {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875;
  color: #000000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: color;
  transition-property: color;
}
@media (hover: hover) {
  .lp2-nav__link:hover {
    color: #ff9f00;
  }
}
@media (hover: none) {
  .lp2-nav__link:active {
    color: #ff9f00;
  }
}
@media only screen and (min-width: 768px) {
  .lp2-nav__link {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1875;
    pointer-events: auto;
  }
}
.lp2-nav__btn {
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .lp2-nav__btn {
    width: 15.625rem;
    min-height: 3.375rem;
  }
  .lp2-nav__btn .arrow {
    display: none;
  }
}
.lp2-nav__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp2-nav__btn-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.25rem;
  }
}

.lp2-follow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
}
.lp2-follow.is-move {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
.lp2-follow__inner {
  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;
}
@media only screen and (min-width: 768px) {
  .lp2-follow__inner {
    height: 7.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 0.875rem;
    gap: 1.75rem;
  }
}
.lp2-follow__btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4375;
  text-align: center;
  min-height: 3.125rem;
  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;
  color: #fff;
  background: #192F60;
}
@media only screen and (min-width: 768px) {
  .lp2-follow__btn {
    min-height: 4rem;
    max-width: 20.625rem;
    border-radius: 2rem;
    padding-top: 0.6875rem;
    background: #192F60;
    font-size: 1.25rem;
    line-height: 1.45;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
}
@media only screen and (min-width: 768px) and (hover: hover) {
  .lp2-follow__btn:hover {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
@media only screen and (min-width: 768px) and (hover: none) {
  .lp2-follow__btn:active {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
.lp2-follow__btn .arrow {
  aspect-ratio: 2/1;
  width: 1.25rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .lp2-follow__btn .arrow {
    display: none;
  }
}
.lp2-follow__btn .label {
  aspect-ratio: 416/87;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 13rem;
  top: -1.125rem;
}
.lp2-follow__btn.--outlined {
  background: #fff;
  color: #192F60;
  border: 1px solid #192F60;
}
.lp2-follow__btn.--outlined .label {
  aspect-ratio: 204/38;
  top: -1rem;
}
@media only screen and (min-width: 768px) {
  .lp2-follow__btn.--outlined {
    border: 0.125rem solid #192F60;
  }
}

.lp2-top {
  position: relative;
  padding-top: 6.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  height: 40.75rem;
}
@media only screen and (min-width: 768px) {
  .lp2-top {
    height: 50rem;
  }
}
.lp2-top__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.lp2-top__main {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .lp2-top__inner {
    max-width: 106.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.lp2-top__tagline {
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 1.4516129032;
  text-align: center;
  margin-bottom: 1rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media only screen and (min-width: 768px) {
  .lp2-top__tagline {
    margin: 0 0 1.5rem;
    font-size: 4.5rem;
    line-height: 1.4444444444;
    text-align: left;
    margin-right: -6.25rem;
  }
}
.lp2-top__txt {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  text-align: center;
  letter-spacing: 0.11em;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp2-top__txt {
    font-size: 1.8125rem;
    line-height: 1.4482758621;
    text-align: left;
    margin-bottom: 3.75rem;
  }
}
.lp2-top__laptop {
  aspect-ratio: 19/13;
  max-width: 19.1875rem;
  margin: 0 auto 2.5rem;
}
@media only screen and (min-width: 768px) {
  .lp2-top__laptop {
    margin: 0;
    aspect-ratio: 19/13;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 49.875rem;
  }
}
.lp2-top__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp2-top__btn-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.75rem;
  }
}

/* Manufacturer LP2用のロゴスライダーサイズ調整 */
.lp2-logo .logo-slider {
  height: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .lp2-logo .logo-slider {
    height: 5.5rem;
  }
}

.lp2-about {
  background: #EDF3FF;
}
.lp2-about__line {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lp2-about__line {
    margin-bottom: 2.5rem;
  }
}
.lp2-about__txt {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.11em;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp2-about__txt {
    font-size: 1.25rem;
    line-height: 1.45;
    text-align: center;
    margin-bottom: 3.75rem;
  }
}
.lp2-about__txt .strong {
  font-weight: 700;
  color: #192F60;
}
.lp2-about__img {
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  aspect-ratio: 335/471;
}
@media only screen and (min-width: 768px) {
  .lp2-about__img {
    aspect-ratio: 200/77;
    border-radius: 1.25rem;
  }
}

.lp2-app__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .lp2-app__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}
.lp2-app__item {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 0.75rem;
}
.lp2-app__item::after {
  content: "";
  width: 2.5625rem;
  aspect-ratio: 1/1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: #edf3ff;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .lp2-app__item {
    padding: 1.875rem 1.5rem 1.5rem;
  }
}
.lp2-app__item-img {
  height: 2.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp2-app__item-img {
    height: 3.125rem;
    margin-bottom: 1.8125rem;
  }
}
.lp2-app__item-img img {
  height: 100%;
  width: auto;
}
.lp2-app__item-ttl {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  margin-bottom: 0.75rem;
  color: #192f60;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .lp2-app__item-ttl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
.lp2-app__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.lp2-app__item-feature {
  position: relative;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #353535;
  padding-left: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .lp2-app__item-feature {
    letter-spacing: 0.11em;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.lp2-app__item-feature::before {
  content: "";
  width: 0.875rem;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0.25rem;
  background: url(../../img/manufacturer2/check.svg) no-repeat center/100% auto;
}
@media only screen and (min-width: 768px) {
  .lp2-app__item-feature::before {
    top: 0.3125rem;
  }
}
.lp2-app__bottom {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
  text-align: center;
  text-decoration-line: underline;
  color: #192f60;
  text-underline-offset: 0.1875rem;
  text-decoration-thickness: 0.0625rem;
}
@media only screen and (min-width: 768px) {
  .lp2-app__bottom {
    font-size: 2rem;
    line-height: 1.4375;
    padding-bottom: 1rem;
    text-underline-offset: 1.5rem;
    text-decoration-thickness: 0.125rem;
    margin-top: 2.5rem;
  }
}

.lp2-how {
  background: #f4f9ff;
  overflow: hidden;
}
.lp2-how__ttl {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp2-how__ttl {
    margin-bottom: 3.75rem;
  }
}
.lp2-how__slider {
  position: relative;
  overflow: visible;
}
.lp2-how__slider-container {
  padding: 0 0.3125rem;
}
@media only screen and (min-width: 768px) {
  .lp2-how__slider-container {
    padding: 0;
    max-width: 43.75rem;
    margin: 0 auto;
  }
}
.lp2-how__slider-container .swiper {
  overflow: visible;
}
.lp2-how__list {
  overflow: visible;
}
.lp2-how__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto !important;
}
@media only screen and (min-width: 768px) {
  .lp2-how__item {
    border-radius: 1.25rem;
  }
}
.lp2-how__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.lp2-how__item-img {
  aspect-ratio: 510/278;
}
.lp2-how__item-img video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.lp2-how__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lp2-how__item-body {
  padding: 0.8125rem 0.75rem 1.0625rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (min-width: 768px) {
  .lp2-how__item-body {
    padding: 1.75rem;
  }
}
.lp2-how__item-ttl {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-align: center;
  letter-spacing: 0.11em;
  padding: 0.75rem 0.625rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .lp2-how__item-ttl {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    text-align: center;
    margin-bottom: 2rem;
    padding: 1.4375rem;
  }
}
.lp2-how__item-ttl .bg {
  position: absolute;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  border-radius: 0.625rem;
  inset: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .lp2-how__item-ttl .bg {
    border-radius: 1.25rem;
  }
}
.lp2-how__item-ttl .txt {
  position: relative;
  z-index: 3;
}
.lp2-how__item-ttl::before, .lp2-how__item-ttl::after {
  content: "";
  width: 2.4375rem;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  bottom: -0.75rem;
  background: #f7f7f7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
.lp2-how__item-ttl::after {
  bottom: -0.875rem;
  background: #eeeeee;
  z-index: -1;
}
.lp2-how__item-txt {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .lp2-how__item-txt {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.lp2-how__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
  pointer-events: none;
}
.lp2-how__nav-btn {
  pointer-events: auto;
  cursor: pointer;
  background: rgba(96, 121, 178, 0.6);
  border-radius: 50%;
  width: 2.5rem;
  aspect-ratio: 1/1;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
@media (hover: hover) {
  .lp2-how__nav-btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .lp2-how__nav-btn:active {
    opacity: 0.7;
  }
}
.lp2-how__nav-btn.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .lp2-how__nav-btn {
    width: 3.75rem;
    background: #6079b2;
  }
}
.lp2-how__nav-btn.--prev {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  left: -0.9375rem;
}
@media only screen and (min-width: 768px) {
  .lp2-how__nav-btn.--prev {
    left: -6.25rem;
  }
}
.lp2-how__nav-btn.--next {
  right: -0.9375rem;
}
@media only screen and (min-width: 768px) {
  .lp2-how__nav-btn.--next {
    right: -6.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .lp2-feature__container {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
    padding: 3.75rem;
  }
}
.lp2-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp2-feature__list {
    gap: 3.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .lp2-feature__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5rem;
  }
  .lp2-feature__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.lp2-feature__item-label {
  color: #fff;
  background: #192F60;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  height: 1.75rem;
  width: 7.25rem;
  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;
  font-weight: 700;
  clip-path: polygon(0.9375rem 0%, 100% 0%, 6.3125rem 100%, 0% 100%);
}
@media only screen and (min-width: 768px) {
  .lp2-feature__item-label {
    font-size: 1.25rem;
    line-height: 1.5;
    height: 2.5rem;
    width: 10.3125rem;
    margin-bottom: 1.75rem;
    clip-path: polygon(1.3125rem 0%, 100% 0%, 9rem 100%, 0% 100%);
  }
}
.lp2-feature__item-ttl {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.11em;
  margin-bottom: 1.5rem;
  color: #353535;
}
@media only screen and (min-width: 768px) {
  .lp2-feature__item-ttl {
    font-size: 2rem;
    line-height: 1.4375;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .lp2-feature__item-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.lp2-feature__item-img {
  background: #EDF3FF;
  aspect-ratio: 528/330;
  border-radius: 0.625rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lp2-feature__item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    border-radius: 1.25rem;
    max-width: 33rem;
  }
}
.lp2-feature__item-txt {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.11em;
  color: #353535;
}
@media only screen and (min-width: 768px) {
  .lp2-feature__item-txt {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.lp2-case {
  background: #edf3ff;
}
.lp2-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lp2-case__list {
    gap: 1.75rem;
  }
}
.lp2-case__item {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp2-case__item {
    border-radius: 1.25rem;
    padding: 2.5rem;
  }
}
.lp2-case__item-box {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lp2-case__item-box {
    width: calc(33.3333333333% - 2.0833333333rem);
  }
}
.lp2-case__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lp2-case__item-head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.25rem;
  }
}
.lp2-case__item-hr {
  background: #c9c9c9;
  width: 100%;
  border: none;
  margin: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .lp2-case__item-hr {
    margin: 1.75rem 0;
  }
}
.lp2-case__item-arrow {
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 0.875rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#192f60), to(#19103f));
  background: linear-gradient(to top, #192f60 0%, #19103f 100%);
  left: 50%;
  bottom: -1rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media only screen and (min-width: 768px) {
  .lp2-case__item-arrow {
    display: block;
    position: absolute;
    width: 1.875rem;
    height: 3.75rem;
    top: 50%;
    right: -0.625rem;
    left: auto;
    bottom: auto;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    background: -webkit-gradient(linear, right top, left top, from(#192f60), to(#19103f));
    background: linear-gradient(to left, #192f60 0%, #19103f 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
.lp2-case__item-img {
  position: relative;
  margin: 0 auto 0.75rem;
  height: 4.375rem;
  width: 100%;
  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;
}
@media only screen and (min-width: 768px) {
  .lp2-case__item-img {
    height: 8.75rem;
    margin: 0 auto 1.75rem;
  }
}
.lp2-case__item-img .icon {
  aspect-ratio: 1/1;
  width: 4.375rem;
}
@media only screen and (min-width: 768px) {
  .lp2-case__item-img .icon {
    width: 8.75rem;
  }
}
.lp2-case__item-img .after,
.lp2-case__item-img .before {
  width: 100%;
  height: 4.375rem;
  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;
}
@media only screen and (min-width: 768px) {
  .lp2-case__item-img .after,
  .lp2-case__item-img .before {
    height: 8.75rem;
  }
}
.lp2-case__item-img .after img,
.lp2-case__item-img .after picture,
.lp2-case__item-img .before img,
.lp2-case__item-img .before picture {
  height: 100%;
  width: auto;
}
.lp2-case__item-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: 2.875rem;
}
@media only screen and (min-width: 768px) {
  .lp2-case__item-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 3.125rem;
  }
}
.lp2-case__item-label {
  font-weight: 700;
  color: #ffffff;
  background: #192f60;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 0.75rem;
  line-height: 1.5;
  width: 3.875rem;
  height: 1.25rem;
  padding-left: 0.5rem;
  text-transform: uppercase;
  clip-path: polygon(3.25rem 0, 100% 50%, 3.25rem 100%, 0 100%, 0 0);
}
@media only screen and (min-width: 768px) {
  .lp2-case__item-label {
    font-size: 1rem;
    width: 5.375rem;
    height: 1.5rem;
    padding-left: 0.875rem;
    clip-path: polygon(4.5rem 0, 100% 50%, 4.5rem 100%, 0 100%, 0 0);
  }
}
.lp2-case__item-ttl {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .lp2-case__item-ttl {
    font-size: 2rem;
    line-height: 1.4375;
    letter-spacing: 0.11em;
  }
}
.lp2-case__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.lp2-case__item-tag {
  white-space: nowrap;
  background: #edf3ff;
  border: 1px solid #86aeff;
  font-weight: 700;
  min-height: 1.5625rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.25;
  padding: 0.25rem 0.4375rem;
  text-align: center;
  color: #192f60;
  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;
}
@media only screen and (min-width: 768px) {
  .lp2-case__item-tag {
    min-height: 2.5rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    line-height: 1.1875;
    padding: 0.25rem 0.6875rem;
  }
}
.lp2-case__item-txt {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.11em;
}
.lp2-case__item-txt.--bold {
  font-weight: 700;
}
.lp2-case__item-txt.--strong {
  font-weight: 700;
  color: #192F60;
}
@media only screen and (min-width: 768px) {
  .lp2-case__item-txt {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    letter-spacing: 0.11em;
  }
}

.lp2-use {
  background: #fff;
}
.lp2-use__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lp2-use__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.5rem;
  }
}
.lp2-use__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lp2-use__item {
    border-radius: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 1.25rem);
  }
}
.lp2-use__item-body {
  padding: 1rem;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (min-width: 768px) {
  .lp2-use__item-body {
    padding: 1.5rem;
  }
}
.lp2-use__item-block {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .lp2-use__item-block {
    gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lp2-use__item-block.--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lp2-use__item-block.--flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.lp2-use__item-img {
  aspect-ratio: 335/188;
}
@media only screen and (min-width: 768px) {
  .lp2-use__item-img {
    aspect-ratio: 580/326;
  }
}
.lp2-use__item-name {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.11em;
  color: #353535;
}
@media only screen and (min-width: 768px) {
  .lp2-use__item-name {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.lp2-use__item-label {
  font-weight: 700;
  letter-spacing: 0.11em;
  color: #ffffff;
  background: #192f60;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  min-width: 6.5rem;
  min-height: 1.75rem;
  padding: 0 0.625rem;
  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;
  border-radius: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .lp2-use__item-label {
    font-size: 1.25rem;
    line-height: 1.45;
    min-width: 11.25rem;
    min-height: 2.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.lp2-use__item-label.--before {
  background: #fff;
  color: #353535;
  border: 1px solid #353535;
}
.lp2-use__item-ttl {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.11em;
  color: #353535;
}
@media only screen and (min-width: 768px) {
  .lp2-use__item-ttl {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.lp2-use__item-hr {
  background: #c9c9c9;
  height: 1px;
  width: 100%;
  border: none;
  margin: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .lp2-use__item-hr {
    margin: 1.25rem 0;
  }
}
.lp2-use__item-before {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.11em;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp2-use__item-before {
    font-size: 1rem;
    line-height: 1.4375;
  }
}
.lp2-use__item-after {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.11em;
  color: #192f60;
  padding: 0.6875rem;
  background: #f4f9ff;
  border: 1px solid #e2efff;
}
@media only screen and (min-width: 768px) {
  .lp2-use__item-after {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    padding: 0.6875rem 0.9375rem;
  }
}

.lp2-price {
  color: #353535;
  position: relative;
  z-index: 1;
}
.lp2-price__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.lp2-price__ttl {
  color: #353535;
}
.lp2-price__line {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lp2-price__line {
    margin-bottom: 2.5rem;
  }
}
.lp2-price__txt {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  text-align: center;
  color: #353535;
  margin-bottom: 2.875rem;
}
@media only screen and (min-width: 768px) {
  .lp2-price__txt {
    font-size: 2rem;
    line-height: 1.4375;
    margin-bottom: 4.625rem;
  }
}
.lp2-price__btn {
  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%;
  height: 4.25rem;
  color: #fff;
  background: #192F60;
  border-radius: 2.5rem;
  position: relative;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  text-align: center;
  color: #ffffff;
  padding-top: 0.875rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.lp2-price__btn-box {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lp2-price__btn {
    padding-top: 0.8125rem;
    font-size: 1.5rem;
    width: 26.25rem;
    height: 5rem;
  }
}
@media (hover: hover) {
  .lp2-price__btn:hover {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
@media (hover: none) {
  .lp2-price__btn:active {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
.lp2-price__btn .label {
  position: absolute;
  left: 50%;
  aspect-ratio: 416/79;
  width: 13rem;
  top: -1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .lp2-price__btn .label {
    width: 13.125rem;
    aspect-ratio: 210/44;
    top: -1.0625rem;
  }
}

.lp2-flow__container .simplebar-track.simplebar-horizontal {
  left: 1.25rem;
  right: 1.25rem;
  height: 0.25rem;
  background: #dfdfdf;
  border-radius: 0.125rem;
}
.lp2-flow__container .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  background: #9c9c9c;
  border-radius: 0.125rem;
}
.lp2-flow__container .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  display: none;
}
.lp2-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 2.1875rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .lp2-flow__list {
    gap: 0.75rem;
  }
}
.lp2-flow__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(50% - 1.09375rem);
}
.lp2-flow__item:nth-child(2n) .lp2-flow__item-body {
  position: relative;
}
.lp2-flow__item:nth-child(2n) .lp2-flow__item-body::after {
  content: "";
  width: 0.75rem;
  height: 1.5rem;
  position: absolute;
  background: #192F60;
  top: 1.125rem;
  left: -0.75rem;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media only screen and (min-width: 768px) {
  .lp2-flow__item:nth-child(2n) .lp2-flow__item-body::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .lp2-flow__item {
    width: 11.875rem;
  }
  .lp2-flow__item:nth-child(n+2) .lp2-flow__item-body {
    position: relative;
  }
  .lp2-flow__item:nth-child(n+2) .lp2-flow__item-body::before {
    content: "";
    height: 1.875rem;
    width: 1.25rem;
    background: #192f60;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
.lp2-flow__item-body {
  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;
}
.lp2-flow__item-step {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  color: #192f60;
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .lp2-flow__item-step {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2.9375rem;
  }
}
.lp2-flow__item-icon {
  height: 3.75rem;
  width: auto;
  margin: 0 auto 1rem;
}
@media only screen and (min-width: 768px) {
  .lp2-flow__item-icon {
    height: 4.5625rem;
    margin-bottom: 1.9375rem;
  }
}
.lp2-flow__item-icon img {
  width: auto;
  height: 100%;
}
.lp2-flow__item-ttl {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  text-align: center;
  letter-spacing: 0.11em;
  color: #192f60;
}
@media only screen and (min-width: 768px) {
  .lp2-flow__item-ttl {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}

.lp2-form {
  background: #f4f9ff;
}
.lp2-form__container {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media only screen and (min-width: 768px) {
  .lp2-form__container {
    margin: 0 auto;
    max-width: 62.5rem;
  }
}
.lp2-form__body {
  background: #fff;
  padding: 2rem 1.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .lp2-form__body {
    padding: 3.75rem;
    border-radius: 1.25rem;
  }
}
.lp2-form__item {
  padding: 1rem 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lp2-form__item {
    padding: 1.75rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.lp2-form__item:last-child::after {
  display: block;
}
.lp2-form__item::before, .lp2-form__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #c9c9c9;
}
.lp2-form__item::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 0;
}
.lp2-form__item::after {
  bottom: 0;
  display: none;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.lp2-form__item-label {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4375;
  color: #000000;
  margin-bottom: 0.75rem;
}
.lp2-form__item-label .required {
  color: #d70000;
}
@media only screen and (min-width: 768px) {
  .lp2-form__item-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 11.25rem;
    padding-right: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .lp2-form__item-field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .lp2-form__item-field.--short {
    max-width: 21.875rem;
  }
}
.lp2-form__item-field input[type=text],
.lp2-form__item-field input[type=tel],
.lp2-form__item-field input[type=email],
.lp2-form__item-field input[type=password],
.lp2-form__item-field select,
.lp2-form__item-field textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #bababa;
  min-height: 2.5rem;
  border-radius: 0.25rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375;
  padding: 0.5rem 0.9375rem 0.4375rem;
}
@media only screen and (min-width: 768px) {
  .lp2-form__item-field input[type=text],
  .lp2-form__item-field input[type=tel],
  .lp2-form__item-field input[type=email],
  .lp2-form__item-field input[type=password],
  .lp2-form__item-field select,
  .lp2-form__item-field textarea {
    min-height: 3.125rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    padding: 0.6875rem 0.9375rem;
  }
}
.lp2-form__item-field input[type=text]::-webkit-input-placeholder, .lp2-form__item-field input[type=tel]::-webkit-input-placeholder, .lp2-form__item-field input[type=email]::-webkit-input-placeholder, .lp2-form__item-field input[type=password]::-webkit-input-placeholder, .lp2-form__item-field select::-webkit-input-placeholder, .lp2-form__item-field textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}
.lp2-form__item-field input[type=text]::-moz-placeholder, .lp2-form__item-field input[type=tel]::-moz-placeholder, .lp2-form__item-field input[type=email]::-moz-placeholder, .lp2-form__item-field input[type=password]::-moz-placeholder, .lp2-form__item-field select::-moz-placeholder, .lp2-form__item-field textarea::-moz-placeholder {
  color: #a0a0a0;
}
.lp2-form__item-field input[type=text]:-ms-input-placeholder, .lp2-form__item-field input[type=tel]:-ms-input-placeholder, .lp2-form__item-field input[type=email]:-ms-input-placeholder, .lp2-form__item-field input[type=password]:-ms-input-placeholder, .lp2-form__item-field select:-ms-input-placeholder, .lp2-form__item-field textarea:-ms-input-placeholder {
  color: #a0a0a0;
}
.lp2-form__item-field input[type=text]::-ms-input-placeholder, .lp2-form__item-field input[type=tel]::-ms-input-placeholder, .lp2-form__item-field input[type=email]::-ms-input-placeholder, .lp2-form__item-field input[type=password]::-ms-input-placeholder, .lp2-form__item-field select::-ms-input-placeholder, .lp2-form__item-field textarea::-ms-input-placeholder {
  color: #a0a0a0;
}
.lp2-form__item-field input[type=text]::placeholder,
.lp2-form__item-field input[type=tel]::placeholder,
.lp2-form__item-field input[type=email]::placeholder,
.lp2-form__item-field input[type=password]::placeholder,
.lp2-form__item-field select::placeholder,
.lp2-form__item-field textarea::placeholder {
  color: #a0a0a0;
}
.lp2-form__submit {
  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%;
  background: #192f60;
  color: #fff;
  font-weight: 700;
  min-height: 3.125rem;
  border-radius: 2.3125rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
@media only screen and (min-width: 768px) {
  .lp2-form__submit {
    min-height: 4.625rem;
    max-width: 21.875rem;
    border-radius: 2.3125rem;
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
@media (hover: hover) {
  .lp2-form__submit:hover {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
@media (hover: none) {
  .lp2-form__submit:active {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
.lp2-form__submit-box {
  text-align: center;
}
.lp2-form__bottom {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .lp2-form__bottom {
    margin-top: 2.5rem;
  }
}
.lp2-form__privacy {
  margin-bottom: 0.75rem;
  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;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lp2-form__privacy {
    margin-bottom: 2rem;
  }
}
.lp2-form__privacy input[type=checkbox]:checked + label::after, .lp2-form__privacy input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.lp2-form__privacy input[type=checkbox] + label, .lp2-form__privacy input[type=checkbox] + span {
  position: relative;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #000000;
  padding-left: 1.875rem;
  cursor: pointer;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .lp2-form__privacy input[type=checkbox] + label, .lp2-form__privacy input[type=checkbox] + span {
    padding-left: 2rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.lp2-form__privacy input[type=checkbox] + label::before, .lp2-form__privacy input[type=checkbox] + label::after, .lp2-form__privacy input[type=checkbox] + span::before, .lp2-form__privacy input[type=checkbox] + span::after {
  content: "";
  width: 1.25rem;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lp2-form__privacy input[type=checkbox] + label::before, .lp2-form__privacy input[type=checkbox] + span::before {
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
}
.lp2-form__privacy input[type=checkbox] + label::after, .lp2-form__privacy input[type=checkbox] + span::after {
  background: url(../../img/manufacturer/check.svg) no-repeat center center/contain;
  opacity: 0;
}
.lp2-form__message {
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #000000;
}

.lp2-mov {
  background: #edf3ff;
}
.lp2-mov__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .lp2-mov__list {
    gap: 1.25rem;
  }
}
.lp2-mov__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(50% - 0.46875rem);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0.625rem;
  padding: 1rem 0.75rem 0.75rem;
}
@media only screen and (min-width: 768px) {
  .lp2-mov__item {
    padding: 1.5rem 1rem 1rem;
    border-radius: 1.25rem;
    width: calc(25% - 0.9375rem);
  }
}
.lp2-mov__item-img {
  text-align: center;
  height: 4.375rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp2-mov__item-img {
    height: 5.75rem;
    margin-bottom: 1.5rem;
  }
}
.lp2-mov__item-img img {
  width: auto;
  height: 100%;
}
.lp2-mov__item-problem {
  position: relative;
  z-index: 1;
  font-weight: 700;
  padding: 0.4375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0.11em;
  margin-bottom: 1rem;
  color: #353535;
}
@media only screen and (min-width: 768px) {
  .lp2-mov__item-problem {
    text-align: center;
    padding: 0.875rem;
    font-size: 1rem;
    line-height: 1.4375;
    letter-spacing: 0.11em;
    margin-bottom: 1.75rem;
  }
}
.lp2-mov__item-problem .icon {
  width: 0.6875rem;
  aspect-ratio: 25/35;
  position: absolute;
  right: 0.25rem;
  top: -0.5rem;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .lp2-mov__item-problem .icon {
    width: 1.5625rem;
    right: 0;
    top: -1.125rem;
  }
}
.lp2-mov__item-problem .txt {
  position: relative;
  z-index: 2;
}
.lp2-mov__item-problem .bg {
  background: #f7f7f7;
  z-index: 1;
  border-radius: 0.625rem;
  position: absolute;
  inset: 0;
}
@media only screen and (min-width: 768px) {
  .lp2-mov__item-problem .bg {
    border-radius: 1.25rem;
  }
}
.lp2-mov__item-problem::before {
  content: "";
  width: 2.4375rem;
  aspect-ratio: 1/1;
  background: #f7f7f7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: -1;
  pointer-events: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lp2-mov__item-problem::before {
  bottom: -0.5rem;
}
@media only screen and (min-width: 768px) {
  .lp2-mov__item-problem::before {
    bottom: -1rem;
  }
}
.lp2-mov__item-solution {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #192f60;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .lp2-mov__item-solution {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
.lp2-mov__item-solution:last-child {
  margin-bottom: 0;
}
.lp2-mov__item-btn {
  position: relative;
  width: 100%;
  min-height: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#192f60), to(#19103f));
  background: linear-gradient(180deg, #192f60 0%, #19103f 100%);
  color: #fff;
  border-radius: 1.25rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.11em;
  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;
  gap: 0.6875rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.lp2-mov__item-btn .icon {
  aspect-ratio: 23/16;
  width: 1.375rem;
}
@media (hover: hover) {
  .lp2-mov__item-btn:hover {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
@media (hover: none) {
  .lp2-mov__item-btn:active {
    opacity: 0.7;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
}
/*# sourceMappingURL=maps/manufacturer.css.map */