@charset "UTF-8";
/*------------------------------
基本設定
------------------------------*/
body {
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  padding-bottom: 5.125rem;
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
  touch-action: none;
}

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

a {
  color: inherit;
}

:focus {
  outline: none;
}

:focus-visible {
  border-radius: 2px;
  outline: 1px solid #2563eb;
}
/*------------------------------
汎用クラス
------------------------------*/
/*PCのみ改行*/
.u-br-pc {
  display: none;
}

/*スマホのみ改行*/
.u-br-sp {
  display: block;
}

.u-visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*画面サイズに合わせてテキスト改行*/
.u-inline-block {
  display: inline-block;
}

.u-line-through {
  text-decoration: line-through;
}

.u-color-red {
  color: #dc2626;
}

.u-color-blue {
  color: #2563eb;
}

.u-bold {
  font-weight: 700;
}

/*------------------------------
layout
------------------------------*/
.l-main__inner {
  margin-inline: auto;
  padding-inline: clamp(2rem, -1.1524064171rem + 12.8342245989vw, 5rem);
  width: 100%;
}

.l-full-width {
  margin: 0 calc(50% - 50vw);
  padding: 0;
  position: relative;
  width: 100vw;
}

.l-inner {
  margin-inline: auto;
  padding-inline: clamp(2rem, -1.1524064171rem + 12.8342245989vw, 5rem);
  width: 100%;
}
.l-inner.l-inner--mv {
  padding-inline: clamp(1.5rem, -2.1778074866rem + 14.9732620321vw, 5rem);
}

/*------------------------------
セットパーツ
------------------------------*/
/* ヘッダー */
.p-header {
  background: #fff;
  box-sizing: border-box;
  height: 4.75rem;
  left: 0;
  padding-block: 0.875rem;
  position: fixed;
  top: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
  z-index: 50000;
}
.p-header.is-scrolled {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.p-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-header__title {
  color: #1e40af;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-header__title a {
  display: block;
  line-height: 2;
  transition: opacity 0.3s ease;
}

.p-header__menu {
  display: none;
}

.p-header__button {
  display: none;
}

.p-drawer {
  background: linear-gradient(135deg, #1a365d 0%, #2a4365 100%);
  height: calc(100% - 4.75rem);
  overflow: hidden;
  padding-block: 4.375rem 20px;
  position: fixed;
  right: 0;
  top: 4.75rem;
  transform: translateY(-100%);
  transition: transform 0.3s linear;
  width: 100%;
  z-index: 6500;
}
.p-drawer.is-open {
  pointer-events: auto;
  transform: translateY(0);
}

.p-drawer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}

.p-drawer__nav {
  margin-bottom: 1.5rem;
}

.p-drawer__nav-items {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-drawer__nav-items li {
  width: 100%;
}
.p-drawer__nav-items li a {
  color: #FFF;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  padding-block: 8px;
}

.p-drawer-icon {
  height: 24px;
  position: relative;
  width: 32px;
  z-index: 7000;
}
.p-drawer-icon.is-checked {
  z-index: 8000;
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(1) {
  top: 12px;
  transform: rotate(45deg);
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(3) {
  top: 12px;
  transform: rotate(-45deg);
}

.p-drawer-icon__bar {
  background-color: #333;
  border-radius: 9999px;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.3s linear, top 0.3s linear;
  width: 32px;
}
.p-drawer-icon__bar:nth-of-type(1) {
  top: 0;
}
.p-drawer-icon__bar:nth-of-type(2) {
  top: 12px;
}
.p-drawer-icon__bar:nth-of-type(3) {
  top: 24px;
}

/* メインビジュアル */
.p-mv {
  background: linear-gradient(135deg, #1a365d 0%, #2a4365 100%);
  padding-block: calc(clamp(2.5rem, 1.5616045845rem + 3.8204393505vw, 5rem) + 4.75rem) clamp(3.75rem, 3.2808022923rem + 1.9102196753vw, 5rem);
}

.p-mv__inner {
  display: flex;
  flex-direction: column;
}

.p-mv__content {
  color: #FFF;
  display: contents;
}

.p-mv__badge {
  align-items: center;
  background-color: #ef4444;
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  gap: 0.25rem;
  margin: 0 auto 1.5rem;
  order: 1;
  padding: 0.25rem 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
}
.p-mv__badge::before {
  background-color: #FFF;
  content: "";
  display: inline-block;
  height: 1rem;
  width: 0.75rem;
  -webkit-mask: url("../img/icon/fire-flame-curved.svg");
          mask: url("../img/icon/fire-flame-curved.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.p-mv__slogan,
.p-mv__text,
.p-mv__timer,
.p-mv__buttons {
  order: 3;
}

.p-mv__slogan {
  font-size: clamp(1.875rem, 1.1712034384rem + 2.8653295129vw, 3.75rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.p-mv__text {
  font-size: clamp(1rem, 0.8123209169rem + 0.7640878701vw, 1.5rem);
  line-height: 1.45;
  margin-bottom: 2rem;
}

.p-mv__timer {
  margin-bottom: 2rem;
}

.p-mv__timer-countdown {
  align-items: center;
  background: #000;
  border-radius: 0.5rem;
  display: flex;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 0.5rem;
  padding: 0.5rem clamp(0.625rem, 0.4842406877rem + 0.5730659026vw, 1rem);
  width: -moz-fit-content;
  width: fit-content;
}

.p-mv__timer-text {
  font-size: clamp(0.9375rem, 0.8671203438rem + 0.2865329513vw, 1.125rem);
}

.p-mv__timer-text-br {
  display: none;
}

.p-mv__timer-time-box {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.p-mv__timer-time,
.p-mv__timer-unit {
  font-size: clamp(1rem, 0.9530802292rem + 0.1910219675vw, 1.125rem);
}

.p-mv__timer-time {
  background: #f97316;
  border-radius: 0.25rem;
  min-width: 2.5rem;
  padding: 0.5rem;
  text-align: center;
}

.p-mv__timer-note {
  font-size: clamp(0.875rem, 0.8280802292rem + 0.1910219675vw, 1rem);
}

.p-mv__buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-mv__img {
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  order: 2;
  width: 100%;
}
.p-mv__img img {
  border-radius: 0.5rem;
  width: 100%;
}

/* セクション共通 */
.p-section {
  background: #fff;
  padding-block: clamp(2.5rem, 1.9369627507rem + 2.2922636103vw, 4rem);
}
.p-section.p-section--color-light {
  background: #eff6ff;
}
.p-section.p-section--color-dark {
  background: #dbeafe;
}

.p-section__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.3123209169rem + 0.7640878701vw, 1rem);
  justify-content: center;
  margin-bottom: clamp(1.5rem, 0.9369627507rem + 2.2922636103vw, 3rem);
}

.p-section__heading-title {
  font-size: clamp(1.5rem, 0.9838825215rem + 2.1012416428vw, 2.875rem);
  font-weight: 700;
  text-align: center;
}

.p-section__heading-text {
  color: #4b5563;
  font-size: clamp(1rem, 0.9061604585rem + 0.3820439351vw, 1.25rem);
}

/* 選べる特典プラン */
.p-plan__cards {
  display: grid;
  gap: 2rem;
  margin-bottom: clamp(1.5rem, 0.9369627507rem + 2.2922636103vw, 3rem);
}

.p-plan__card {
  background: #FFF;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 1.3123209169rem + 0.7640878701vw, 2rem);
  padding: 1.5rem clamp(1.25rem, 1.1561604585rem + 0.3820439351vw, 1.5rem);
}
.p-plan__card.p-plan__card--free {
  border: 2px solid #2563eb;
}
.p-plan__card.p-plan__card--free .p-plan__card-header-badge {
  background: #2563eb;
}
.p-plan__card.p-plan__card--free .p-plan__card-item {
  padding-left: 1.75rem;
}
.p-plan__card.p-plan__card--free .p-plan__card-item::before {
  height: 1rem;
  width: 1rem;
  -webkit-mask: url("../img/icon/circle-check.svg");
          mask: url("../img/icon/circle-check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
  background-color: #2563eb;
          mask-size: contain;
}
.p-plan__card.p-plan__card--premium {
  border: 2px solid #f97316;
}
.p-plan__card.p-plan__card--premium .p-plan__card-header-badge {
  background-color: #f97316;
}
.p-plan__card.p-plan__card--premium .p-plan__card-item {
  padding-left: 1.875rem;
}
.p-plan__card.p-plan__card--premium .p-plan__card-item::before {
  height: 1rem;
  width: 1.125rem;
  -webkit-mask: url("../img/icon/crown.svg");
          mask: url("../img/icon/crown.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
  background: #f49e2e;
          mask-size: contain;
}

.p-plan__card-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-plan__card-header-badge {
  background: #000;
  border-radius: 9999px;
  color: #FFF;
  display: block;
  font-size: clamp(0.875rem, 0.8280802292rem + 0.1910219675vw, 1rem);
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 0.5rem;
  padding: 0.25rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-plan__card-header-title {
  font-size: clamp(1.25rem, 1.0154011461rem + 0.9551098376vw, 1.875rem);
  font-weight: 700;
}

.p-plan__card-header-text {
  color: #4b5563;
  font-size: clamp(1rem, 0.9530802292rem + 0.1910219675vw, 1.125rem);
  margin-bottom: 0.5rem;
}

.p-plan__card-header-badge-limited {
  align-items: center;
  background-color: #ef4444;
  border-radius: 9999px;
  color: #FFF;
  display: inline-flex;
  font-size: clamp(0.75rem, 0.7030802292rem + 0.1910219675vw, 0.875rem);
  font-weight: 600;
  gap: 0.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
}
.p-plan__card-header-badge-limited::before {
  background-color: #FFF;
  content: "";
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  -webkit-mask: url("../img/icon/clock.svg");
          mask: url("../img/icon/clock.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.p-plan__card-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-plan__card-item {
  position: relative;
}
.p-plan__card-item::before {
  content: "";
  left: 0;
  position: absolute;
  top: 0.25rem;
}

.p-plan__card-item-title {
  font-size: clamp(1rem, 0.9530802292rem + 0.1910219675vw, 1.125rem);
  font-weight: 600;
}

.p-plan__card-item-text {
  color: #4b5563;
  font-size: clamp(0.875rem, 0.8280802292rem + 0.1910219675vw, 1rem);
}

.p-plan__card-footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  min-height: 4.5rem;
}

.p-plan__card-footer-text {
  color: #6b7280;
  font-size: clamp(0.875rem, 0.8280802292rem + 0.1910219675vw, 1rem);
}

.p-plan__footer {
  text-align: center;
}

.p-plan__footer-text {
  color: #4b5563;
  font-size: clamp(1rem, 0.9530802292rem + 0.1910219675vw, 1.125rem);
}

/* こんなお悩みありませんか？ */
.p-problem__cards {
  display: grid;
  gap: clamp(1.5rem, 1.3123209169rem + 0.7640878701vw, 2rem);
}

.p-problem__card {
  background: #eff6ff;
  border-radius: 0.5rem;
  padding: 4.8125rem clamp(1.25rem, 1.1561604585rem + 0.3820439351vw, 1.5rem) 1.5rem;
  position: relative;
}
.p-problem__card::before {
  background-color: #2563eb;
  content: "";
  left: clamp(1.25rem, 1.1561604585rem + 0.3820439351vw, 1.5rem);
  position: absolute;
  top: 1.5rem;
}
.p-problem__card:nth-child(1)::before {
  height: 2.3125rem;
  width: 2.25rem;
  -webkit-mask: url("../img/icon/magnifying-glass.svg");
          mask: url("../img/icon/magnifying-glass.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-problem__card:nth-child(2)::before {
  height: 2.3125rem;
  width: 2.25rem;
  -webkit-mask: url("../img/icon/triangle-exclamation.svg");
          mask: url("../img/icon/triangle-exclamation.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-problem__card:nth-child(3)::before {
  height: 2.3125rem;
  width: 2.8125rem;
  -webkit-mask: url("../img/icon/truck-fast.svg");
          mask: url("../img/icon/truck-fast.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-problem__card:nth-child(4)::before {
  height: 2.3125rem;
  width: 2.5625rem;
  -webkit-mask: url("../img/icon/store.svg");
          mask: url("../img/icon/store.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-problem__card:nth-child(5)::before {
  height: 2.3125rem;
  width: 2.25rem;
  -webkit-mask: url("../img/icon/clock.svg");
          mask: url("../img/icon/clock.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-problem__card:nth-child(6)::before {
  height: 2.3125rem;
  width: 2.8125rem;
  -webkit-mask: url("../img/icon/users.svg");
          mask: url("../img/icon/users.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.p-problem__card-title {
  font-size: clamp(1.25rem, 1.2030802292rem + 0.1910219675vw, 1.375rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.p-problem__card-text {
  font-size: clamp(1rem, 0.9530802292rem + 0.1910219675vw, 1.125rem);
}

/* 選ばれる理由 */
.p-features__cards {
  display: grid;
  gap: clamp(1.5rem, 1.3123209169rem + 0.7640878701vw, 2rem);
}

.p-features__card {
  background: #FFF;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 4.8125rem clamp(1.25rem, 1.1561604585rem + 0.3820439351vw, 1.5rem) 1.5rem;
  position: relative;
}
.p-features__card::before {
  background-color: #2563eb;
  content: "";
  left: clamp(1.25rem, 1.1561604585rem + 0.3820439351vw, 1.5rem);
  position: absolute;
  top: 1.5rem;
}
.p-features__card:nth-child(1)::before {
  height: 2.3125rem;
  width: 2.8125rem;
  -webkit-mask: url("../img/icon/user-shield.svg");
          mask: url("../img/icon/user-shield.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-features__card:nth-child(2)::before {
  height: 2.3125rem;
  width: 2.25rem;
  -webkit-mask: url("../img/icon/earth-asia.svg");
          mask: url("../img/icon/earth-asia.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-features__card:nth-child(3)::before {
  height: 2.3125rem;
  width: 2rem;
  -webkit-mask: url("../img/icon/check-double.svg");
          mask: url("../img/icon/check-double.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-features__card:nth-child(4)::before {
  height: 2.3125rem;
  width: 2.5625rem;
  -webkit-mask: url("../img/icon/hand-holding-dollar.svg");
          mask: url("../img/icon/hand-holding-dollar.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-features__card:nth-child(5)::before {
  height: 2.3125rem;
  width: 2.8125rem;
  -webkit-mask: url("../img/icon/comments.svg");
          mask: url("../img/icon/comments.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-features__card:nth-child(6)::before {
  height: 2.3125rem;
  width: 2.8125rem;
  -webkit-mask: url("../img/icon/shop.svg");
          mask: url("../img/icon/shop.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.p-features__card-title {
  font-size: clamp(1.25rem, 1.2030802292rem + 0.1910219675vw, 1.375rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.p-features__card-text {
  font-size: clamp(1rem, 0.9530802292rem + 0.1910219675vw, 1.125rem);
}

/* ご利用の流れ */
.p-flow__steps {
  display: grid;
  gap: 1.5rem;
}

.p-flow__steps {
  counter-reset: flow-step;
}

.p-flow__step {
  background: #FFF;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  counter-increment: flow-step;
  padding: 6.5rem clamp(1rem, 0.4745989305rem + 2.1390374332vw, 1.5rem) 1.5rem;
  position: relative;
}
.p-flow__step::before {
  align-items: center;
  background: #2563eb;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(37, 99, 235, 0.25);
  color: #FFF;
  content: counter(flow-step);
  display: flex;
  font-size: 1.5rem;
  height: 4rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 1.5rem;
  transform: translateX(-50%);
  width: 4rem;
}
.p-flow__step::after {
  background-color: #2563eb;
  bottom: -1rem;
  content: "";
  height: 32px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 2px;
}
.p-flow__step:last-child::after {
  display: none;
}

.p-flow__step-title,
.p-flow__step-text {
  text-align: center;
}

.p-flow__step-title {
  font-size: clamp(1.25rem, 1.1186497326rem + 0.5347593583vw, 1.375rem);
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}

.p-flow__step-text {
  font-size: clamp(1rem, 0.9530802292rem + 0.1910219675vw, 1.125rem);
}

/* 仕入れから販売までの流れ */
.p-process__steps {
  display: grid;
  gap: 3.75rem;
  margin-bottom: clamp(1.5rem, 0.9369627507rem + 2.2922636103vw, 3rem);
}

.p-process__step {
  display: flex;
  flex-direction: column;
  position: relative;
}
.p-process__step:nth-child(-n+5)::before {
  background: #2563eb;
  bottom: -2.25rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
  content: "";
  height: 0.9375rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1.875rem;
}
.p-process__step:nth-child(1) .p-process__step-icon::after {
  height: 2.3125rem;
  width: 2.25rem;
  -webkit-mask: url("../img/icon/magnifying-glass.svg");
          mask: url("../img/icon/magnifying-glass.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-process__step:nth-child(2) .p-process__step-icon::after {
  height: 2.3125rem;
  width: 2.25rem;
  -webkit-mask: url("../img/icon/list-check.svg");
          mask: url("../img/icon/list-check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-process__step:nth-child(3) .p-process__step-icon::after {
  height: 2.3125rem;
  width: 2.8125rem;
  -webkit-mask: url("../img/icon/truck-fast.svg");
          mask: url("../img/icon/truck-fast.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-process__step:nth-child(4) .p-process__step-icon::after {
  height: 2.3125rem;
  width: 2.5625rem;
  -webkit-mask: url("../img/icon/paintbrush.svg");
          mask: url("../img/icon/paintbrush.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-process__step:nth-child(5) .p-process__step-icon::after {
  height: 2.3125rem;
  width: 2.8125rem;
  -webkit-mask: url("../img/icon/users.svg");
          mask: url("../img/icon/users.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-process__step:nth-child(6) .p-process__step-icon::after {
  height: 2.3125rem;
  width: 2.8125rem;
  -webkit-mask: url("../img/icon/warehouse.svg");
          mask: url("../img/icon/warehouse.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.p-process__step-icon {
  background: #2563eb;
  border-radius: 50%;
  display: block;
  height: clamp(5.5rem, 5.3123209169rem + 0.7640878701vw, 6rem);
  margin: 0 auto 1rem;
  position: relative;
  width: clamp(5.5rem, 5.3123209169rem + 0.7640878701vw, 6rem);
}
.p-process__step-icon:after {
  background-color: #FFF;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-process__step-title {
  align-items: center;
  display: flex;
  font-size: clamp(1.125rem, 1.0780802292rem + 0.1910219675vw, 1.25rem);
  font-weight: 700;
  gap: 0.25rem;
  justify-content: center;
  line-height: 1.55;
  margin-bottom: 0.5rem;
}

.p-process__step-body {
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem;
}

.p-process__step-body-img {
  align-items: center;
  border-radius: 0.25rem;
  display: flex;
  height: clamp(8rem, 4.5848930481rem + 13.9037433155vw, 11.25rem);
  justify-content: center;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.p-process__step-body-img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
  border-radius: 0.25rem;
     object-position: center;
}

.p-process__step-body-text {
  font-size: clamp(0.875rem, 0.8280802292rem + 0.1910219675vw, 1rem);
  line-height: 1.43;
}

.p-process__footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-process__footer-text {
  color: #4b5563;
  font-size: clamp(1rem, 0.9530802292rem + 0.1910219675vw, 1.125rem);
  margin-bottom: 1.5rem;
  text-align: left;
}

/* お客様の声 */
.p-voice__cards {
  display: grid;
  gap: 1.5rem;
}

.p-voice__card {
  background: #eff6ff;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
}

.p-voice__card-header {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.p-voice__card-header-badge {
  align-items: center;
  background: #bfdbfe;
  border-radius: 50%;
  color: #1d4ed8;
  display: flex;
  font-weight: 700;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.p-voice__card-name {
  font-size: clamp(1.25rem, 1.2030802292rem + 0.1910219675vw, 1.375rem);
  font-weight: 700;
}

.p-voice__card-meta {
  color: #6b7280;
  font-size: clamp(0.875rem, 0.8280802292rem + 0.1910219675vw, 1rem);
}

.p-voice__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-voice__card-rating {
  align-items: center;
  display: flex;
}

.p-voice__icon-star {
  background-color: #fabf3f;
  display: inline-block;
  height: 1.125rem;
  width: 1.25rem;
  -webkit-mask: url("../img/icon/star.svg");
          mask: url("../img/icon/star.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-voice__icon-star.c-icon-star--half {
  -webkit-mask: url("../img/icon/star-half.svg");
          mask: url("../img/icon/star-half.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

/* 他社との比較 */
.p-compare__sp-only-text {
  display: block;
  font-size: clamp(0.8125rem, 0.7468248663rem + 0.2673796791vw, 0.875rem);
  font-weight: 500;
  margin-bottom: 0.375rem;
  text-align: right;
}

.p-compare__table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.p-compare__table {
  border-collapse: collapse;
  min-width: 41.25rem;
  table-layout: fixed;
  width: 100%;
}
.p-compare__table th,
.p-compare__table td {
  font-size: clamp(0.8125rem, 0.6952005731rem + 0.4775549188vw, 1.125rem);
  padding: clamp(0.625rem, 0.4842406877rem + 0.5730659026vw, 1rem);
}
.p-compare__table thead th,
.p-compare__table tbody td {
  text-align: center;
}
.p-compare__table tbody th,
.p-compare__table tbody td {
  border: 1px solid #e5e7eb;
}
.p-compare__table thead th {
  background: #2563eb;
  color: #FFF;
  font-weight: 700;
}
.p-compare__table tbody tr:nth-child(even) {
  background: #fff;
}
.p-compare__table tbody th {
  font-weight: 400;
}

.p-compare__table-our-company {
  color: #2563eb;
}

.p-compare__icon-check {
  padding-left: calc(clamp(0.8125rem, 0.6952005731rem + 0.4775549188vw, 1.125rem) + 0.25rem);
  position: relative;
}
.p-compare__icon-check::before {
  background-color: #9ca3ae;
  content: "";
  display: inline-block;
  height: clamp(0.8125rem, 0.6952005731rem + 0.4775549188vw, 1.125rem);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(0.8125rem, 0.6952005731rem + 0.4775549188vw, 1.125rem);
  -webkit-mask: url("../img/icon/circle-check.svg");
          mask: url("../img/icon/circle-check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-compare__icon-check.p-compare__icon-check--xmark::before {
  background-color: #f77273;
  height: clamp(0.8125rem, 0.6952005731rem + 0.4775549188vw, 1.125rem);
  width: clamp(0.625rem, 0.5311604585rem + 0.3820439351vw, 0.875rem);
  -webkit-mask: url("../img/icon/xmark.svg");
          mask: url("../img/icon/xmark.svg");
}
.p-compare__icon-check.p-compare__icon-check--our-company::before {
  background-color: #2563eb;
}

/* よくある質問 */
.p-faq {
  margin: 0 auto;
  max-width: 900px;
}

.p-faq__item {
  padding: clamp(1rem, 0.8123209169rem + 0.7640878701vw, 1.5rem) clamp(0.125rem, -1.3198529412rem + 5.8823529412vw, 1.5rem);
}
.p-faq__item:nth-child(n+2) {
  position: relative;
}
.p-faq__item:nth-child(n+2)::before {
  background: #e5e7eb;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-faq__question,
.p-faq__answer-text {
  font-size: clamp(0.875rem, 0.6122994652rem + 1.0695187166vw, 1.125rem);
}

.p-faq__question {
  cursor: pointer;
  display: block;
  font-weight: 600;
  padding-right: clamp(2rem, 1.3431232092rem + 2.6743075454vw, 3.75rem);
  position: relative;
  width: 100%;
}
.p-faq__question::-webkit-details-marker {
  display: none;
}
.p-faq__question::after {
  background-color: #2563eb;
  content: "";
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 1rem;
  -webkit-mask: url("../img/icon/chevron-down.svg");
          mask: url("../img/icon/chevron-down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: transform 0.1s ease;
}

details[open] .p-faq__question::after {
  transform: translateY(-50%) rotate(180deg);
}

.p-faq__answer-text {
  padding: 1.5rem clamp(2rem, 1.3431232092rem + 2.6743075454vw, 3.75rem) 0 0;
}

/* 会員登録 */
.p-entry {
  margin: 0 auto;
  max-width: 1000px;
}

.p-entry__contents {
  display: grid;
  gap: clamp(1.5rem, 1.3123209169rem + 0.7640878701vw, 2rem);
  margin-bottom: 3rem;
}

.p-entry__content {
  background: #FFF;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 1.5rem clamp(1.25rem, 1.1561604585rem + 0.3820439351vw, 1.5rem);
}
.p-entry__content.p-entry__content--free .p-entry__content-header {
  margin-bottom: 1rem;
}
.p-entry__content.p-entry__content--premium .p-entry__content-body {
  padding-top: 1rem;
}
.p-entry__content.p-entry__content--premium .p-entry__button {
  margin-bottom: 1rem;
}

.p-entry__content-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-entry__content-header-title {
  font-size: clamp(1.25rem, 1.1092406877rem + 0.5730659026vw, 1.625rem);
  font-weight: 700;
}

.p-entry__content-header-text {
  color: #4b5563;
  font-size: clamp(0.875rem, 0.8280802292rem + 0.1910219675vw, 1rem);
}

.p-entry__form-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}

.p-entry__form-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-entry__form-item-label {
  font-size: clamp(0.875rem, 0.7811604585rem + 0.3820439351vw, 1.125rem);
  font-weight: 700;
  line-height: 1.4286;
}

.p-entry__form-item-input-text {
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  line-height: 1.25;
  padding: 0.625rem 0.75rem;
}
.p-entry__form-item-input-text::-moz-placeholder {
  color: #9ca3af;
}
.p-entry__form-item-input-text::placeholder {
  color: #9ca3af;
}

.p-entry__form-checkbox {
  align-items: center;
  display: block;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.p-entry__form-checkbox-input {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

.p-entry__form-checkbox-text {
  font-size: clamp(0.875rem, 0.8515401146rem + 0.0955109838vw, 0.9375rem);
}
.p-entry__form-checkbox-text a {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.p-entry__text-box {
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem clamp(0.625rem, 0.4842406877rem + 0.5730659026vw, 1rem);
}

.p-entry__text-box-title {
  font-size: clamp(1rem, 0.9061604585rem + 0.3820439351vw, 1.25rem);
  font-weight: 700;
  margin-bottom: clamp(0.5rem, 0.3123209169rem + 0.7640878701vw, 1rem);
  text-align: center;
}

.p-entry__text-box-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-entry__text-box-item {
  font-size: clamp(0.875rem, 0.8280802292rem + 0.1910219675vw, 1rem);
  padding-left: 1.5rem;
  position: relative;
}
.p-entry__text-box-item::before {
  content: "";
  height: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  left: 0;
  position: absolute;
  top: 0.125rem;
  width: clamp(1rem, 0.9559859155rem + 0.1877934272vw, 1.125rem);
  -webkit-mask: url("../img/icon/crown.svg");
          mask: url("../img/icon/crown.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
  background-color: #f49e2e;
  flex-shrink: 0;
          mask-size: contain;
}

.p-entry__content-price {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.p-entry__price-regular {
  color: #6b7280;
  font-size: clamp(0.875rem, 0.8280802292rem + 0.1910219675vw, 1rem);
}

.p-entry__price-free {
  font-size: clamp(1rem, 0.8592406877rem + 0.5730659026vw, 1.375rem);
  font-weight: 700;
}

.p-entry__note {
  color: #6b7280;
  font-size: clamp(0.75rem, 0.7030802292rem + 0.1910219675vw, 0.875rem);
  text-align: center;
}

.p-entry__footer {
  color: #4b5563;
  font-size: clamp(0.875rem, 0.8280802292rem + 0.1910219675vw, 1rem);
  text-align: center;
}
.p-entry__footer a {
  color: #2563eb;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

/* フッター固定パネル */
.p-sticky-cta {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  height: 5.125rem;
  justify-content: center;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 6000;
}

.p-sticky-cta__inner {
  align-items: center;
  display: flex;
  gap: clamp(0.625rem, 0.4842406877rem + 0.5730659026vw, 1rem);
  justify-content: center;
}

/* フッター */
.p-footer {
  background: #1f2937;
  padding-block: 2rem;
}

.p-footer__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.p-footer__title,
.p-footer__contact-title {
  color: #FFF;
  margin-bottom: 1rem;
}

.p-footer__title {
  font-size: 1.25rem;
  font-weight: 700;
}

.p-footer__slogan,
.p-footer__address {
  color: #d1d5db;
}

.p-footer__slogan {
  margin-bottom: 0.5rem;
}

.p-footer__address {
  font-size: 0.875rem;
}

.p-footer__contact-title {
  font-size: 1.125rem;
  font-weight: 600;
}

.p-footer__contact-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-footer__contact-item {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.p-footer__contact-item a {
  color: #FFF;
  transition: color 0.3s ease;
}
.p-footer__contact-item.p-footer__contact-item--email::before, .p-footer__contact-item.p-footer__contact-item--phone::before {
  background-color: #FFF;
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
}
.p-footer__contact-item.p-footer__contact-item--email::before {
  -webkit-mask: url("../img/icon/envelope.svg");
          mask: url("../img/icon/envelope.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-footer__contact-item.p-footer__contact-item--phone::before {
  -webkit-mask: url("../img/icon/phone.svg");
          mask: url("../img/icon/phone.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.p-footer__bottom-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
  position: relative;
}
.p-footer__bottom-content::before {
  background-color: #374151;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-footer__copy {
  color: #9ca3af;
  font-size: clamp(0.8125rem, 0.7421203438rem + 0.2865329513vw, 1rem);
}

.p-footer__nav-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-footer__nav-item a {
  color: #9ca3af;
  font-size: clamp(0.875rem, 0.8280802292rem + 0.1910219675vw, 1rem);
  padding-block: 0.5rem;
  transition: color 0.3s ease;
}

/*------------------------------
共通パーツ
------------------------------*/
/* ボタン */
.c-button {
  align-items: center;
  border-radius: 0.375rem;
  color: #FFF;
  display: flex;
  font-size: clamp(1rem, 0.9530802292rem + 0.1910219675vw, 1.125rem);
  font-weight: 600;
  gap: 0.5rem;
  justify-content: center;
  min-height: 3.125rem;
  padding-inline: 1.5rem;
  transition: transform 0.3s ease, background-color 0.3s ease;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.c-button.c-button--blue {
  background-color: #2563eb;
  box-shadow: 0 4px 6px rgba(37, 99, 235, 0.25);
}
.c-button.c-button--orange {
  background-color: #f97316;
  box-shadow: 0 4px 6px rgba(249, 115, 22, 0.25);
}
.c-button.c-button--small {
  font-size: clamp(0.875rem, 0.8515401146rem + 0.0955109838vw, 0.9375rem);
  min-height: 2.75rem;
}
.c-button.c-button--small-sp {
  font-size: clamp(0.875rem, 0.7436497326rem + 0.5347593583vw, 1rem);
  padding-inline: clamp(0.0625rem, -1.4480280749rem + 6.1497326203vw, 1.5rem);
}
.c-button.c-button--width-full {
  width: 100%;
}
.c-button.c-button--width-full-sp {
  width: 100%;
}
.c-button.c-button--icon-sticky-panel {
  font-size: clamp(0.875rem, 0.7436497326rem + 0.5347593583vw, 1rem);
  padding-inline: clamp(1.25rem, 0.9872994652rem + 1.0695187166vw, 1.5rem);
}
.c-button.c-button--icon-user-plus::before, .c-button.c-button--icon-crown::before {
  background-color: #FFF;
  content: "";
  display: inline-block;
}
.c-button.c-button--icon-user-plus::before {
  height: 1rem;
  width: 1.25rem;
  -webkit-mask: url("../img/icon/user-plus.svg");
          mask: url("../img/icon/user-plus.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-button.c-button--icon-crown::before {
  height: 1rem;
  width: 1.125rem;
  -webkit-mask: url("../img/icon/crown.svg");
          mask: url("../img/icon/crown.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

/* バッジの拡大アニメーション */
.c-animation-pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (min-width: 393px) and (max-width: 500px){
  .p-mv__timer-text-br {
    display: block;
  }
}
@media screen and (min-width: 768px){
  .u-br-pc {
    display: block;
  }
  .u-br-sp {
    display: none;
  }
  .l-main__inner {
    max-width: calc(1200px + clamp(1.25rem, -5.8928571429rem + 14.880952381vw, 7.5rem) * 2);
    padding-inline: clamp(1.25rem, -5.8928571429rem + 14.880952381vw, 7.5rem);
  }
  .l-inner {
    max-width: calc(1200px + clamp(1.25rem, -5.8928571429rem + 14.880952381vw, 7.5rem) * 2);
    padding-inline: clamp(1.25rem, -5.8928571429rem + 14.880952381vw, 7.5rem);
  }
  .l-inner.l-inner--mv {
    max-width: calc(1200px + clamp(1.25rem, -5.8928571429rem + 14.880952381vw, 7.5rem) * 2);
    padding-inline: clamp(1.25rem, -5.8928571429rem + 14.880952381vw, 7.5rem);
  }
  .p-header__title a:hover {
    opacity: 0.7;
  }
  .p-header__menu {
    display: block;
  }
  .p-header__menu-items {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
  }
  .p-header__menu-item a {
    color: #374151;
    transition: color 0.3s ease;
  }
  .p-header__menu-item a:hover {
    color: #2563eb;
  }
  .p-header__actions {
    align-items: center;
    display: flex;
  }
  .p-header__button {
    display: block;
  }
  .p-drawer {
    display: none;
  }
  .p-drawer-icon {
    display: none;
  }
  .p-mv__inner {
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .p-mv__content {
    display: block;
    flex-grow: 1;
  }
  .p-mv__badge {
    margin: 0 0 1rem;
    order: initial;
  }
  .p-mv__slogan,
  .p-mv__text,
  .p-mv__timer,
  .p-mv__buttons {
    order: initial;
  }
  .p-mv__slogan {
    line-height: 1;
  }
  .p-mv__timer-text-br {
    display: none;
  }
  .p-mv__buttons {
    align-items: center;
    flex-direction: row;
  }
  .p-mv__img {
    flex-shrink: 0;
    margin-bottom: 0;
    max-width: clamp(18.75rem, -4.1071428571rem + 47.619047619vw, 38.75rem);
    order: initial;
  }
  .p-plan__cards {
    gap: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
    grid-template-columns: repeat(2, 1fr);
  }
  .p-plan__card {
    transition: transform 0.3s ease;
  }
  .p-plan__card:hover {
    transform: translateY(-5px);
  }
  .p-problem__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-features__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-flow__steps {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-flow__step {
    padding-inline: clamp(0.625rem, -1.5361445783rem + 3.3734939759vw, 1.5rem);
  }
  .p-flow__step::after {
    bottom: auto;
    height: 2px;
    right: -1rem;
    top: 1.875rem;
    transform: none;
    width: 32px;
  }
  .p-flow__step-title {
    font-size: clamp(1.25rem, 0.9412650602rem + 0.4819277108vw, 1.375rem);
  }
  .p-flow__step-text {
    font-size: clamp(1rem, 0.6912650602rem + 0.4819277108vw, 1.125rem);
  }
  .p-process__steps {
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    padding-right: 0.9375rem;
  }
  .p-process__step:nth-child(-n+5)::before {
    bottom: auto;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    height: 1.875rem;
    left: auto;
    right: -0.9375rem;
    top: 3.5rem;
    transform: none;
    width: 0.9375rem;
  }
  .p-process__step-body-img {
    height: clamp(8.75rem, 7.3214285714rem + 2.9761904762vw, 10rem);
  }
  .p-process__footer-text {
    text-align: center;
  }
  .p-voice__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-compare__sp-only-text {
    display: none;
  }
  .p-faq__item {
    padding: 1.5rem;
  }
  .p-faq__question,
  .p-faq__answer-text {
    font-size: 1.125rem;
  }
  .p-entry__contents {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-entry__content.p-entry__content--free .p-entry__content-header {
    margin-bottom: 0;
  }
  .p-entry__content-header {
    min-height: 4.125rem;
  }
  .p-entry__form-checkbox-text a:hover {
    opacity: 0.7;
  }
  .p-entry__footer a:hover {
    opacity: 0.7;
  }
  .p-footer__content {
    flex-direction: row;
  }
  .p-footer__contact-item a:hover {
    color: #94c5fa;
  }
  .p-footer__bottom-content {
    align-items: center;
    justify-content: center;
  }
  .p-footer__nav-items {
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
  }
  .p-footer__nav-item a:hover {
    color: #FFF;
  }
  .c-button:hover {
    transform: translateY(-2px);
  }
  .c-button:hover.c-button--blue {
    background-color: #1d4ed8;
  }
  .c-button:hover.c-button--orange {
    background-color: #ea580c;
  }
  .c-button.c-button--small-sp {
    font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
    padding-inline: 1.5rem;
  }
  .c-button.c-button--width-full-sp {
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-button.c-button--icon-sticky-panel {
    font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
    padding-inline: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .p-mv__timer-text-br {
    display: block;
  }
  .p-flow__steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-flow__step {
    padding-inline: 1.5rem;
  }
  .p-flow__step-title {
    font-size: 1.375rem;
  }
  .p-flow__step-text {
    font-size: 1.125rem;
  }
  .p-process__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 392px){
  .l-main__inner {
    padding-inline: clamp(1rem, -3.4444444444rem + 22.2222222222vw, 2rem);
  }
  .l-inner {
    padding-inline: clamp(1rem, -3.4444444444rem + 22.2222222222vw, 2rem);
  }
  .l-inner.l-inner--mv {
    padding-inline: clamp(1rem, -0.1111111111rem + 5.5555555556vw, 1.25rem);
  }
  .p-mv__timer-countdown {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
    justify-content: flex-start;
    padding-inline: 1rem;
  }
  .p-mv__timer-time-box {
    gap: 0.625rem;
  }
  .c-button.c-button--icon-sticky-panel {
    padding-inline: clamp(0.625rem, -2.1527777778rem + 13.8888888889vw, 1.25rem);
  }
}
@media print{
  /*印刷設定*/
  .p-drawer {
    display: none;
  }
}