@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "ConoHa Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/_lp-system/fonts/ConoHaSans-Regular--ss.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "ConoHa Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/_lp-system/fonts/ConoHaSans-Bold--ss.woff") format("woff");
}
/*! creativereset.css v0.0.2 | MIT License | creative team at GMO Internet, Inc */
/*

  機能概要
  ==========================================================================
    - デフォルトのスタイルは維持
    - ブラウザごとの異なるスタイルやバグを修正
    - ユーザビリティを改善

  参考
  ==========================================================================
  ■ sanitize.css v6.0.0
      Chrome (last 3)
      Edge (last 3)
      Firefox (last 3)
      Firefox ESR
      Opera (last 3)
      Safari (last 3)
      iOS Safari (last 2)
      Internet Explorer 9+

  ■ normalize.css v8.0.0
      Chrome
      Edge
      Firefox ESR+
      Internet Explorer 10+
      Safari 8+
      Opera
*/
/* ドキュメント（Document）
 * ========================================================================== */
/**
 * box-sizingをすべての要素に適用（全てのブラウザ）
 */
*, ::before, ::after {
  box-sizing: border-box;
}

/**
 * 擬似要素は text-decoration, vertical-alignを継承（全てのブラウザ）
 */
::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/**
 * 1. 全てのブラウザでベースのline-heightを統一
 * 2. フォントサイズの調整を防止(Windows PhoneのIE,iOS)
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* セクション(Sections)
 * ========================================================================== */
/**
 * マージンを削除（全てのブラウザ）
 */
body {
  margin: 0;
}

/* グループコンテンツ(Grouping content)
 * ========================================================================== */
/**
 * 1. 高を修正(Firefox)
 * 2. オーバーフローを修正(Edge,IE)
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * displayの正しいプロパティを追加（IE）
 */
main {
  display: block;
}

/* テキストレベル（Text-level semantics）
 * ========================================================================== */
/**
 * 1. アクティブリンク時の背景グレイを削除(IE10)
 * 2. リンク下線のギャップを削除(iOS 8+ and Safari 8+ )
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * テキストデコレーションを修正（Edge,IE,Opera and Safari）
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * フォントウェイトを修正（Chrome, Edge, and Safari）
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. フォントサイズの継承とスケーリングを修正（全てのブラウザ）
 * 2. フォントの不規則なサイズを統一（全てのブラウザ）
 */
pre, code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * フォントのサイズを修正（全てのブラウザ）
 */
small {
  font-size: 80%;
}

/**
 * subとsup要素が行の高さに与える影響を阻止（全てのブラウザ）
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 埋め込みコンテント（Embedded content）
 * ========================================================================== */
/**
 * オーバーフローを修正（IE）
 */
svg:not(:root) {
  overflow: hidden;
}

/* 表形式のデータ（Tabular data）
 * ========================================================================== */
/**
 * テーブルのボーダーを削除
 */
table {
  border-collapse: collapse;
}

/* フォーム（Forms）
 * ========================================================================== */
input {
  border-radius: 0;
}

/**
 * マージンを削除（Firefox,Safari）
 */
button, input, optgroup, select, textarea {
  margin: 0;
}

/**
 * テキストのトランスフォームの継承を削除（Edge,IE,Firefox）
 */
button, select {
  text-transform: none;
}

/**
 * クリック可能なタイプをスタイルできない問題を修正（iOS,Safari）
 */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * 前のルールで設定したフォーカスのスタイルを元に戻す(Firefox)
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * インナーボーダー（-moz-focus-inner）とpaddingを削除（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;
}

/**
 * padding修正（Firefox）.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. テキスト周りを修正（IE）
 * 2. fieldsetからの色の継承を修正（IE）
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. displayの正しいプロパティを追加
 * 2. vertical-alignの正しい値を追加（Chrome, Firefox, and Opera）
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * テキストのトランスフォームの継承を削除（Firefox）
 */
select {
  text-transform: none;
}

/**
 * 1. デフォルトの垂直スクロールバーを削除（IE10+）
 * 2. 縦方向のみリサイズ（すべてのブラウザ）
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. box-sizingを修正（IE 10-）.
 * 2. paddingを削除（IE 10-）
 */
[type=checkbox], [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 増減ボタンのカーソルのスタイルを修正（Chrome）
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. 不規則な外観を修正（Chrome,Safari）
 * 2. アウトラインのスタイルを修正（Safari）
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 外観を修正（Safari 8）
 */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 幅を修正（Firefox 36+）
 */
[type=number] {
  width: auto;
}

/**
 * 内側のパディングを削除（macOSのChrome, Safari）
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. クリック可能なタイプをスタイルできない問題を修正（iOSとSafari）
 * 2. フォントのプロパティを「inherit」に変更（Safari）
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* インタラクティブ（Interactive）
 * ========================================================================== */
/*
 * displayの正しいプロパティを追加（Edge,IE）
 */
details {
  display: block;
}

/*
 * 正しいプロパティを追加（Edge,IE,Safari）
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * displayの正しいプロパティを追加（全てのブラウザ）
 */
summary {
  display: list-item;
}

/*
 * displayの正しいプロパティを追加（IE 10-）
 */
[hidden] {
  display: none;
}

/* スクリプト制御される要素（Scripting）
 * ========================================================================== */
/**
 * displayの正しいプロパティを追加（IE 9-）
 */
canvas {
  display: inline-block;
}

/**
 * displayの正しいプロパティを追加（IE）
 */
template {
  display: none;
}

/* ユーザーインタラクション（User interaction）
 * ========================================================================== */
/*
 * 1. タップ反応の遅延を削除（IE10）
 * 2. クリック可能な要素のタップ反応の遅延を削除（全てのブラウザ）
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

html {
  color: #00363d;
  cursor: default;
  font-size: 62.5%;
  font-weight: 400;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #00363d;
  font-family: "ConoHa Sans", "Noto Sans JP", "Droid Sans", Helvetica, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.6;
  min-height: 100%;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, dl, dt, dd, pre {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

figure {
  margin: 0;
}

button, input, textarea, select {
  appearance: none;
  background: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  outline: none;
  padding: 0;
}

button {
  cursor: pointer;
}

th, td {
  font-weight: inherit;
  margin: 0;
  padding: 0;
  text-align: left;
}

sub, sup {
  font-size: 0.5em;
}

.lpPage a {
  color: inherit;
}
.lpPage img {
  height: auto;
  max-width: 100%;
}
.lpPage p + p {
  margin-top: 1em;
}

.lpInner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 48px;
  width: 100%;
}
@media (max-width: 768px) {
  .lpInner {
    padding: 0 16px;
  }
}

.lpSection {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .lpSection {
    padding: 48px 0;
  }
}
.lpSection-gray {
  background-color: #f5f7f8;
}
.lpSection-dark {
  background-color: #00363d;
  color: #fff;
}
.lpSection-dark .lpSectionHead_title, .lpSection-dark .lpSectionHead_lead {
  color: #fff;
}

.lpSectionHead {
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 768px) {
  .lpSectionHead {
    margin-bottom: 32px;
  }
}
.lpSectionHead_title {
  color: #12b8d7;
  font-weight: 700;
  line-height: 1.5;
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .lpSectionHead_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.lpSectionHead_lead {
  color: #5a6f72;
  margin-top: 16px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .lpSectionHead_lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.lpHeader {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #dce3e3;
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
.lpHeader_inner {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .lpHeader_inner {
    height: 52px;
  }
}
.lpHeader_logo {
  flex-shrink: 0;
}
.lpHeader_logo_link {
  display: block;
}
.lpHeader_logo img {
  display: block;
  height: auto;
  width: 140px;
}
@media (max-width: 768px) {
  .lpHeader_logo img {
    width: 110px;
  }
}
.lpHeader_nav {
  align-items: center;
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .lpHeader_nav {
    display: none;
  }
}
.lpHeader_nav_list {
  align-items: center;
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lpHeader_nav_link {
  font-size: 14px;
  font-size: 1.4rem;
  color: #00363d;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
}
.lpHeader_nav_link:hover {
  color: #00c9e3;
}
.lpHeader_hamburger {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 40px;
  justify-content: center;
  padding: 8px;
  width: 40px;
}
@media (max-width: 768px) {
  .lpHeader_hamburger {
    display: flex;
  }
}
.lpHeader_hamburger span {
  background-color: #12b8d7;
  border-radius: 2px;
  display: block;
  height: 2px;
  transition: opacity 0.3s, transform 0.3s;
  width: 22px;
}
.lpHeader_drawer {
  background-color: #fff;
  border-top: 1px solid #dce3e3;
  display: none;
  left: 0;
  padding: 24px 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.lpHeader_drawer_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lpHeader_drawer_link {
  font-size: 16px;
  font-size: 1.6rem;
  color: #00363d;
  display: block;
  font-weight: 700;
  padding: 14px 16px;
  text-decoration: none;
}
.lpHeader_drawer_cta {
  margin-top: 16px;
  padding: 0 16px;
}
.lpHeader_drawer_cta .lpBtn {
  justify-content: center;
  width: 100%;
}
.lpHeader.is-open .lpHeader_drawer {
  display: block;
}

.lpBtn {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  letter-spacing: -0.01em;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.lpBtn::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.lpBtn-primary {
  background-color: #ff811e;
  border: 1px solid transparent;
  color: #12b8d7;
}
.lpBtn-primary:hover {
  background-color: #12b8d7;
  color: #fff;
}
.lpBtn-secondary {
  background-color: #fff;
  border: 1px solid #12b8d7;
  color: #12b8d7;
}
.lpBtn-secondary:hover {
  background-color: #12b8d7;
  color: #fff;
}
.lpBtn-lg {
  font-size: 24px;
  font-size: 2.4rem;
  gap: 20px;
  padding: 16px 32px 16px 40px;
}
.lpBtn-sm {
  font-size: 16px;
  font-size: 1.6rem;
  gap: 12px;
  padding: 16px 24px;
}

.lpHeading1 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .lpHeading1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.lpHeading2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .lpHeading2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.lpHeading2_eyebrow {
  font-size: 14px;
  font-size: 1.4rem;
  color: #00c9e3;
  display: block;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.71;
  margin-bottom: 8px;
}

.lpHeading3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .lpHeading3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.lpLabel {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 999px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.67;
  padding: 4px 12px;
}
.lpLabel-cyan {
  background-color: #ff811e;
  color: #12b8d7;
}
.lpLabel-gray {
  background-color: #dce3e3;
  color: #5a6f72;
}
.lpLabel-light {
  background-color: #e6f8fb;
  color: #12b8d7;
}

.lpHero {
  overflow: hidden;
  position: relative;
}
.lpHero_bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.lpHero_bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.lpHero_bg::after {
  background-color: rgba(0, 54, 61, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lpHero_inner {
  align-items: center;
  background-color: #12b8d7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  padding: 80px 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .lpHero_inner {
    min-height: 360px;
    padding: 48px 16px;
  }
}
.lpHero_bg ~ .lpHero_inner {
  background-color: transparent;
}
.lpHero_eyecatch {
  margin-bottom: 32px;
  max-width: 640px;
  width: 100%;
}
@media (max-width: 768px) {
  .lpHero_eyecatch {
    margin-bottom: 24px;
  }
}
.lpHero_title {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .lpHero_title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.lpHero_lead {
  color: #fff;
  margin-top: 24px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .lpHero_lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.lpHero_cta {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .lpHero_cta {
    margin-top: 24px;
    width: 100%;
  }
  .lpHero_cta .lpBtn {
    justify-content: center;
    width: 100%;
  }
}
.lpHero_cta_note {
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 12px;
  text-align: center;
}

.lpCta {
  text-align: center;
}
@media (max-width: 768px) {
  .lpCta .lpBtn {
    justify-content: center;
    width: 100%;
  }
}
.lpCta_note {
  font-size: 12px;
  font-size: 1.2rem;
  color: #5a6f72;
  margin-top: 12px;
}

.lpFeature_list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .lpFeature_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .lpFeature_list {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.lpFeature_item {
  background-color: #f5f7f8;
  border-radius: 12px;
  padding: 32px 24px;
}
.lpFeature_item_icon {
  height: 56px;
  margin: 0 auto 20px;
  width: 56px;
}
.lpFeature_item_icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.lpFeature_item_title {
  font-size: 20px;
  font-size: 2rem;
  color: #12b8d7;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: center;
}
.lpFeature_item_body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #5a6f72;
  line-height: 1.6;
}

.lpPricing_list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .lpPricing_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .lpPricing_list {
    grid-template-columns: 1fr;
  }
}
.lpPricing_item {
  border: 2px solid #dce3e3;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.lpPricing_item.is-recommended {
  border-color: #ff811e;
  box-shadow: 0 8px 32px rgba(255, 129, 30, 0.3);
}
.lpPricing_item_head {
  background-color: #f5f7f8;
  padding: 24px 20px;
  text-align: center;
}
.lpPricing_item.is-recommended .lpPricing_item_head {
  background-color: #12b8d7;
}
.lpPricing_item_badge {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #ff811e;
  border-radius: 4px;
  color: #12b8d7;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 3px 12px;
}
.lpPricing_item_name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.lpPricing_item.is-recommended .lpPricing_item_name {
  color: #fff;
}
.lpPricing_item_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 20px;
}
.lpPricing_item_price {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.lpPricing_item_price_unit {
  font-size: 14px;
  font-size: 1.4rem;
}
.lpPricing_item_period {
  font-size: 12px;
  font-size: 1.2rem;
  color: #5a6f72;
  margin-top: 4px;
  text-align: center;
}
.lpPricing_item_features {
  border-top: 1px solid #dce3e3;
  flex: 1;
  list-style: none;
  margin-top: 20px;
  padding: 16px 0 0;
}
.lpPricing_item_features li {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 0 6px 20px;
  position: relative;
}
.lpPricing_item_features li::before {
  color: #00c9e3;
  content: "✓";
  left: 0;
  position: absolute;
}
.lpPricing_item_cta {
  margin-top: 20px;
  text-align: center;
}
.lpPricing_item_cta .lpBtn {
  justify-content: center;
  width: 100%;
}

.lpCampaignInfo {
  background-color: #f5f7f8;
  border-left: 4px solid #ff811e;
  border-radius: 4px;
  padding: 24px 28px;
}
@media (max-width: 768px) {
  .lpCampaignInfo {
    padding: 20px 16px;
  }
}
.lpCampaignInfo_period {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.lpCampaignInfo_period_label {
  color: #ff811e;
  font-weight: 700;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}
.lpCampaignInfo_period_value {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .lpCampaignInfo_period_value {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.lpCampaignInfo_discount {
  margin-top: 20px;
}
.lpCampaignInfo_discount_label {
  color: #5a6f72;
  font-size: 13px;
  font-size: 1.3rem;
}
.lpCampaignInfo_discount_value {
  color: #ff811e;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
  font-size: 40px;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .lpCampaignInfo_discount_value {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.lpCampaignInfo_discount_value_unit {
  font-size: 18px;
  font-size: 1.8rem;
}
.lpCampaignInfo_note {
  border-top: 1px solid #dce3e3;
  color: #5a6f72;
  margin-top: 16px;
  padding-top: 12px;
  font-size: 13px;
  font-size: 1.3rem;
}

.lpMerit_list {
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr;
}
@media (max-width: 768px) {
  .lpMerit_list {
    gap: 48px;
  }
}
.lpMerit_item {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .lpMerit_item {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .lpMerit_item {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.lpMerit_item:nth-child(even) {
  direction: rtl;
}
.lpMerit_item:nth-child(even) > * {
  direction: ltr;
}
.lpMerit_item_image {
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lpMerit_item_image {
    order: -1;
  }
}
.lpMerit_item_image img {
  display: block;
  height: auto;
  width: 100%;
}
.lpMerit_item_text {
  padding: 8px 0;
}
.lpMerit_item_number {
  font-size: 14px;
  font-size: 1.4rem;
  color: #00c9e3;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.lpMerit_item_title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .lpMerit_item_title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.lpMerit_item_body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #5a6f72;
  line-height: 1.6;
}

.lpFlow_list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .lpFlow_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .lpFlow_list {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.lpFlow_item {
  background-color: #f5f7f8;
  border-radius: 12px;
  padding: 28px 24px;
}
@media (max-width: 768px) {
  .lpFlow_item {
    padding: 24px 16px;
  }
}
.lpFlow_item_step {
  font-size: 16px;
  font-size: 1.6rem;
  align-items: center;
  background-color: #12b8d7;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  line-height: 1;
  margin-bottom: 16px;
  width: 44px;
}
.lpFlow_item_image {
  margin-bottom: 16px;
}
.lpFlow_item_image img {
  border-radius: 8px;
  height: auto;
  width: 100%;
}
.lpFlow_item_title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.lpFlow_item_body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #5a6f72;
  line-height: 1.6;
}

.lpCardGrid {
  display: grid;
  gap: 24px;
  list-style: none;
  padding: 0;
}
.lpCardGrid-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.lpCardGrid-col3 {
  grid-template-columns: repeat(3, 1fr);
}
.lpCardGrid-col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .lpCardGrid-col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .lpCardGrid-col2, .lpCardGrid-col3, .lpCardGrid-col4 {
    grid-template-columns: 1fr;
  }
  .lpCardGrid {
    gap: 16px;
  }
}

.lpCard {
  background-color: #fff;
  border: 1px solid #dce3e3;
  border-radius: 12px;
  overflow: visible;
  padding: 32px;
  position: relative;
}
@media (max-width: 768px) {
  .lpCard {
    padding: 24px 20px;
  }
}

.lpCard_badge {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 999px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 4px 12px;
}
.lpCard_badge-accent {
  background-color: #ff811e;
  color: #12b8d7;
}
.lpCard_badge-gray {
  background-color: #dce3e3;
  color: #5a6f72;
}

.lpCard_iconCircle {
  align-items: center;
  background-color: #e6f8fb;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 38px;
  justify-content: center;
  overflow: hidden;
  width: 38px;
}
.lpCard_iconCircle img {
  height: 20px;
  width: 20px;
}

.lpCard_iconCircle-lg {
  align-items: center;
  background: linear-gradient(135deg, #e6f8fb 0%, #d8f0f4 100%);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 64px;
  justify-content: center;
  width: 64px;
}
.lpCard_iconCircle-lg img {
  height: 36px;
  width: 36px;
}

.lpCard_title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.lpCard_body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #00363d;
  line-height: 1.85;
}

.lpCard_image {
  border: 1px solid #dce3e3;
  border-radius: 4px;
  height: 200px;
  overflow: hidden;
  width: 100%;
}
.lpCard_image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lpCard_divider {
  border-bottom: 1px solid #dce3e3;
  width: 100%;
}

.lpCard_usage {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lpCard_usage_label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #00363d;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.lpCard_usage_value {
  font-size: 14px;
  font-size: 1.4rem;
  color: #00c9e3;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.lpCard_list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: none;
  padding: 0;
  width: 100%;
}

.lpCard_list_item {
  align-items: center;
  display: flex;
  gap: 8px;
}

.lpCard_list_text {
  font-size: 14px;
  font-size: 1.4rem;
  flex: 1;
  line-height: 1.71;
  min-width: 0;
}

.lpCard_list_marker-ng {
  font-size: 14px;
  font-size: 1.4rem;
  color: #5a6f72;
  flex-shrink: 0;
  font-weight: 700;
  line-height: 1.71;
}

.lpCard_list_marker-ok {
  background-color: #00c9e3;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #00c9e3, inset 0 0 0 3px #fff;
  flex-shrink: 0;
  height: 14px;
  width: 14px;
}

.lpCard_tag {
  align-items: center;
  display: flex;
  gap: 10px;
}

.lpCard_tag_sub {
  font-size: 11px;
  font-size: 1.1rem;
  color: #00c9e3;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.lpCard-issue {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  padding: 24px;
}
@media (max-width: 768px) {
  .lpCard-issue {
    padding: 20px 16px;
  }
}

.lpCard-recommend {
  align-items: center;
  display: flex;
  gap: 20px;
  padding: 24px;
}
@media (max-width: 768px) {
  .lpCard-recommend {
    padding: 20px 16px;
  }
}

.lpCard-merit {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lpCard-step {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lpCard_stepNo {
  align-items: center;
  display: flex;
  gap: 8px;
}

.lpCard_stepNo_label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #00c9e3;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lpCard_stepNo_num {
  font-size: 24px;
  font-size: 2.4rem;
  align-items: center;
  background-color: #ff811e;
  border-radius: 50%;
  color: #12b8d7;
  display: inline-flex;
  flex-shrink: 0;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  letter-spacing: 0.07em;
  width: 48px;
}

.lpCard_imageWrap {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.lpCard_imageWrap img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lpCard-image {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lpCard-image .lpCard_badge {
  left: -1px;
  position: absolute;
  top: -14px;
}

.lpCard-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lpCard-before {
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lpCard-after {
  border: 2px solid #ff811e;
  box-shadow: 0 6px 12px rgba(255, 129, 30, 0.35);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lpReasonList {
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr;
}
@media (max-width: 768px) {
  .lpReasonList {
    gap: 48px;
  }
}

.lpReasonItem {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dce3e3;
  border-radius: 12px;
  display: flex;
  gap: 40px;
  padding: 32px;
}
@media (max-width: 1024px) {
  .lpReasonItem {
    gap: 32px;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .lpReasonItem {
    flex-direction: column;
    gap: 16px;
    padding: 24px 20px;
  }
}
@media (min-width: 1025px) {
  .lpReasonItem:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.lpReasonItem_num {
  font-size: 56px;
  font-size: 5.6rem;
  color: #00c9e3;
  flex-shrink: 0;
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media (max-width: 768px) {
  .lpReasonItem_num {
    font-size: 40px;
    font-size: 4rem;
  }
}
.lpReasonItem_content {
  display: flex;
  flex: 1 0 300px;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.lpReasonItem_title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.lpReasonItem_body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #5a6f72;
  line-height: 1.85;
}
.lpReasonItem_img {
  aspect-ratio: 1.6153846154;
  background-color: #f5f7f8;
  border-radius: 12px;
  flex: 0 1 420px;
  min-width: 160px;
  overflow: hidden;
}
.lpReasonItem_img img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .lpReasonItem_img {
    aspect-ratio: unset;
    border-radius: 8px;
    flex: none;
    height: 178px;
    min-width: unset;
    width: 100%;
  }
}

.lpCompare {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .lpCompare {
    grid-template-columns: 1fr;
  }
}

.lpFaq_list {
  border-bottom: 1px solid #dce3e3;
}
.lpFaq_item {
  border-top: 1px solid #dce3e3;
}
.lpFaq_item summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 24px 16px;
}
.lpFaq_item summary::-webkit-details-marker {
  display: none;
}
.lpFaq_item summary::before {
  font-size: 20px;
  font-size: 2rem;
  color: #00c9e3;
  content: "Q.";
  flex-shrink: 0;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .lpFaq_item summary {
    padding: 20px 0;
  }
}
.lpFaq_item_question {
  font-size: 16px;
  font-size: 1.6rem;
  flex: 1;
  font-weight: 700;
  line-height: 1.5;
}
.lpFaq_item_toggle {
  align-items: center;
  background-color: #e6f8fb;
  border-radius: 50%;
  color: #12b8d7;
  display: flex;
  flex-shrink: 0;
  height: 28px;
  justify-content: center;
  line-height: 1;
  transition: background-color 0.2s;
  width: 28px;
}
.lpFaq_item_toggle::after {
  font-size: 18px;
  font-size: 1.8rem;
  content: "＋";
  font-weight: 700;
}
.lpFaq_item[open] .lpFaq_item_toggle {
  background-color: #ff811e;
}
.lpFaq_item[open] .lpFaq_item_toggle::after {
  content: "＋";
  display: inline-block;
  transform: rotate(45deg);
}
.lpFaq_item_answer {
  font-size: 16px;
  font-size: 1.6rem;
  color: #00363d;
  line-height: 1.5;
  padding: 16px 16px 24px 30px;
}
@media (max-width: 768px) {
  .lpFaq_item_answer {
    padding: 16px 0 20px 26px;
  }
}

.lpTable {
  border: 1px solid #dce3e3;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lpTable {
    overflow-x: auto;
  }
}
.lpTable table {
  border-collapse: collapse;
  min-width: 600px;
  width: 100%;
}
.lpTable thead {
  background-color: #12b8d7;
  color: #fff;
}
.lpTable th,
.lpTable td {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #dce3e3;
  padding: 16px 24px;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .lpTable th,
  .lpTable td {
    padding: 12px 16px;
  }
}
.lpTable th {
  font-weight: 700;
}
.lpTable tbody tr:nth-child(even) {
  background-color: #f5f7f8;
}
.lpTable tbody tr:last-child td {
  border-bottom: none;
}

.lpFooter {
  background-color: #00363d;
  color: rgba(255, 255, 255, 0.7);
  padding: 48px 0;
}
.lpFooter_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lpFooter_logo {
  width: 160px;
}
.lpFooter_logo img {
  height: auto;
  width: 100%;
}
.lpFooter_links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lpFooter_links a {
  color: inherit;
  text-decoration: underline;
  font-size: 13px;
  font-size: 1.3rem;
  transition: opacity 0.2s;
}
.lpFooter_links a:hover {
  opacity: 0.8;
}
.lpFooter_copy {
  font-size: 12px;
  font-size: 1.2rem;
}
