@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Line Clampを実装する
 *
 * @param {number} $rows 行数
 */
/**
 * ホバーアクション
 */
/**
 * フォーカスアクション
 */
/**
 * タップアクション
 */
/*
 * スクロールバーを非表示にする
 */
/**
 * メディアクエリー用のミックスイン
 *
 * @param {number} $min 最小幅
 * @param {number} $max 最大幅
 * @param {string} $template あらかじめ設定されたテンプレートの指定
 */
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
.lp2503-01,
.lp2503-02 {
  /* Remove default margin */
  /* Box sizing rules */
  /* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
  /* Set core root defaults */
  /* Set core body defaults */
  /* A elements that don't have a class get default styles */
  /* Make images easier to work with */
  /* Inherit fonts for inputs and buttons */
  /* Remove all animations and transitions for people that prefer not to see them */
}
.lp2503-01 *,
.lp2503-01 *::before,
.lp2503-01 *::after,
.lp2503-02 *,
.lp2503-02 *::before,
.lp2503-02 *::after {
  box-sizing: border-box;
}
.lp2503-01 body,
.lp2503-01 h1,
.lp2503-01 h2,
.lp2503-01 h3,
.lp2503-01 h4,
.lp2503-01 h5,
.lp2503-01 h6,
.lp2503-01 p,
.lp2503-01 figure,
.lp2503-01 blockquote,
.lp2503-01 dl,
.lp2503-01 dd,
.lp2503-01 ul,
.lp2503-02 body,
.lp2503-02 h1,
.lp2503-02 h2,
.lp2503-02 h3,
.lp2503-02 h4,
.lp2503-02 h5,
.lp2503-02 h6,
.lp2503-02 p,
.lp2503-02 figure,
.lp2503-02 blockquote,
.lp2503-02 dl,
.lp2503-02 dd,
.lp2503-02 ul {
  margin: 0;
}
.lp2503-01 *,
.lp2503-01 *::before,
.lp2503-01 *::after,
.lp2503-02 *,
.lp2503-02 *::before,
.lp2503-02 *::after {
  box-sizing: border-box;
}
.lp2503-01 ul,
.lp2503-01 ol,
.lp2503-02 ul,
.lp2503-02 ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lp2503-01 html:focus-within,
.lp2503-02 html:focus-within {
  scroll-behavior: smooth;
}
.lp2503-01 body,
.lp2503-02 body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
.lp2503-01 a:not([class]),
.lp2503-02 a:not([class]) {
  text-decoration-skip-ink: auto;
}
.lp2503-01 img,
.lp2503-01 picture,
.lp2503-02 img,
.lp2503-02 picture {
  display: block;
  max-width: 100%;
}
.lp2503-01 input,
.lp2503-01 button,
.lp2503-01 textarea,
.lp2503-01 select,
.lp2503-02 input,
.lp2503-02 button,
.lp2503-02 textarea,
.lp2503-02 select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .lp2503-01 html:focus-within,
  .lp2503-02 html:focus-within {
    scroll-behavior: auto;
  }
  .lp2503-01 *,
  .lp2503-01 *::before,
  .lp2503-01 *::after,
  .lp2503-02 *,
  .lp2503-02 *::before,
  .lp2503-02 *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
.lp2503-01 a,
.lp2503-02 a {
  text-decoration: none;
}
.lp2503-01 body,
.lp2503-02 body {
  font-family: "Noto Sans JP", sans-serif;
}
.lp2503-01 .pc-only,
.lp2503-02 .pc-only {
  display: block;
}
@media (max-width: 599px) {
  .lp2503-01 .pc-only,
  .lp2503-02 .pc-only {
    display: none;
  }
}
.lp2503-01 .sp-only,
.lp2503-02 .sp-only {
  display: none;
}
@media (max-width: 599px) {
  .lp2503-01 .sp-only,
  .lp2503-02 .sp-only {
    display: block;
  }
}
.lp2503-01 .br-773,
.lp2503-02 .br-773 {
  display: none;
}
@media (max-width: 773px) {
  .lp2503-01 .br-773,
  .lp2503-02 .br-773 {
    display: inline; /* PCでは改行 */
  }
}
@media (max-width: 599px) {
  .lp2503-01 .br-773,
  .lp2503-02 .br-773 {
    display: none;
  }
}
.lp2503-01 .br-822,
.lp2503-02 .br-822 {
  display: none;
}
@media (max-width: 822px) {
  .lp2503-01 .br-822,
  .lp2503-02 .br-822 {
    display: inline; /* PCでは改行 */
  }
}
@media (max-width: 599px) {
  .lp2503-01 .br-822,
  .lp2503-02 .br-822 {
    display: none;
  }
}
.lp2503-01 .br-629,
.lp2503-02 .br-629 {
  display: none;
}
@media (max-width: 629px) {
  .lp2503-01 .br-629,
  .lp2503-02 .br-629 {
    display: inline; /* PCでは改行 */
  }
}
@media (max-width: 599px) {
  .lp2503-01 .br-629,
  .lp2503-02 .br-629 {
    display: none;
  }
}

.lp2503-01,
.lp2503-02 {
  /* ロゴの設定 */
}
.lp2503-01 .header__logo,
.lp2503-02 .header__logo {
  display: flex;
  justify-content: center;
  height: 4.6875rem;
  padding-top: 0.75rem;
}
@media (max-width: 599px) {
  .lp2503-01 .header__logo,
  .lp2503-02 .header__logo {
    height: 2.875rem;
    padding-top: 0.0625rem;
  }
}
.lp2503-01 .header__logo img,
.lp2503-02 .header__logo img {
  width: 11.6875rem;
  height: 2.8125rem;
}
@media (max-width: 599px) {
  .lp2503-01 .header__logo img,
  .lp2503-02 .header__logo img {
    width: 9.5rem;
    height: 2.3125rem;
  }
}

.lp2503-01 .footer,
.lp2503-02 .footer {
  margin-top: 5rem;
  margin-bottom: 10.0625rem;
  background-color: #2a2a2a;
}
@media (max-width: 599px) {
  .lp2503-01 .footer,
  .lp2503-02 .footer {
    margin-top: 2.5rem;
    margin-bottom: 6.875rem;
  }
}
.lp2503-01 .footer__logo,
.lp2503-02 .footer__logo {
  max-width: 13rem;
  height: auto;
  padding-top: 2.5rem;
  margin-inline: auto;
}
@media (max-width: 599px) {
  .lp2503-01 .footer__logo,
  .lp2503-02 .footer__logo {
    max-width: 10.375rem;
    height: auto;
    padding-top: 2rem;
  }
}
.lp2503-01 .footer__text,
.lp2503-02 .footer__text {
  padding-inline: 1.5625rem;
  margin-top: 1.875rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 599px) {
  .lp2503-01 .footer__text,
  .lp2503-02 .footer__text {
    margin-top: 1.625rem;
    font-size: 0.625rem;
  }
}
.lp2503-01 .footer__small,
.lp2503-02 .footer__small {
  display: block;
  padding-bottom: 1.3125rem;
  margin-top: 0.625rem;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 599px) {
  .lp2503-01 .footer__small,
  .lp2503-02 .footer__small {
    padding-bottom: 1.25rem;
    margin-top: 1.375rem;
    font-size: 0.625rem;
  }
}

.lp2503-01,
.lp2503-02 {
  /* 上部のタイトル */
  /* サービスタイトルの調整 */
  /* ステップ全体のレイアウト */
  /* 各ステップ */
  /* 最後のステップには矢印を表示しない */
  /* ステップ番号 (ラベル) */
  /* ステップのテキスト */
  /* 赤い矢印（擬似要素） */
  /* チェックボックスの画像 */
  /* 1つ目の p（14px, Medium） */
  /* 2つ目の p（16px, Bold） */
  /* 左側の黒点（●） */
  /* すべてのセルの基本スタイル（ボーダーを適用） */
  /* ヘッダー部分 */
  /* ヘッダーの最初の空セル（統一感を持たせる） */
  /* 「家づくりのとびら」の行のデザイン */
  /* 「家づくりのとびら」の見出しセル */
  /* テーブル左側の項目（家づくりのとびら、住宅展示場など） */
  /* 「無料」のフォントサイズ調整 */
  /* 料金列の横幅を110pxに固定 */
  /* 「手軽さ」「専門性」などの列は135px */
  /* アイコンのスタイル */
  /* ◯（シングルサークル） */
  /* ◎（ダブルサークル） */
  /* △（トライアングル） */
  /* ✖（クロス） */
  /* 各画像のサイズを個別に調整 */
  /* 画像のサイズ調整 */
}
.lp2503-01 .inner,
.lp2503-02 .inner {
  box-sizing: border-box;
  max-width: 65.625rem;
  padding-inline: 1.5625rem;
  margin-inline: auto;
}
@media (max-width: 599px) {
  .lp2503-01 .inner,
  .lp2503-02 .inner {
    padding-inline: 0.9375rem;
  }
}
.lp2503-01 .sub-title,
.lp2503-02 .sub-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 599px) {
  .lp2503-01 .sub-title,
  .lp2503-02 .sub-title {
    font-size: 3.4375rem;
  }
}
.lp2503-01 .sub-title__img,
.lp2503-02 .sub-title__img {
  min-height: 1.25rem;
}
.lp2503-01 .sub-title__img img,
.lp2503-02 .sub-title__img img {
  display: block;
  width: 6.4375rem;
}
@media (max-width: 599px) {
  .lp2503-01 .sub-title__img img,
  .lp2503-02 .sub-title__img img {
    width: 4.375rem;
  }
}
.lp2503-01 .sub-title__text,
.lp2503-02 .sub-title__text {
  margin-top: 1.6875rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 599px) {
  .lp2503-01 .sub-title__text,
  .lp2503-02 .sub-title__text {
    margin-top: 0.4375rem;
    font-size: 1.25rem;
  }
}
.lp2503-01 .sub-title__text span,
.lp2503-02 .sub-title__text span {
  font-size: 2.5rem;
  text-align: center;
}
@media (max-width: 599px) {
  .lp2503-01 .sub-title__text span,
  .lp2503-02 .sub-title__text span {
    font-size: 2rem;
  }
}
.lp2503-01 .fv-title,
.lp2503-02 .fv-title {
  margin: 40px 0 32px;
}
@media (max-width: 599px) {
  .lp2503-01 .fv-title,
  .lp2503-02 .fv-title {
    margin: 20px 0;
  }
}
.lp2503-01 .cta-button,
.lp2503-02 .cta-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp2503-01 .cta-button.layout-cta-button--25-27,
.lp2503-02 .cta-button.layout-cta-button--25-27 {
  margin-top: 1.5625rem;
}
@media (max-width: 599px) {
  .lp2503-01 .cta-button.layout-cta-button--25-27,
  .lp2503-02 .cta-button.layout-cta-button--25-27 {
    margin-top: 1.6875rem;
  }
}
.lp2503-01 .cta-button.layout-cta-button--35,
.lp2503-02 .cta-button.layout-cta-button--35 {
  margin-top: 2.1875rem;
}
.lp2503-01 .cta-button__label,
.lp2503-02 .cta-button__label {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
}
@media (max-width: 599px) {
  .lp2503-01 .cta-button__label,
  .lp2503-02 .cta-button__label {
    font-size: 0.875rem;
  }
}
.lp2503-01 .cta-button__label::before, .lp2503-01 .cta-button__label::after,
.lp2503-02 .cta-button__label::before,
.lp2503-02 .cta-button__label::after {
  display: inline-block;
  width: 0.9375rem;
  height: 0.125rem;
  vertical-align: middle;
  content: "";
  background-color: #ff4500;
}
.lp2503-01 .cta-button__label::before,
.lp2503-02 .cta-button__label::before {
  margin-right: 0.9375rem;
  transform: rotate(70deg);
}
.lp2503-01 .cta-button__label::after,
.lp2503-02 .cta-button__label::after {
  margin-left: 1.25rem;
  transform: rotate(-70deg);
}
.lp2503-01 .cta-button__content,
.lp2503-02 .cta-button__content {
  display: flex;
  gap: 4.25rem;
  align-items: center;
  justify-content: center;
  width: 21.4375rem;
  width: fit-content;
  height: 4.6875rem;
  padding: 1.6875rem 10.5rem 1.5rem 1rem;
  margin-inline: auto;
  margin-top: 0.8125rem;
  font-weight: bold;
  cursor: pointer;
  background-color: #fad538;
  border: none;
  border-radius: 2.5rem;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
@media (max-width: 599px) {
  .lp2503-01 .cta-button__content,
  .lp2503-02 .cta-button__content {
    gap: 0.625rem;
    height: 3.3125rem;
    padding: 1.125rem 3.625rem 1rem 0.625rem;
    margin-top: 0.5rem;
  }
}
.lp2503-01 .cta-button__content:hover,
.lp2503-02 .cta-button__content:hover {
  opacity: 0.7;
}
.lp2503-01 .cta-button__badge,
.lp2503-02 .cta-button__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.1875rem;
  height: 2.375rem;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 599px) {
  .lp2503-01 .cta-button__badge,
  .lp2503-02 .cta-button__badge {
    width: 4.1875rem;
    height: 2.1875rem;
    padding: 0.75rem 1.1875rem;
  }
}
.lp2503-01 .cta-button__text,
.lp2503-02 .cta-button__text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .lp2503-01 .cta-button__text,
  .lp2503-02 .cta-button__text {
    font-size: 1.125rem;
  }
}
.lp2503-01 .cta-button.cta-button--fixed,
.lp2503-02 .cta-button.cta-button--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10.0625rem;
  background-color: #ffffff;
  box-shadow: 0px -0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transform: translateY(150%);
}
@media (max-width: 599px) {
  .lp2503-01 .cta-button.cta-button--fixed,
  .lp2503-02 .cta-button.cta-button--fixed {
    height: 6.875rem;
  }
}
.lp2503-01 .fv,
.lp2503-02 .fv {
  background-image: url("../../img/promotion/index_2503/square.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 599px) {
  .lp2503-01 .fv,
  .lp2503-02 .fv {
    background-image: initial;
  }
}
.lp2503-01 .fv picture img,
.lp2503-02 .fv picture img {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/650;
}
@media (max-width: 599px) {
  .lp2503-01 .fv picture img,
  .lp2503-02 .fv picture img {
    aspect-ratio: 375/500;
  }
}
.lp2503-01 .fv__content,
.lp2503-02 .fv__content {
  display: flex;
  justify-content: center;
  padding-inline: 1.5625rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 599px) {
  .lp2503-01 .fv__content,
  .lp2503-02 .fv__content {
    padding-inline: 1.25rem;
    padding-bottom: initial;
    margin-top: 1.6875rem;
  }
}
.lp2503-01 .fv__list,
.lp2503-02 .fv__list {
  padding: 2.1875rem 3.0625rem;
  background-color: #ffffff;
  border: 1px solid #dadada;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 599px) {
  .lp2503-01 .fv__list,
  .lp2503-02 .fv__list {
    padding: initial;
    border: initial;
    box-shadow: initial;
  }
}
.lp2503-01 .fv__item,
.lp2503-02 .fv__item {
  position: relative;
  padding-left: 1.875rem;
  margin-top: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .lp2503-01 .fv__item,
  .lp2503-02 .fv__item {
    font-size: 1rem;
  }
}
.lp2503-01 .fv__item::before,
.lp2503-02 .fv__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url("../../img/promotion/index_2503/check-icon-r.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.lp2503-01 .fv__item span,
.lp2503-02 .fv__item span {
  font-weight: 700;
}
.lp2503-01 .fv__item + .lp2503-01 .fv__item,
.lp2503-01 .fv__item + .lp2503-02 .fv__item,
.lp2503-02 .fv__item + .lp2503-01 .fv__item,
.lp2503-02 .fv__item + .lp2503-02 .fv__item {
  margin-top: 0.9375rem;
}
@media (max-width: 599px) {
  .lp2503-01 .fv__item + .lp2503-01 .fv__item,
  .lp2503-01 .fv__item + .lp2503-02 .fv__item,
  .lp2503-02 .fv__item + .lp2503-01 .fv__item,
  .lp2503-02 .fv__item + .lp2503-02 .fv__item {
    margin-top: 1.25rem;
  }
}
.lp2503-01 .fv__w-support,
.lp2503-02 .fv__w-support {
  padding-bottom: 3rem;
}
@media (max-width: 599px) {
  .lp2503-01 .fv__w-support,
  .lp2503-02 .fv__w-support {
    padding-bottom: initial;
    margin-top: 1.25rem;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .layout-pricing-solution,
  .lp2503-02 .layout-pricing-solution {
    margin-top: 2.5rem;
  }
}
.lp2503-01 .pricing-solution,
.lp2503-02 .pricing-solution {
  position: relative;
  text-align: center;
}
.lp2503-01 .pricing-solution__title,
.lp2503-02 .pricing-solution__title {
  position: relative;
  height: 6.375rem;
  padding: 1.5625rem 1.125rem 1.5625rem;
  background-color: #ff4500;
  /* 下の矢印 */
}
.lp2503-01 .pricing-solution__title::after,
.lp2503-02 .pricing-solution__title::after {
  position: absolute;
  bottom: -1.3125rem;
  left: 50%;
  content: "";
  border-top: 1.375rem solid #ff4500;
  border-right: 1.25rem solid transparent;
  border-left: 1.25rem solid transparent;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .lp2503-01 .pricing-solution__title,
  .lp2503-02 .pricing-solution__title {
    height: 5.75rem;
    padding: 1.25rem 2rem 0.625rem;
  }
}
.lp2503-01 .pricing-solution__text,
.lp2503-02 .pricing-solution__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 599px) {
  .lp2503-01 .pricing-solution__text,
  .lp2503-02 .pricing-solution__text {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.lp2503-01 .pricing-solution__text span,
.lp2503-02 .pricing-solution__text span {
  font-size: 2rem;
}
@media (max-width: 599px) {
  .lp2503-01 .pricing-solution__text span,
  .lp2503-02 .pricing-solution__text span {
    font-size: 1.625rem;
  }
}
.lp2503-01 .pricing-solution__content,
.lp2503-02 .pricing-solution__content {
  padding: 2.1875rem 1.25rem 3.125rem;
  text-align: center;
  background-color: #fff2db;
}
@media (max-width: 599px) {
  .lp2503-01 .pricing-solution__content,
  .lp2503-02 .pricing-solution__content {
    padding: 2rem 1.9375rem 2rem;
  }
}
.lp2503-01 .pricing-solution__content-text,
.lp2503-02 .pricing-solution__content-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .lp2503-01 .pricing-solution__content-text,
  .lp2503-02 .pricing-solution__content-text {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.lp2503-01 .pricing-solution__content-text span,
.lp2503-02 .pricing-solution__content-text span {
  font-size: 2.5rem;
  color: #ff4500;
}
@media (max-width: 599px) {
  .lp2503-01 .pricing-solution__content-text span,
  .lp2503-02 .pricing-solution__content-text span {
    font-size: 2rem;
  }
}
.lp2503-01 .pricing-solution__img,
.lp2503-02 .pricing-solution__img {
  width: 12.6875rem;
  height: auto;
  margin-inline: auto;
  margin-top: 1.1875rem;
}
@media (max-width: 599px) {
  .lp2503-01 .pricing-solution__img,
  .lp2503-02 .pricing-solution__img {
    width: 10.125rem;
    margin-top: 1.25rem;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .service__wrapper,
  .lp2503-02 .service__wrapper {
    padding-inline: 1rem;
  }
}
.lp2503-01 .layout-service,
.lp2503-02 .layout-service {
  margin-top: 5.6875rem;
}
@media (max-width: 599px) {
  .lp2503-01 .layout-service,
  .lp2503-02 .layout-service {
    padding-inline: 1rem;
    margin-top: 5.5625rem;
  }
}
.lp2503-01 .layout-service--advisor,
.lp2503-02 .layout-service--advisor {
  margin-top: 6.25rem;
}
@media (max-width: 599px) {
  .lp2503-01 .layout-service--advisor,
  .lp2503-02 .layout-service--advisor {
    padding-inline: 1rem;
    margin-top: 5.3125rem;
  }
}
.lp2503-01 .service,
.lp2503-02 .service {
  padding-bottom: 3.125rem;
  background-color: #fff2ed;
}
@media (max-width: 599px) {
  .lp2503-01 .service,
  .lp2503-02 .service {
    padding-inline: initial;
    padding-bottom: 1.125rem;
    border: 1px solid #ff4500;
  }
}
.lp2503-01 .service.service--advisor,
.lp2503-02 .service.service--advisor {
  background-color: #edf7ff;
}
@media (max-width: 599px) {
  .lp2503-01 .service.service--advisor,
  .lp2503-02 .service.service--advisor {
    border: 1px solid #0070c0;
  }
}
.lp2503-01 .service__header,
.lp2503-02 .service__header {
  position: relative;
}
.lp2503-01 .service__label,
.lp2503-02 .service__label {
  position: absolute;
  top: -1.5625rem;
  left: 50%;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 18.75rem;
  padding: 0.875rem 0.375rem 0.75rem;
  margin-inline: auto;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ff4500;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #ff4500;
  border-radius: 1.875rem;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .lp2503-01 .service__label,
  .lp2503-02 .service__label {
    max-width: 9.25rem;
  }
}
.lp2503-01 .service__label.service--advisor,
.lp2503-02 .service__label.service--advisor {
  color: #0070c0;
  border: 2px solid #0070c0;
}
.lp2503-01 .service__title,
.lp2503-02 .service__title {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2.8125rem 0.375rem 1.875rem;
  margin-top: -1.25rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  background-color: #ff4500;
}
@media (max-width: 599px) {
  .lp2503-01 .service__title,
  .lp2503-02 .service__title {
    padding: 3.125rem 0.375rem 1.5625rem;
    font-size: 1.25rem;
    line-height: 1;
  }
}
.lp2503-01 .service__title span,
.lp2503-02 .service__title span {
  font-size: 1.75rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 599px) {
  .lp2503-01 .service__title span,
  .lp2503-02 .service__title span {
    font-size: 1.625rem;
  }
}
.lp2503-01 .service__title.service--advisor,
.lp2503-02 .service__title.service--advisor {
  background-color: #0070c0;
}
.lp2503-01 .service__description,
.lp2503-02 .service__description {
  padding-top: 2.1875rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 599px) {
  .lp2503-01 .service__description,
  .lp2503-02 .service__description {
    padding-top: 1.3125rem;
    font-size: 0.875rem;
  }
}
.lp2503-01 .service__points,
.lp2503-02 .service__points {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 0.625rem 2.1875rem;
  align-items: start;
  max-width: 58.5rem;
  padding: 1.25rem 5rem;
  margin-inline: auto;
  margin-top: 1.875rem;
  font-size: 0.875rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .lp2503-01 .service__points,
  .lp2503-02 .service__points {
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
    gap: 0.375rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .lp2503-01 .service__points,
  .lp2503-02 .service__points {
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
    gap: 0.375rem 1.25rem;
    padding: 1.25rem 2.5rem;
  }
}
@media (max-width: 500px) {
  .lp2503-01 .service__points,
  .lp2503-02 .service__points {
    gap: 0.375rem 1.25rem;
  }
}
@media (max-width: 375px) {
  .lp2503-01 .service__points,
  .lp2503-02 .service__points {
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
    gap: 0.375rem 0rem;
    padding: 0.8125rem 0.9375rem;
    margin-top: 1.9375rem;
  }
}
.lp2503-01 .service__points.service--advisor,
.lp2503-02 .service__points.service--advisor {
  grid-template-columns: repeat(3, auto);
}
@media (max-width: 599px) {
  .lp2503-01 .service__points.service--advisor,
  .lp2503-02 .service__points.service--advisor {
    grid-template-columns: repeat(1, auto);
  }
}
.lp2503-01 .service__point,
.lp2503-02 .service__point {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.9375rem;
}
.lp2503-01 .service__point::before,
.lp2503-02 .service__point::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0.375rem;
  color: #ff4500;
  content: "●";
  transform: translateY(-50%);
}
.lp2503-01 .service--advisor .service__point::before,
.lp2503-02 .service--advisor .service__point::before {
  color: #0070c0;
}
.lp2503-01 .service__benefits-title,
.lp2503-02 .service__benefits-title {
  margin-top: 2.8125rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 599px) {
  .lp2503-01 .service__benefits-title,
  .lp2503-02 .service__benefits-title {
    margin-top: 1.9375rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .service__benefits-title.service--advisor,
  .lp2503-02 .service__benefits-title.service--advisor {
    margin-top: 2.5625rem;
  }
}
.lp2503-01 .service__benefits-title::after,
.lp2503-02 .service__benefits-title::after {
  display: block;
  width: 1.875rem;
  height: 0.1875rem;
  margin: 0.625rem auto 0;
  content: "";
  background-color: #ff4500;
}
.lp2503-01 .service__benefits-title.service--advisor::after,
.lp2503-02 .service__benefits-title.service--advisor::after {
  background-color: #0070c0;
}
.lp2503-01 .service__benefits-wrapper,
.lp2503-02 .service__benefits-wrapper {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  width: 100%;
  margin-top: 1.5rem;
}
@media (max-width: 599px) {
  .lp2503-01 .service__benefits-wrapper,
  .lp2503-02 .service__benefits-wrapper {
    flex-direction: column;
    gap: 1.0625rem;
    align-items: center;
    margin-top: 1rem;
  }
}
.lp2503-01 .service__benefit,
.lp2503-02 .service__benefit {
  flex: 1;
  width: 100%;
  max-width: 18.5rem;
  padding: 1rem 1rem 2.375rem 1rem;
  background-color: #ffffff;
}
@media (max-width: 599px) {
  .lp2503-01 .service__benefit,
  .lp2503-02 .service__benefit {
    max-width: 19.5625rem;
    padding: 1rem 1.0625rem 1rem 1.0625rem;
  }
}
.lp2503-01 .service__benefit-item,
.lp2503-02 .service__benefit-item {
  display: flex;
  align-items: center;
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid #dadada;
}
.lp2503-01 .service__benefit-image,
.lp2503-02 .service__benefit-image {
  width: 2.8125rem;
}
.lp2503-01 .service__benefit-title,
.lp2503-02 .service__benefit-title {
  margin-left: 0.875rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .lp2503-01 .service__benefit-title,
  .lp2503-02 .service__benefit-title {
    margin-left: 0.5rem;
  }
}
.lp2503-01 .service__benefit-title span,
.lp2503-02 .service__benefit-title span {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5;
  color: #ff4500;
}
.lp2503-01 .service__benefit-title.service--advisor span,
.lp2503-02 .service__benefit-title.service--advisor span {
  color: #0070c0;
}
.lp2503-01 .service__benefit-text,
.lp2503-02 .service__benefit-text {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .lp2503-01 .service__benefit-text,
  .lp2503-02 .service__benefit-text {
    margin-top: 0.8125rem;
    letter-spacing: 0.05em;
  }
}
.lp2503-01 .service__flow,
.lp2503-02 .service__flow {
  position: relative;
  max-width: 58.25rem;
  padding: 2.5rem 1.25rem 1.875rem;
  margin-inline: auto;
  margin-top: 3.125rem;
  border: 2px dashed #ff4500;
  border-radius: 0.625rem;
}
@media (max-width: 599px) {
  .lp2503-01 .service__flow,
  .lp2503-02 .service__flow {
    padding: 2.5rem 1rem 1.5rem;
    margin-top: 2.375rem;
  }
}
.lp2503-01 .service__flow.service--advisor,
.lp2503-02 .service__flow.service--advisor {
  border: 2px dashed #0070c0;
}
.lp2503-01 .service__flow-title,
.lp2503-02 .service__flow-title {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  z-index: 10;
  padding: 0.3125rem 1.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  white-space: nowrap;
  background-color: #fff6e9;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .lp2503-01 .service__flow-title,
  .lp2503-02 .service__flow-title {
    font-size: 1rem;
  }
}
.lp2503-01 .service__flow-title.service--advisor,
.lp2503-02 .service__flow-title.service--advisor {
  background-color: #edf7ff;
}
.lp2503-01 .service__flow-steps,
.lp2503-02 .service__flow-steps {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .lp2503-01 .service__flow-steps,
  .lp2503-02 .service__flow-steps {
    flex-direction: column;
    gap: 2.1875rem;
  }
}
.lp2503-01 .service__step,
.lp2503-02 .service__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 16.4375rem;
  padding: 2.125rem 1.25rem 1.25rem;
  background-color: #ffffff;
  border-radius: 0.625rem;
  /* 各ステップの後に矢印を追加 */
}
@media (max-width: 599px) {
  .lp2503-01 .service__step,
  .lp2503-02 .service__step {
    width: 100%;
    max-width: 17.4375rem;
    padding: 1rem 0.9375rem 0.625rem;
  }
}
.lp2503-01 .service__step::after,
.lp2503-02 .service__step::after {
  position: absolute;
  top: 50%;
  right: -1.5625rem;
  width: 0.75rem;
  height: 1.5625rem;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  content: "";
  background-color: #ff4500;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .lp2503-01 .service__step::after,
  .lp2503-02 .service__step::after {
    top: 2.03125rem;
    left: 50%;
    width: 0.75rem;
    height: 1.5625rem;
    transform: translateX(-50%) translateY(0.3125rem) rotate(90deg);
  }
}
.lp2503-01 .service__step:last-child::after,
.lp2503-02 .service__step:last-child::after {
  display: none;
}
.lp2503-01 .service--advisor .service__step::after,
.lp2503-02 .service--advisor .service__step::after {
  background-color: #0070c0;
}
.lp2503-01 .service__step-label,
.lp2503-02 .service__step-label {
  position: absolute;
  top: -0.875rem;
  left: 50%;
  display: inline-block;
  padding: 0.625rem 1.5rem 0.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  background-color: #ff4500;
  border-radius: 1.875rem;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .lp2503-01 .service__step-label,
  .lp2503-02 .service__step-label {
    padding: 0.3125rem 1rem;
    font-size: 0.75rem;
  }
}
.lp2503-01 .service__step-label.service--advisor,
.lp2503-02 .service__step-label.service--advisor {
  background-color: #0070c0;
}
.lp2503-01 .service__step-text,
.lp2503-02 .service__step-text {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  white-space: normal; /* 通常の改行ルールを適用 */
}
@media (max-width: 599px) {
  .lp2503-01 .service__step-text,
  .lp2503-02 .service__step-text {
    font-size: 0.75rem;
  }
}
.lp2503-01 .layout-pitfall,
.lp2503-02 .layout-pitfall {
  margin-top: 4.5rem;
}
@media (max-width: 599px) {
  .lp2503-01 .layout-pitfall,
  .lp2503-02 .layout-pitfall {
    margin-top: 3.125rem;
  }
}
.lp2503-01 .layout-pitfall--kw,
.lp2503-02 .layout-pitfall--kw {
  margin-top: 5rem;
}
@media (max-width: 599px) {
  .lp2503-01 .layout-pitfall--kw,
  .lp2503-02 .layout-pitfall--kw {
    margin-top: 2.5rem;
  }
}
.lp2503-01 .pitfall__notice,
.lp2503-02 .pitfall__notice {
  position: relative;
}
.lp2503-01 .pitfall__notice::after,
.lp2503-02 .pitfall__notice::after {
  display: block;
  width: 1.875rem;
  height: 0.1875rem;
  margin: 0.625rem auto 0;
  content: "";
  background-color: #ff4500;
}
.lp2503-01 .pitfall__container,
.lp2503-02 .pitfall__container {
  position: relative;
  width: 100%;
  padding-top: 4.5rem;
  padding-bottom: 5.1875rem;
  margin-top: 2.375rem;
  text-align: center;
  background-color: #fff2db;
  /* 上下の警告ライン（背景画像） */
}
@media (max-width: 599px) {
  .lp2503-01 .pitfall__container,
  .lp2503-02 .pitfall__container {
    padding-top: 2.25rem;
    padding-bottom: 2.6875rem;
    margin-top: 1.5rem;
  }
}
.lp2503-01 .pitfall__container::before, .lp2503-01 .pitfall__container::after,
.lp2503-02 .pitfall__container::before,
.lp2503-02 .pitfall__container::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.125rem;
  content: "";
  background-image: url("../../img/promotion/index_2503/warning-line.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 599px) {
  .lp2503-01 .pitfall__container::before, .lp2503-01 .pitfall__container::after,
  .lp2503-02 .pitfall__container::before,
  .lp2503-02 .pitfall__container::after {
    height: 0.9375rem;
  }
}
.lp2503-01 .pitfall__container::before,
.lp2503-02 .pitfall__container::before {
  top: 0;
}
.lp2503-01 .pitfall__container::after,
.lp2503-02 .pitfall__container::after {
  bottom: 0;
}
.lp2503-01 .pitfall__icon,
.lp2503-02 .pitfall__icon {
  width: 2.125rem;
  height: 1.875rem;
  margin-inline: auto;
}
@media (max-width: 599px) {
  .lp2503-01 .pitfall__icon,
  .lp2503-02 .pitfall__icon {
    width: 1.75rem;
    height: 1.5rem;
  }
}
.lp2503-01 .pitfall__warning,
.lp2503-02 .pitfall__warning {
  margin-top: 1.3125rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .lp2503-01 .pitfall__warning,
  .lp2503-02 .pitfall__warning {
    margin-top: 0.375rem;
    font-size: 1.125rem;
  }
}
.lp2503-01 .pitfall__caution,
.lp2503-02 .pitfall__caution {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .lp2503-01 .pitfall__caution,
  .lp2503-02 .pitfall__caution {
    font-size: 1.625rem;
  }
}
.lp2503-01 .pitfall__list,
.lp2503-02 .pitfall__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.875rem;
  column-gap: 2.1875rem;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 599px) {
  .lp2503-01 .pitfall__list,
  .lp2503-02 .pitfall__list {
    row-gap: 0.4375rem;
    column-gap: 0.9375rem;
    margin-top: 1.25rem;
  }
}
.lp2503-01 .pitfall__item,
.lp2503-02 .pitfall__item {
  max-width: 19.375rem;
}
@media (max-width: 704px) {
  .lp2503-01 .pitfall__item,
  .lp2503-02 .pitfall__item {
    max-width: 13.125rem;
  }
}
@media (max-width: 510px) {
  .lp2503-01 .pitfall__item,
  .lp2503-02 .pitfall__item {
    width: 9.75rem;
    height: 8.9375rem;
  }
}
.lp2503-01 .pitfall__item-wrapper,
.lp2503-02 .pitfall__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.875rem;
  background-color: #ffffff;
  border: 3px solid #000000;
}
@media (max-width: 599px) {
  .lp2503-01 .pitfall__item-wrapper,
  .lp2503-02 .pitfall__item-wrapper {
    padding: 1.25rem 1.25rem;
  }
}
@media (max-width: 500px) {
  .lp2503-01 .pitfall__item-wrapper,
  .lp2503-02 .pitfall__item-wrapper {
    gap: 0.3125rem;
    padding: 0.9375rem 0.625rem;
  }
}
.lp2503-01 .pitfall__item .pitfall__drip,
.lp2503-02 .pitfall__item .pitfall__drip {
  display: block;
  width: 100%;
}
.lp2503-01 .pitfall__item-img,
.lp2503-02 .pitfall__item-img {
  width: 7.8125rem;
  height: auto;
}
@media (max-width: 599px) {
  .lp2503-01 .pitfall__item-img,
  .lp2503-02 .pitfall__item-img {
    width: 3.9375rem;
  }
}
.lp2503-01 .pitfall__item-text,
.lp2503-02 .pitfall__item-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .lp2503-01 .pitfall__item-text,
  .lp2503-02 .pitfall__item-text {
    font-size: 0.8125rem;
  }
}
.lp2503-01 .w-support__content,
.lp2503-02 .w-support__content {
  padding: 1.5rem 1.5rem 1.25rem 1.5rem;
  margin-top: 2rem;
  background-color: #fff6e9;
}
@media (max-width: 599px) {
  .lp2503-01 .w-support__content,
  .lp2503-02 .w-support__content {
    padding: 1.125rem 1.5625rem 1rem;
    margin-top: 1.625rem;
  }
}
.lp2503-01 .w-support__text,
.lp2503-02 .w-support__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .lp2503-01 .w-support__text,
  .lp2503-02 .w-support__text {
    font-size: 0.875rem;
    line-height: 1.57;
  }
}
.lp2503-01 .layout-solution-box-coordinator,
.lp2503-02 .layout-solution-box-coordinator {
  margin-top: 2.8125rem;
}
@media (max-width: 599px) {
  .lp2503-01 .layout-solution-box-coordinator,
  .lp2503-02 .layout-solution-box-coordinator {
    margin-top: 2.125rem;
  }
}
.lp2503-01 .layout-solution-box-advisor,
.lp2503-02 .layout-solution-box-advisor {
  margin-top: 5rem;
}
@media (max-width: 599px) {
  .lp2503-01 .layout-solution-box-advisor,
  .lp2503-02 .layout-solution-box-advisor {
    margin-top: 2.0625rem;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box-wrapper,
  .lp2503-02 .solution-box-wrapper {
    padding-inline: 0.9375rem;
  }
}
.lp2503-01 .solution-box,
.lp2503-02 .solution-box {
  box-sizing: border-box;
  margin-inline: auto;
  border-radius: 0.3125rem;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box,
  .lp2503-02 .solution-box {
    max-width: 35rem;
    border: 1px solid #dadada;
  }
}
.lp2503-01 .solution-box__inner,
.lp2503-02 .solution-box__inner {
  max-width: 65.625rem;
  padding-inline: 1.5625rem;
  margin-inline: auto;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__inner,
  .lp2503-02 .solution-box__inner {
    padding-inline: initial;
  }
}
.lp2503-01 .solution-box__title,
.lp2503-02 .solution-box__title {
  padding: 1.125rem 1rem 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  background-color: #ff4500;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__title,
  .lp2503-02 .solution-box__title {
    padding: 0.6875rem 1rem 0.9375rem;
    font-size: 1.125rem;
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
}
.lp2503-01 .solution-box__title.solution-box--advisor,
.lp2503-02 .solution-box__title.solution-box--advisor {
  background-color: #0070c0;
}
.lp2503-01 .solution-box__content,
.lp2503-02 .solution-box__content {
  margin-top: 1.875rem;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__content,
  .lp2503-02 .solution-box__content {
    padding: 1.25rem 1rem 2rem;
    margin-top: 0rem;
  }
}
.lp2503-01 .solution-box__heading,
.lp2503-02 .solution-box__heading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__heading,
  .lp2503-02 .solution-box__heading {
    font-size: 1.125rem;
  }
}
.lp2503-01 .solution-box__heading::after,
.lp2503-02 .solution-box__heading::after {
  display: block;
  width: 1.875rem;
  height: 0.1875rem;
  margin: 0.3125rem auto 0;
  content: "";
  background-color: #ff4500;
}
.lp2503-01 .solution-box__heading.solution-box--advisor::after,
.lp2503-02 .solution-box__heading.solution-box--advisor::after {
  background-color: #0070c0;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__heading.solution-box--advisor::after,
  .lp2503-02 .solution-box__heading.solution-box--advisor::after {
    margin: 0.6875rem auto 0;
  }
}
.lp2503-01 .solution-box__heading span,
.lp2503-02 .solution-box__heading span {
  font-size: 1.75rem;
  font-weight: 800;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__heading span,
  .lp2503-02 .solution-box__heading span {
    font-size: 1.625rem;
  }
}
.lp2503-01 .solution-box__list,
.lp2503-02 .solution-box__list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 58.5rem;
  padding: 1.75rem 10.9375rem 1.375rem;
  margin-inline: auto;
  margin-top: 1.5rem;
  text-align: left;
  border: 2px solid #dadada;
  border-radius: 0.3125rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 850px) {
  .lp2503-01 .solution-box__list,
  .lp2503-02 .solution-box__list {
    padding: 1.8125rem 6.25rem;
    box-shadow: initial;
  }
}
@media (max-width: 700px) {
  .lp2503-01 .solution-box__list,
  .lp2503-02 .solution-box__list {
    padding: 1.8125rem 3.125rem;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__list,
  .lp2503-02 .solution-box__list {
    padding: initial;
    margin-top: 1.125rem;
    border: initial;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__list::after,
  .lp2503-02 .solution-box__list::after {
    display: block;
    width: 2.9375rem;
    height: 1.0625rem;
    margin: 1.125rem auto 0.8125rem;
    content: "";
    background-image: url("../../img/promotion/index_2503/red-arrow.jpg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.lp2503-01 .solution-box__list.solution-box--advisor::after,
.lp2503-02 .solution-box__list.solution-box--advisor::after {
  background-image: url("../../img/promotion/index_2503/blue-arrow.jpg");
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__list.solution-box--advisor::after,
  .lp2503-02 .solution-box__list.solution-box--advisor::after {
    margin: 1.6875rem auto 0;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__list.solution-box--advisor,
  .lp2503-02 .solution-box__list.solution-box--advisor {
    margin-top: 1.125rem;
  }
}
.lp2503-01 .solution-box__list-item,
.lp2503-02 .solution-box__list-item {
  position: relative;
  padding-left: 1.4375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__list-item,
  .lp2503-02 .solution-box__list-item {
    padding-left: 1.5625rem;
    font-size: 0.875rem;
  }
}
.lp2503-01 .solution-box__list-item + .solution-box__list-item,
.lp2503-02 .solution-box__list-item + .solution-box__list-item {
  margin-top: 1rem;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__list-item + .solution-box__list-item,
  .lp2503-02 .solution-box__list-item + .solution-box__list-item {
    margin-top: 1.125rem;
  }
}
.lp2503-01 .solution-box__list-item span,
.lp2503-02 .solution-box__list-item span {
  font-weight: 700;
}
.lp2503-01 .solution-box__list-item::before,
.lp2503-02 .solution-box__list-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  content: "";
  background-image: url("../../img/promotion/index_2503/check-icon-r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__list-item::before,
  .lp2503-02 .solution-box__list-item::before {
    top: 25%;
    left: 0;
    width: 0.875rem;
    height: 0.875rem;
    transform: translateY(-50%);
  }
}
.lp2503-01 .solution-box__list-item.solution-box--advisor::before,
.lp2503-02 .solution-box__list-item.solution-box--advisor::before {
  background-image: url("../../img/promotion/index_2503/check-icon-b.svg");
}
.lp2503-01 .solution-box__image,
.lp2503-02 .solution-box__image {
  width: 2.9375rem;
  height: 1.0625rem;
  margin-inline: auto;
  margin-top: 1rem;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__image,
  .lp2503-02 .solution-box__image {
    display: none;
  }
}
.lp2503-01 .solution-box__solution-wrapper,
.lp2503-02 .solution-box__solution-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__solution-wrapper,
  .lp2503-02 .solution-box__solution-wrapper {
    flex-direction: column;
    gap: 0rem;
  }
}
.lp2503-01 .solution-box__solution,
.lp2503-02 .solution-box__solution {
  max-width: 58.5rem;
  padding: 1.3125rem 1.25rem 1.8125rem;
  margin-inline: auto;
  margin-top: 0.625rem;
  text-align: center;
  background-color: #fff2ed;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__solution,
  .lp2503-02 .solution-box__solution {
    padding: 0.75rem 3.125rem 1.25rem;
    margin-top: 0rem;
    border-radius: 0.1875rem;
  }
}
.lp2503-01 .solution-box__solution.solution-box--advisor,
.lp2503-02 .solution-box__solution.solution-box--advisor {
  background-color: #edf7ff;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__solution.solution-box--advisor,
  .lp2503-02 .solution-box__solution.solution-box--advisor {
    margin-top: 0.625rem;
  }
}
.lp2503-01 .solution-box__solution-text,
.lp2503-02 .solution-box__solution-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__solution-text,
  .lp2503-02 .solution-box__solution-text {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
.lp2503-01 .solution-box__solution-name,
.lp2503-02 .solution-box__solution-name {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.5;
  color: #ff4500;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__solution-name,
  .lp2503-02 .solution-box__solution-name {
    font-size: 1.625rem;
    line-height: 1.2;
  }
}
.lp2503-01 .solution-box__solution-name.solution-box--advisor,
.lp2503-02 .solution-box__solution-name.solution-box--advisor {
  color: #0070c0;
}
.lp2503-01 .solution-box__solution-action,
.lp2503-02 .solution-box__solution-action {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__solution-action,
  .lp2503-02 .solution-box__solution-action {
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__feature,
  .lp2503-02 .solution-box__feature {
    margin-top: 2.6875rem;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__feature + .solution-box__feature,
  .lp2503-02 .solution-box__feature + .solution-box__feature {
    margin-top: 1.875rem;
  }
}
.lp2503-01 .solution-box__feature-title,
.lp2503-02 .solution-box__feature-title {
  gap: 13px;
  align-items: center;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__feature-title,
  .lp2503-02 .solution-box__feature-title {
    font-size: 0.875rem;
  }
}
.lp2503-01 .solution-box__feature-title .bold-text,
.lp2503-02 .solution-box__feature-title .bold-text {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ff4500;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__feature-title .bold-text,
  .lp2503-02 .solution-box__feature-title .bold-text {
    font-size: 1.125rem;
  }
}
.lp2503-01 .solution-box__feature-title.solution-box--advisor .bold-text,
.lp2503-02 .solution-box__feature-title.solution-box--advisor .bold-text {
  color: #0070c0;
}
.lp2503-01 .solution-box__feature-title::before,
.lp2503-02 .solution-box__feature-title::before {
  width: 4.125rem;
  min-width: 4.125rem;
  aspect-ratio: 1/1;
  content: "";
  background-image: url("../../img/promotion/index_2503/check-r.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__feature-title::before,
  .lp2503-02 .solution-box__feature-title::before {
    width: 2.8125rem;
    min-width: 2.8125rem;
    height: auto;
  }
}
.lp2503-01 .solution-box__feature-title.solution-box--advisor::before,
.lp2503-02 .solution-box__feature-title.solution-box--advisor::before {
  background-image: url("../../img/promotion/index_2503/check-b.png");
}
.lp2503-01 .solution-box__feature-list,
.lp2503-02 .solution-box__feature-list {
  margin-top: 1.5rem;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__feature-list,
  .lp2503-02 .solution-box__feature-list {
    margin-top: 0.8125rem;
  }
}
.lp2503-01 .solution-box__feature-list-item,
.lp2503-02 .solution-box__feature-list-item {
  position: relative;
  margin-left: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__feature-list-item,
  .lp2503-02 .solution-box__feature-list-item {
    margin-left: 0.875rem;
    font-size: 0.75rem;
  }
}
.lp2503-01 .solution-box__feature-list-item::before,
.lp2503-02 .solution-box__feature-list-item::before {
  position: absolute;
  top: 30%;
  left: -0.625rem;
  font-size: 0.1875rem;
  color: #000000;
  content: "●";
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__feature-list-item::before,
  .lp2503-02 .solution-box__feature-list-item::before {
    top: 30%;
    left: -0.625rem;
  }
}
.lp2503-01 .solution-box__feature-list-item + .solution-box__feature-list-item,
.lp2503-02 .solution-box__feature-list-item + .solution-box__feature-list-item {
  margin-top: 0.625rem;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__feature-list-item + .solution-box__feature-list-item,
  .lp2503-02 .solution-box__feature-list-item + .solution-box__feature-list-item {
    margin-top: 0.5rem;
  }
}
.lp2503-01 .solution-box__feature-wrapper,
.lp2503-02 .solution-box__feature-wrapper {
  display: flex;
  gap: 2.1875rem;
  justify-content: space-between;
  max-width: 58.5rem;
  margin-inline: auto;
  margin-top: 2rem;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__feature-wrapper,
  .lp2503-02 .solution-box__feature-wrapper {
    flex-direction: column;
    gap: initial;
    margin-top: 2.625rem;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__feature-wrapper.solution-box--advisor,
  .lp2503-02 .solution-box__feature-wrapper.solution-box--advisor {
    margin-top: 2.875rem;
  }
}
.lp2503-01 .solution-box__feature-item,
.lp2503-02 .solution-box__feature-item {
  position: relative;
  flex: 1;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__feature-item,
  .lp2503-02 .solution-box__feature-item {
    font-size: 0.75rem;
    font-weight: 400;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .solution-box__feature-item + .solution-box__feature-item,
  .lp2503-02 .solution-box__feature-item + .solution-box__feature-item {
    margin-top: 1.875rem;
  }
}
.lp2503-01 .solution-box__feature-title,
.lp2503-02 .solution-box__feature-title {
  display: flex;
}
.lp2503-01 .layout-comparison,
.lp2503-02 .layout-comparison {
  margin-top: 6.25rem;
  margin-bottom: 4.1875rem;
}
@media (max-width: 599px) {
  .lp2503-01 .layout-comparison,
  .lp2503-02 .layout-comparison {
    margin-top: 3.125rem;
    margin-bottom: 2.5rem;
  }
}
.lp2503-01 .comparison-table-wrapper,
.lp2503-02 .comparison-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.lp2503-01 .comparison-table,
.lp2503-02 .comparison-table {
  box-sizing: border-box;
  width: 100%;
  margin-inline: auto;
  margin-top: 2.5rem;
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  .lp2503-01 .comparison-table,
  .lp2503-02 .comparison-table {
    margin-top: 1.875rem;
  }
}
.lp2503-01 .comparison-table,
.lp2503-02 .comparison-table {
  margin-inline: auto;
  text-align: center;
  border-collapse: separate;
}
.lp2503-01 .comparison-table th,
.lp2503-01 .comparison-table td,
.lp2503-02 .comparison-table th,
.lp2503-02 .comparison-table td {
  padding: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  background: #fff;
}
.lp2503-01 .comparison-table tr:nth-child(even) th,
.lp2503-01 .comparison-table tr:nth-child(even) td,
.lp2503-02 .comparison-table tr:nth-child(even) th,
.lp2503-02 .comparison-table tr:nth-child(even) td {
  background: #eee;
}

@media (max-width: 599px) {
  .lp2503-01 .comparison-table th,
  .lp2503-01 .comparison-table td,
  .lp2503-02 .comparison-table th,
  .lp2503-02 .comparison-table td {
    font-size: 0.875rem;
  }
}
.lp2503-01 .comparison-table thead th,
.lp2503-02 .comparison-table thead th {
  width: 20%;
  height: 4.375rem;
  padding: 0.8125rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-right: 2px solid #fff;
  background: #fad538;
  font-weight: 700;
}
.lp2503-01 .comparison-table thead th:last-child,
.lp2503-02 .comparison-table thead th:last-child {
  border-right-color: #fad538;
  border-radius: 0 8px 0 0;
}

@media (max-width: 599px) {
  .lp2503-01 .comparison-table thead th,
  .lp2503-02 .comparison-table thead th {
    height: 2.375rem;
    padding: 5px;
    font-size: 0.875rem;
  }
}
.lp2503-01 .comparison-table thead th:first-child,
.lp2503-02 .comparison-table thead th:first-child {
  background-color: transparent;
  border: none;
}
.lp2503-01 .comparison-table .highlight,
.lp2503-02 .comparison-table .highlight {
  color: #000;
  background-color: #ffe5d4;
  border-left: 2px solid #ff5722;
  border-right: 2px solid #ff5722;
}
.lp2503-01 .comparison-table tbody tr:last-child .highlight,
.lp2503-02 .comparison-table tbody tr:last-child .highlight {
  border-bottom: 2px solid #ff5722;
}
.lp2503-01 .comparison-table th.highlight,
.lp2503-02 .comparison-table th.highlight {
  box-sizing: border-box;
  height: 4.5rem;
  padding: 1.25rem 0.625rem;
  color: white;
  background-color: #ff4500;
  border: 2px solid #ff4500;
  border-radius: 8px 0 0 0;
}
@media (max-width: 599px) {
  .lp2503-01 .comparison-table th.highlight,
  .lp2503-02 .comparison-table th.highlight {
    padding: 6px;
    height: auto;
  }
}

.lp2503-01 .comparison-table tbody th,
.lp2503-02 .comparison-table tbody th {
  height: 4.5rem;
  padding: 12px 16px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-left: 2px solid #eee;
}
.lp2503-01 .comparison-table tbody td,
.lp2503-02 .comparison-table tbody td {
  border-right: 2px solid #fff;
}

.lp2503-01 .comparison-table tbody tr:nth-child(1) th,
.lp2503-02 .comparison-table tbody tr:nth-child(1) th {
  border-top: 2px solid #eee;
  border-radius: 8px 0 0 0;
}
.lp2503-01 .comparison-table tbody tr:nth-child(1) td,
.lp2503-02 .comparison-table tbody tr:nth-child(1) td {
  border-top: 2px solid #eee;
}
.lp2503-01 .comparison-table tbody tr:first-child td.highlight,
.lp2503-02 .comparison-table tbody tr:first-child td.highlight {
  border-top-color:#ff4500;
}
.lp2503-01 .comparison-table tbody tr:last-child th,
.lp2503-02 .comparison-table tbody tr:last-child th {
  border-bottom: 2px solid #eee;
  border-radius: 0 0 0 8px;
}
.lp2503-01 .comparison-table tbody td:last-child,
.lp2503-02 .comparison-table tbody td:last-child {
  border-right: 2px solid #eee;
}
.lp2503-01 .comparison-table tbody tr:last-child td:last-child,
.lp2503-02 .comparison-table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}




@media (max-width: 599px) {
  .lp2503-01 .comparison-table tbody th,
  .lp2503-02 .comparison-table tbody th {
    height: auto;
    font-size: 12px;
    padding: 6px;
  }
}
.lp2503-01 .comparison-table td.free-text,
.lp2503-02 .comparison-table td.free-text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 599px) {
  .lp2503-01 .comparison-table td.free-text,
  .lp2503-02 .comparison-table td.free-text {
    font-size: 14px;
  }
}
.lp2503-01 .comparison-table td,
.lp2503-02 .comparison-table td {
  position: relative;
  align-items: center;
  justify-content: center;
  height: 40px;
}
@media (max-width: 599px) {
  .lp2503-01 .comparison-table td,
  .lp2503-02 .comparison-table td {
    height: auto;
    padding: 6px;
  }
}
.lp2503-01 .icon-circle::before,
.lp2503-02 .icon-circle::before {
  font-size: 32px;
  font-weight: 400;
  content: "◯";
}
@media (max-width: 599px) {
  .lp2503-01 .icon-circle::before,
  .lp2503-02 .icon-circle::before {
    font-size: 1.125rem;
  }
}
.lp2503-01 .icon-double-circle::before,
.lp2503-02 .icon-double-circle::before {
  font-size: 32px;
  font-weight: 400;
  content: "◎";
}
@media (max-width: 599px) {
  .lp2503-01 .icon-double-circle::before,
  .lp2503-02 .icon-double-circle::before {
    font-size: 1.125rem;
  }
}
.lp2503-01 .icon-triangle::before,
.lp2503-02 .icon-triangle::before {
  font-size: 32px;
  font-weight: 400;
  content: "△";
}
@media (max-width: 599px) {
  .lp2503-01 .icon-triangle::before,
  .lp2503-02 .icon-triangle::before {
    font-size: 1.125rem;
  }
}
.lp2503-01 .icon-cross::before,
.lp2503-02 .icon-cross::before {
  font-size: 32px;
  font-weight: 400;
  content: "×";
}
@media (max-width: 599px) {
  .lp2503-01 .icon-cross::before,
  .lp2503-02 .icon-cross::before {
    font-size: 1.125rem;
  }
}
.lp2503-01 .comparison__content,
.lp2503-02 .comparison__content {
  position: relative;
  margin-top: 3.75rem;
}
@media (max-width: 599px) {
  .lp2503-01 .comparison__content,
  .lp2503-02 .comparison__content {
    margin-top: 2.5rem;
  }
}
.lp2503-01 .comparison__content-label,
.lp2503-02 .comparison__content-label {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  display: inline-block;
  width: 100%;
  max-width: 18.75rem;
  height: 2.75rem;
  padding: 0.5625rem 1.25rem;
  margin-inline: auto;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background-color: #ff4500;
  border-radius: 1.875rem;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .lp2503-01 .comparison__content-label,
  .lp2503-02 .comparison__content-label {
    top: -0.8125rem;
    max-width: 6rem;
    height: 2rem;
    padding: 0.375rem 1.25rem;
    font-size: 0.875rem;
  }
}
.lp2503-01 .comparison__content-text,
.lp2503-02 .comparison__content-text {
  padding: 2.625rem 0.625rem 2.25rem;
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  background-color: #fff6e9;
}
@media (max-width: 599px) {
  .lp2503-01 .comparison__content-text,
  .lp2503-02 .comparison__content-text {
    padding: 1.5rem 1.5625rem 1.25rem;
    font-size: 0.875rem;
    text-align: initial;
  }
}
.lp2503-01 .comparison__content-text span,
.lp2503-02 .comparison__content-text span {
  font-weight: 700;
  color: #ff4500;
}
.lp2503-01 .service-advantage,
.lp2503-02 .service-advantage {
  background-color: #fff2db;
}
@media (max-width: 800px) {
  .lp2503-01 .service-advantage,
  .lp2503-02 .service-advantage {
    padding: 2.5rem 1rem;
  }
}
.lp2503-01 .service-advantage__inner,
.lp2503-02 .service-advantage__inner {
  box-sizing: border-box;
  max-width: 65.625rem;
  padding-inline: 1.5625rem;
  margin-inline: auto;
}
@media (max-width: 800px) {
  .lp2503-01 .service-advantage__inner,
  .lp2503-02 .service-advantage__inner {
    padding-inline: 0rem;
  }
}
.lp2503-01 .service-advantage__title,
.lp2503-02 .service-advantage__title {
  padding-top: 3.5rem;
}
@media (max-width: 800px) {
  .lp2503-01 .service-advantage__title,
  .lp2503-02 .service-advantage__title {
    padding-top: 0rem;
  }
}
.lp2503-01 .service-advantage__box,
.lp2503-02 .service-advantage__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.1875rem;
  padding-bottom: 5rem;
  margin-top: 2.9375rem;
}
@media (max-width: 800px) {
  .lp2503-01 .service-advantage__box,
  .lp2503-02 .service-advantage__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
    padding-bottom: 0rem;
    margin-top: 2.0625rem;
  }
}
.lp2503-01 .service-advantage__item,
.lp2503-02 .service-advantage__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 800px) {
  .lp2503-01 .service-advantage__item,
  .lp2503-02 .service-advantage__item {
    max-width: 31.25rem;
    margin-inline: auto;
  }
}
@media (max-width: 800px) {
  .lp2503-01 .service-advantage__item + .service-advantage__item,
  .lp2503-02 .service-advantage__item + .service-advantage__item {
    margin-top: 1.3125rem;
  }
}
.lp2503-01 .service-advantage__label,
.lp2503-02 .service-advantage__label {
  width: 8.5625rem;
  padding: 0.5rem 1.25rem 0.375rem;
  margin-inline: auto;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  background-color: #ff4500;
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
@media (max-width: 800px) {
  .lp2503-01 .service-advantage__label,
  .lp2503-02 .service-advantage__label {
    padding: 0.375rem 2.75rem 0.5rem;
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.lp2503-01 .service-advantage__wrap,
.lp2503-02 .service-advantage__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5625rem 1.5rem 2.5rem;
}
@media (max-width: 800px) {
  .lp2503-01 .service-advantage__wrap,
  .lp2503-02 .service-advantage__wrap {
    padding: 0.875rem 1.5rem 1.875rem;
  }
}
.lp2503-01 .service-advantage__heading,
.lp2503-02 .service-advantage__heading {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.lp2503-01 .service-advantage__heading .highlight,
.lp2503-02 .service-advantage__heading .highlight {
  color: #FF4500;
}
@media (max-width: 800px) {
  .lp2503-01 .service-advantage__heading,
  .lp2503-02 .service-advantage__heading {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.lp2503-01 .service-advantage__heading strong,
.lp2503-02 .service-advantage__heading strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 800px) {
  .lp2503-01 .service-advantage__heading strong,
  .lp2503-02 .service-advantage__heading strong {
    margin-top: 0.5625rem;
    font-size: 1.125rem;
  }
}
.lp2503-01 .service-advantage__image--first,
.lp2503-02 .service-advantage__image--first {
  width: 12.0625rem;
  height: 9.375rem;
  margin-top: 1.5rem;
}
@media (max-width: 800px) {
  .lp2503-01 .service-advantage__image--first,
  .lp2503-02 .service-advantage__image--first {
    aspect-ratio: 193/150;
    margin-top: 1.125rem;
  }
}
.lp2503-01 .service-advantage__image--second,
.lp2503-02 .service-advantage__image--second {
  width: 7.125rem;
  height: 9.375rem;
  margin-top: 1.5rem;
}
@media (max-width: 800px) {
  .lp2503-01 .service-advantage__image--second,
  .lp2503-02 .service-advantage__image--second {
    aspect-ratio: 114/150;
    margin-top: 1.0625rem;
  }
}
.lp2503-01 .service-advantage__image--third,
.lp2503-02 .service-advantage__image--third {
  width: 5.5rem;
  height: 5.9375rem;
  margin-top: 2.3125rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 800px) {
  .lp2503-01 .service-advantage__image--third,
  .lp2503-02 .service-advantage__image--third {
    aspect-ratio: 88/95;
    margin-top: 1.125rem;
    margin-bottom: initial;
  }
}
.lp2503-01 .service-advantage__image--4th,
.lp2503-02 .service-advantage__image--4th {
    width: 9.69rem;
    height: 6.56rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
@media (max-width: 800px) {
  .lp2503-01 .service-advantage__image--4th,
  .lp2503-02 .service-advantage__image--4th {
    aspect-ratio: 155/105;
    margin-top: 1.125rem;
    margin-bottom: initial;
  }
}

.lp2503-01 .service-advantage__text,
.lp2503-02 .service-advantage__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .lp2503-01 .service-advantage__text,
  .lp2503-02 .service-advantage__text {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
  }
}
.lp2503-01 .service-advantage__text span,
.lp2503-02 .service-advantage__text span {
  color: #ff4500;
}
.lp2503-01 .customer-voice,
.lp2503-02 .customer-voice {
  margin-top: 4.75rem;
}
@media (max-width: 599px) {
  .lp2503-01 .customer-voice,
  .lp2503-02 .customer-voice {
    margin-top: 2.375rem;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .customer-voice__inner.inner,
  .lp2503-02 .customer-voice__inner.inner {
    padding-inline: 1rem;
  }
}
.lp2503-01 .customer-voice__list,
.lp2503-02 .customer-voice__list {
  margin-top: 2.8125rem;
}
@media (max-width: 599px) {
  .lp2503-01 .customer-voice__list,
  .lp2503-02 .customer-voice__list {
    margin-top: 2.25rem;
  }
}
.lp2503-01 .customer-voice__item + .customer-voice__item,
.lp2503-02 .customer-voice__item + .customer-voice__item {
  margin-top: 2.1875rem;
}
@media (max-width: 599px) {
  .lp2503-01 .customer-voice__item + .customer-voice__item,
  .lp2503-02 .customer-voice__item + .customer-voice__item {
    margin-top: 2.5rem;
  }
}
.lp2503-01 .customer-voice__item:nth-child(even) .customer-voice__wrap,
.lp2503-02 .customer-voice__item:nth-child(even) .customer-voice__wrap {
  flex-direction: row-reverse;
}
@media (max-width: 599px) {
  .lp2503-01 .customer-voice__item:nth-child(even) .customer-voice__wrap,
  .lp2503-02 .customer-voice__item:nth-child(even) .customer-voice__wrap {
    flex-direction: row;
  }
}
.lp2503-01 .customer-voice__item:nth-child(even) .customer-voice__text-container,
.lp2503-02 .customer-voice__item:nth-child(even) .customer-voice__text-container {
  margin-right: 2rem;
  margin-left: 0;
}
@media (max-width: 599px) {
  .lp2503-01 .customer-voice__item:nth-child(even) .customer-voice__text-container,
  .lp2503-02 .customer-voice__item:nth-child(even) .customer-voice__text-container {
    margin-right: 0rem;
  }
}
.lp2503-01 .customer-voice__wrap,
.lp2503-02 .customer-voice__wrap {
  display: flex;
  align-items: center;
}
.lp2503-01 .customer-voice__image,
.lp2503-02 .customer-voice__image {
  max-width: 15.1875rem;
  height: 11.375rem;
}
@media (max-width: 599px) {
  .lp2503-01 .customer-voice__image,
  .lp2503-02 .customer-voice__image {
    max-width: 8rem;
    height: 6rem;
  }
}
.lp2503-01 .customer-voice__image img,
.lp2503-02 .customer-voice__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 243/182;
  object-fit: cover;
}
@media (max-width: 599px) {
  .lp2503-01 .customer-voice__image img,
  .lp2503-02 .customer-voice__image img {
    aspect-ratio: 128/96;
  }
}
.lp2503-01 .customer-voice__text-container,
.lp2503-02 .customer-voice__text-container {
  margin-left: 2rem;
}
@media (max-width: 599px) {
  .lp2503-01 .customer-voice__text-container,
  .lp2503-02 .customer-voice__text-container {
    margin-left: 0rem;
  }
}
.lp2503-01 .customer-voice__headline,
.lp2503-02 .customer-voice__headline {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .lp2503-01 .customer-voice__headline,
  .lp2503-02 .customer-voice__headline {
    font-size: 1rem;
  }
}
.lp2503-01 .customer-voice__info,
.lp2503-02 .customer-voice__info {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.lp2503-01 .customer-voice__text-wrapper.pc-only,
.lp2503-02 .customer-voice__text-wrapper.pc-only {
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  margin-top: 1.125rem;
  font-size: 1rem;
  background-color: #fff6e9;
}
@media (max-width: 599px) {
  .lp2503-01 .customer-voice__text-wrapper.pc-only,
  .lp2503-02 .customer-voice__text-wrapper.pc-only {
    display: none;
    order: 1;
    padding: 1.125rem 1.5rem 1.3125rem;
    margin-top: 0.5rem;
  }
}
.lp2503-01 .customer-voice__text-wrapper.md-only,
.lp2503-02 .customer-voice__text-wrapper.md-only {
  display: none;
}
@media (max-width: 599px) {
  .lp2503-01 .customer-voice__text-wrapper.md-only,
  .lp2503-02 .customer-voice__text-wrapper.md-only {
    display: block;
    padding: 1.125rem 1.5rem 1.375rem;
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    font-weight: 400;
    background-color: #fff6e9;
  }
}
.lp2503-01 .customer-voice__text,
.lp2503-02 .customer-voice__text {
  font-size: 1rem;
}
@media (max-width: 599px) {
  .lp2503-01 .customer-voice__text,
  .lp2503-02 .customer-voice__text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
.lp2503-01 .layout-case-study,
.lp2503-02 .layout-case-study {
  margin-top: 5rem;
}
@media (max-width: 599px) {
  .lp2503-01 .layout-case-study,
  .lp2503-02 .layout-case-study {
    margin-top: 3.875rem;
  }
}
.lp2503-01 .case-study,
.lp2503-02 .case-study {
  padding-top: 3.0625rem;
  background-color: #fff2db;
}
@media (max-width: 599px) {
  .lp2503-01 .case-study,
  .lp2503-02 .case-study {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
  }
}
.lp2503-01 .case-study__list,
.lp2503-02 .case-study__list {
  display: flex;
  gap: 2.1875rem;
  padding-bottom: 5rem;
  margin-top: 2.625rem;
}
@media (max-width: 1000px) {
  .lp2503-01 .case-study__list,
  .lp2503-02 .case-study__list {
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.875rem;
    margin-top: 1.6875rem;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .case-study__list,
  .lp2503-02 .case-study__list {
    gap: 1.75rem;
    align-items: initial;
    padding-bottom: initial;
  }
}
.lp2503-01 .case-study__item,
.lp2503-02 .case-study__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 19.375rem;
}
@media (max-width: 1000px) {
  .lp2503-01 .case-study__item,
  .lp2503-02 .case-study__item {
    max-width: 37.5rem;
    height: auto;
  }
}
.lp2503-01 .case-study__image,
.lp2503-02 .case-study__image {
  flex-shrink: 0;
  width: 100%;
  max-width: 19.375rem;
  height: 12.875rem;
  object-fit: contain;
}
@media (max-width: 1000px) {
  .lp2503-01 .case-study__image,
  .lp2503-02 .case-study__image {
    max-width: 31.25rem;
    height: 14.25rem;
    margin-inline: auto;
  }
}
.lp2503-01 .case-study__image img,
.lp2503-02 .case-study__image img {
  width: 100%;
  height: 12.875rem;
  aspect-ratio: 343/228;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .lp2503-01 .case-study__image img,
  .lp2503-02 .case-study__image img {
    height: 14.25rem;
  }
}
.lp2503-01 .case-study__content,
.lp2503-02 .case-study__content {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 0.9375rem 1.5rem 0.9375rem;
  background-color: #ffffff;
  border-radius: 0.3125rem;
  box-shadow: 0 0.25rem 0rem rgba(0, 0, 0, 0.2);
  /* 右下の赤い三角 */
}
@media (max-width: 1000px) {
  .lp2503-01 .case-study__content,
  .lp2503-02 .case-study__content {
    max-width: 31.25rem;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .case-study__content,
  .lp2503-02 .case-study__content {
    max-width: 19.4375rem;
    padding: 1.125rem 1.5rem 0.8125rem;
    margin-inline: auto;
    margin-top: -2.125rem;
    border-radius: 0.3125rem;
  }
}
.lp2503-01 .case-study__content::after,
.lp2503-02 .case-study__content::after {
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  width: 0.875rem;
  height: 0.875rem;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  content: "";
  background-color: #ff4500;
}
.lp2503-01 .case-study__headline,
.lp2503-02 .case-study__headline {
  padding-bottom: 0.875rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid #dadada;
}
.lp2503-01 .case-study__details,
.lp2503-02 .case-study__details {
  flex-grow: 1;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .lp2503-01 .case-study__details,
  .lp2503-02 .case-study__details {
    margin-top: 0.5rem;
  }
}
.lp2503-01 .case-study__details strong,
.lp2503-02 .case-study__details strong {
  min-width: 3.75rem;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 599px) {
  .lp2503-01 .case-study__details strong,
  .lp2503-02 .case-study__details strong {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.lp2503-01 .case-study__details li,
.lp2503-02 .case-study__details li {
  position: relative;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  min-height: 1.5rem;
  margin-top: -0.125rem;
}
@media (max-width: 599px) {
  .lp2503-01 .case-study__details li,
  .lp2503-02 .case-study__details li {
    gap: 0.4375rem;
    margin-top: -0.1875rem;
  }
}
.lp2503-01 .case-study__details li::after,
.lp2503-02 .case-study__details li::after {
  position: absolute;
  left: 3.4375rem;
  font-weight: normal;
  color: #000000;
  content: ":";
}
@media (max-width: 599px) {
  .lp2503-01 .case-study__details li::after,
  .lp2503-02 .case-study__details li::after {
    left: 3.5rem;
  }
}
.lp2503-01 .case-study__details span,
.lp2503-02 .case-study__details span {
  flex-grow: 1;
  text-align: left;
}
.lp2503-01 .layout-safety-points,
.lp2503-02 .layout-safety-points {
  padding-inline: 0.9375rem;
  margin-top: 5rem;
}
@media (max-width: 900px) {
  .lp2503-01 .layout-safety-points,
  .lp2503-02 .layout-safety-points {
    margin-top: 2.5rem;
  }
}
.lp2503-01 .safety-points,
.lp2503-02 .safety-points {
  counter-reset: safety-counter;
}
@media (max-width: 599px) {
  .lp2503-01 .safety-points__inner,
  .lp2503-02 .safety-points__inner {
    padding-inline: initial;
  }
}
.lp2503-01 .safety-points__list,
.lp2503-02 .safety-points__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2.9375rem;
}
@media (max-width: 900px) {
  .lp2503-01 .safety-points__list,
  .lp2503-02 .safety-points__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.875rem;
  }
}
.lp2503-01 .safety-points__item,
.lp2503-02 .safety-points__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 23.0625rem;
  padding: 1.0625rem 1.5rem 1.375rem;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 0.3125rem;
}
@media (max-width: 900px) {
  .lp2503-01 .safety-points__item,
  .lp2503-02 .safety-points__item {
    padding: 0.625rem 1.5rem 1.3125rem;
  }
}
.lp2503-01 .safety-points__item:nth-child(3),
.lp2503-01 .safety-points__item:nth-child(4),
.lp2503-02 .safety-points__item:nth-child(3),
.lp2503-02 .safety-points__item:nth-child(4) {
  height: 24.5625rem;
}
@media (max-width: 900px) {
  .lp2503-01 .safety-points__item:nth-child(1),
  .lp2503-02 .safety-points__item:nth-child(1) {
    height: 12.8125rem;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .safety-points__item:nth-child(2),
  .lp2503-02 .safety-points__item:nth-child(2) {
    height: 24.6875rem;
  }
}
@media (max-width: 900px) {
  .lp2503-01 .safety-points__item:nth-child(3),
  .lp2503-02 .safety-points__item:nth-child(3) {
    height: 16.8125rem;
  }
}
.lp2503-01 .safety-points__item:nth-child(4),
.lp2503-02 .safety-points__item:nth-child(4) {
  padding: 1.5625rem;
}
@media (max-width: 599px) {
  .lp2503-01 .safety-points__item:nth-child(4),
  .lp2503-02 .safety-points__item:nth-child(4) {
    height: 23.6875rem;
    padding: 0.5rem 1.4375rem;
  }
}
.lp2503-01 .safety-points__item::before,
.lp2503-02 .safety-points__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: center;
  justify-content: flex-start;
  width: 3.875rem;
  height: 3.875rem;
  padding: 0.375rem 0.5rem 0.75rem 0.375rem;
  clip-path: circle(100% at 0 0);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  content: counter(safety-counter, decimal-leading-zero);
  counter-increment: safety-counter;
  background-color: #ff4500;
}
.lp2503-01 .safety-points__headline,
.lp2503-02 .safety-points__headline {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 900px) {
  .lp2503-01 .safety-points__headline,
  .lp2503-02 .safety-points__headline {
    font-size: 0.875rem;
  }
}
.lp2503-01 .safety-points__headline span,
.lp2503-02 .safety-points__headline span {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ff4500;
}
@media (max-width: 900px) {
  .lp2503-01 .safety-points__headline span,
  .lp2503-02 .safety-points__headline span {
    font-size: 1.125rem;
  }
}
.lp2503-01 .safety-points__text,
.lp2503-02 .safety-points__text {
  margin-top: 1.0625rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .lp2503-01 .safety-points__text,
  .lp2503-02 .safety-points__text {
    margin-top: 1.125rem;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.lp2503-01 .safety-points__image,
.lp2503-02 .safety-points__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 900px) {
  .lp2503-01 .safety-points__image,
  .lp2503-02 .safety-points__image {
    margin-top: 1.5rem;
  }
}
.lp2503-01 .safety-points__image.safety-points__image--1,
.lp2503-02 .safety-points__image.safety-points__image--1 {
  width: 7.1875rem;
  height: 5.4375rem;
  margin-top: 4.125rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 900px) {
  .lp2503-01 .safety-points__image.safety-points__image--1,
  .lp2503-02 .safety-points__image.safety-points__image--1 {
    width: 4.25rem;
    height: 3.1875rem;
    margin-top: 0.9375rem;
    margin-bottom: 0rem;
  }
}
.lp2503-01 .safety-points__image.safety-points__image--2,
.lp2503-02 .safety-points__image.safety-points__image--2 {
  width: 11.8125rem;
  height: 8.5rem;
  margin-top: 1.0625rem;
}
.lp2503-01 .safety-points__image.safety-points__image--3,
.lp2503-02 .safety-points__image.safety-points__image--3 {
  width: 6.6875rem;
  height: 8.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 599px) {
  .lp2503-01 .safety-points__image.safety-points__image--3,
  .lp2503-02 .safety-points__image.safety-points__image--3 {
    margin-top: 1rem;
  }
}
.lp2503-01 .safety-points__image.safety-points__image--4,
.lp2503-02 .safety-points__image.safety-points__image--4 {
  width: 6.9375rem;
  height: 8.5rem;
  margin-top: 1.875rem;
}
@media (max-width: 599px) {
  .lp2503-01 .safety-points__image.safety-points__image--4,
  .lp2503-02 .safety-points__image.safety-points__image--4 {
    margin-top: 0.9375rem;
  }
}
.lp2503-01 .safety-points__image img,
.lp2503-02 .safety-points__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp2503-01 .layout-w-support {
  margin-top: 80px;
}
@media (max-width: 599px) {
  .lp2503-01 .layout-w-support {
    margin-top: 50px;
  }
}
.lp2503-01 .layout-present {
  margin-top: 5rem;
}
@media (max-width: 599px) {
  .lp2503-01 .layout-present {
    margin-top: 1.75rem;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .present__inner {
    padding-inline: 0.9375rem;
    margin-inline: auto;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .present__item + .present__item {
    margin-top: 2.1875rem;
  }
}
.lp2503-01 .present__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.875rem;
  padding: 1.125rem 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #fad538;
  border-radius: 0.3125rem;
}
@media (max-width: 599px) {
  .lp2503-01 .present__label {
    height: initial;
    padding: 1rem;
    font-size: 0.875rem;
  }
}
.lp2503-01 .present__label::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2.9375rem;
  height: 1.0625rem;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  content: "";
  background-color: #fbd149;
  transform: translateX(-50%);
}
.lp2503-01 .present__content {
  display: flex;
  gap: 1.5625rem;
  justify-content: center;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 599px) {
  .lp2503-01 .present__content {
    flex-direction: column-reverse;
    gap: 0rem;
    margin-top: 1.5625rem;
    margin-bottom: 0rem;
    text-align: center;
  }
}
.lp2503-01 .present__title {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .lp2503-01 .present__title {
    margin-top: 0rem;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .lp2503-01 .present__title.small {
    font-size: 0.875rem;
  }
}
.lp2503-01 .present__image {
  width: 100%;
  max-width: 4.8125rem;
  height: 3.75rem;
}
@media (max-width: 599px) {
  .lp2503-01 .present__image {
    margin-inline: auto;
    margin-top: 1rem;
  }
}
.lp2503-01 .present__image img {
  width: 100%;
  aspect-ratio: 343/228;
  object-fit: cover;
}
@media (max-width: 599px) {
  .lp2503-01 .present__text {
    font-size: 0.875rem;
    font-weight: 700;
  }
}
.lp2503-01 .present__highlight {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  /* 擬似要素で黄色の下線 */
}
@media (max-width: 599px) {
  .lp2503-01 .present__highlight {
    font-size: 1.25rem;
  }
}
.lp2503-01 .present__highlight.present__small {
  position: static;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .lp2503-01 .present__highlight.present__small {
    font-size: 0.875rem;
  }
}
.lp2503-01 .present__highlight::after {
  position: absolute;
  bottom: 0.125rem;
  bottom: 2px;
  left: 50%;
  left: 0.4375rem;
  z-index: -1;
  width: 100%;
  height: 0.3125rem;
  content: "";
  background-color: #fad538;
  transform: translateX(-11px);
}
@media (max-width: 599px) {
  .lp2503-01 .present__highlight::after {
    bottom: 2px;
  }
}
.lp2503-01 .present__title .present__small {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 599px) {
  .lp2503-01 .present__title .present__small {
    font-size: 0.875rem;
  }
}

.lp2503-02 .solution-box__inner {
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .lp2503-02 .solution-box__inner {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
