@charset "UTF-8";
/*------------------------------
基本設定
------------------------------*/
body {
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}
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 #0659AE;
}
/*------------------------------
汎用クラス
------------------------------*/
/*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;
  text-decoration-thickness: 1px;
}

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

.u-color-blue {
  color: #0659AE;
}

.u-color-yellow {
  color: #FBFF15;
}

.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%;
}

/*------------------------------
セットパーツ
------------------------------*/
/* ヘッダー */
.p-header {
  background: #D5E6EE;
  box-sizing: border-box;
  display: flex;
  height: clamp(3.75rem, 3.1521045918rem + 2.5510204082vw, 4.375rem);
  left: 0;
  position: fixed;
  top: 0;
  transition: box-shadow 0.3s ease, background 0.3s ease, height 0.3s ease;
  width: 100%;
  z-index: 5000;
}
.p-header.is-scrolled {
  background: #fff;
  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 a {
  display: block;
  transition: opacity 0.3s ease;
}
.p-header__title img {
  display: block;
  height: auto;
  width: clamp(7.0625rem, 2.0186246418rem + 20.5348615091vw, 20.5rem);
}

.p-header__menu {
  display: none;
}

.p-header__button {
  display: none;
}

.p-drawer {
  background: #0659AE;
  height: 100vh;
  overflow: hidden;
  padding-block: 6.25rem 20px;
  position: fixed;
  right: 0;
  top: 0;
  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: 2.5rem;
}

.p-drawer__nav-items {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-drawer__nav-items li {
  padding-top: 5px;
  width: 100%;
}
.p-drawer__nav-items li a {
  color: #FFF;
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  padding-block: 8px;
}
.p-drawer__nav-items li a:focus-visible {
  border-radius: 2px;
  outline: 1px solid #FFF;
}

.p-drawer-icon {
  height: 12px;
  position: relative;
  width: 30px;
  z-index: 7000;
}
.p-drawer-icon.is-checked {
  z-index: 8000;
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(1) {
  background-color: #FFF;
  top: 6px;
  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) {
  background-color: #FFF;
  top: 6px;
  transform: rotate(-45deg);
}

.p-drawer-icon__bar {
  background-color: #333;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.3s linear, top 0.3s linear;
  width: 30px;
}
.p-drawer-icon__bar:nth-of-type(1) {
  top: 0;
}
.p-drawer-icon__bar:nth-of-type(2) {
  top: 5px;
}
.p-drawer-icon__bar:nth-of-type(3) {
  top: 10px;
}

/* メインビジュアル */
.p-mv {
  background: #D5E6EE;
  padding-block: clamp(4.0625rem, 3.4646045918rem + 2.5510204082vw, 4.6875rem) 0.875rem;
}

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

.p-mv__content {
  display: contents;
}

.p-mv__badge {
  align-items: center;
  background-color: #ef4444;
  border-radius: 0.3125rem;
  color: #FFF;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.14em;
  margin: 0 auto clamp(1.25rem, 1.1561604585rem + 0.3820439351vw, 1.5rem);
  order: 1;
  padding: 0.375rem 2.1875rem;
  width: 100%;
}

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

.p-mv__slogan,
.p-mv__text {
  color: #0659AE;
  font-weight: 700;
}

.p-mv__slogan {
  font-size: clamp(2rem, 1.2492836676rem + 3.0563514804vw, 4rem);
}

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

.p-mv__timer-countdown {
  display: grid;
  font-weight: 700;
  gap: clamp(1.25rem, 1.0623209169rem + 0.7640878701vw, 1.75rem);
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-mv__timer-text {
  font-size: clamp(1rem, 0.8123209169rem + 0.7640878701vw, 1.5rem);
  font-weight: 700;
  text-align: center;
}

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

.p-mv__timer-time-box-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  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 {
  align-items: center;
  display: flex;
  font-size: clamp(1.5625rem, 1.3982808023rem + 0.6685768863vw, 2rem);
  gap: 0.25rem;
  justify-content: center;
}

.p-mv__timer-time-number {
  align-items: center;
  background: #333;
  border-radius: 0.625rem;
  color: #FFF;
  display: flex;
  height: clamp(3.25rem, 2.6400429799rem + 2.4832855778vw, 4.875rem);
  justify-content: center;
  padding: 0.5rem;
  width: clamp(2rem, 1.6246418338rem + 1.5281757402vw, 3rem);
}

.p-mv__timer-note {
  font-weight: 700;
  text-align: center;
}

.p-mv__img {
  margin: 0 auto clamp(0.3125rem, -0.9353275401rem + 5.0802139037vw, 1.5rem);
  order: 2;
  width: 64%;
}
.p-mv__img img {
  border-radius: 0.5rem;
  width: 100%;
}

/* メインビジュアルの下 CTA */
.p-cta-01__inner {
  background: #0659AE;
  padding-block: clamp(0.875rem, 1.0764980875rem + -0.0849978751vw, 1rem) clamp(2.5rem, 3.1044942626rem + -0.2549936252vw, 2.875rem);
  position: relative;
}
.p-cta-01__inner::before {
  background: #1585b5;
  content: "";
  height: 56%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.p-cta-01__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: clamp(0.875rem, 0.6404011461rem + 0.9551098376vw, 1.5rem);
  justify-content: center;
  position: relative;
  z-index: 20;
}

.p-cta-01__badges {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  width: 82%;
}

.p-cta-01__buttons {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.p-cta-01__button {
  border-radius: 0.625rem;
  height: clamp(5.25rem, 3.7016475645rem + 6.3037249284vw, 9.375rem);
  width: 100%;
}
.p-cta-01__button.p-cta-01__button--free, .p-cta-01__button.p-cta-01__button--premium {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.p-cta-01__button.p-cta-01__button--free::after, .p-cta-01__button.p-cta-01__button--premium::after {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  height: clamp(1.25rem, 0.5932486631rem + 2.6737967914vw, 1.875rem);
  position: absolute;
  right: clamp(0.75rem, 0.2245989305rem + 2.1390374332vw, 1.25rem);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(0.75rem, -0.0381016043rem + 3.2085561497vw, 1.5rem);
}
.p-cta-01__button.p-cta-01__button--free {
  background: #F7C752;
  gap: clamp(0.4375rem, 0.2732808023rem + 0.6685768863vw, 0.875rem);
  padding-inline: clamp(0.625rem, -0.0317513369rem + 2.6737967914vw, 1.25rem) clamp(2.5rem, 2.2372994652rem + 1.0695187166vw, 2.75rem);
}
.p-cta-01__button.p-cta-01__button--free::after {
  background: #ef4444;
}
.p-cta-01__button.p-cta-01__button--premium {
  background: #ef4444;
  flex-direction: column;
  gap: clamp(0.25rem, 0.1561604585rem + 0.3820439351vw, 0.5rem);
  padding-inline: clamp(1.75rem, 1.6186497326rem + 0.5347593583vw, 1.875rem) clamp(2.5rem, 2.2142857143rem + 0.5952380952vw, 2.75rem);
}
.p-cta-01__button.p-cta-01__button--premium::after {
  background: #FFF;
}

.p-cta-01__button-free-text-01,
.p-cta-01__button-free-text-02,
.p-cta-01__button-premium-text-01,
.p-cta-01__button-premium-text-02 {
  font-weight: 700;
}

.p-cta-01__button-free-text-01,
.p-cta-01__button-free-text-02 {
  font-size: clamp(1.125rem, 0.4682486631rem + 2.6737967914vw, 1.75rem);
}

.p-cta-01__button-free-text-01 {
  background: #ef4444;
  border-radius: 0.625rem;
  color: #FFF;
  padding: clamp(0.75rem, 0.7030802292rem + 0.1910219675vw, 0.875rem) clamp(0.625rem, 0.4842406877rem + 0.5730659026vw, 1rem);
  white-space: nowrap;
}

.p-cta-01__button-free-text-02 {
  display: inline-block;
  text-align: center;
}

.p-cta-01__button-premium-text-01,
.p-cta-01__button-premium-text-02 {
  color: #FFF;
}

.p-cta-01__button-premium-text-01 {
  font-size: clamp(0.8125rem, 0.4841243316rem + 1.3368983957vw, 1.125rem);
}

.p-cta-01__button-premium-text-02 {
  font-size: clamp(1.125rem, 0.4682486631rem + 2.6737967914vw, 1.75rem);
}

/* セクション共通 */
.p-section {
  background: #fff;
  overflow: hidden;
  padding-block: clamp(1.875rem, 0.4674068768rem + 5.7306590258vw, 5.625rem);
}
.p-section.p-section--color-light {
  background: #D5E6EE;
}
.p-section.p-section--color-dark {
  background: #1585b5;
}
.p-section.p-section--color-gray {
  background: #EDEDED;
}
.p-section.p-section--color-blue-gradation {
  background: linear-gradient(0deg, rgba(200, 216, 223, 0.01) 0%, rgba(200, 216, 223, 0.01) 100%), #D5E6EE;
}
.p-section.p-section--voice {
  background: #C8D8DF;
  z-index: -1;
}
.p-section.p-section--color-stripe {
  background-image: url("../img/common/bg-stripe.svg");
  background-position: center top;
  background-repeat: repeat;
  background-size: auto;
  overflow: hidden;
}
.p-section.p-section--color-bokeh-lights {
  background-image: url("../img/common/bg-bokeh-lights.svg");
  background-position: center top;
  background-repeat: repeat;
  background-size: auto;
  overflow: hidden;
}
.p-section.p-section--problem {
  position: relative;
}
.p-section.p-section--problem::after {
  background: #FFF;
  bottom: 0;
  content: "";
  height: clamp(2.75rem, 1.3893266476rem + 5.5396370583vw, 6.375rem);
  left: 0;
  position: absolute;
  width: 100%;
}
.p-section.p-section--process {
  position: relative;
}
.p-section.p-section--process::before {
  background: #F7C752;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.p-section.p-section--entry .p-section__heading {
  gap: clamp(0.0625rem, 0.6048895899rem + -2.2082018927vw, 0.5rem);
  margin-bottom: clamp(0.375rem, -1.1264326648rem + 6.1127029608vw, 4.375rem);
}
.p-section.p-section--entry .p-section__heading-title {
  line-height: 1.125;
}

.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,
.p-section__heading-text {
  z-index: 20;
}

.p-section__heading-title {
  color: #0659AE;
  font-size: clamp(1.5rem, 0.9369627507rem + 2.2922636103vw, 3rem);
  font-weight: 700;
  text-align: center;
}

.p-section__heading-text {
  font-size: clamp(1rem, 0.6246418338rem + 1.5281757402vw, 2rem);
  font-weight: 500;
}
.p-section__heading-text.p-section__heading-text-center {
  text-align: center;
}

/* 選べる特典プラン */
.p-plan__cards {
  display: grid;
  gap: 1.875rem;
}

.p-plan__card {
  background: #FFF;
  border-radius: 0.625rem;
  box-shadow: 4px 8px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  padding: clamp(3.125rem, 3.0077005731rem + 0.4775549188vw, 3.4375rem) clamp(1.25rem, 0.7808022923rem + 1.9102196753vw, 2.5rem) clamp(1.5625rem, 1.4921203438rem + 0.2865329513vw, 1.75rem);
}
.p-plan__card.p-plan__card--free .p-plan__card-header, .p-plan__card.p-plan__card--premium .p-plan__card-header {
  position: relative;
}
.p-plan__card.p-plan__card--free .p-plan__card-header::before, .p-plan__card.p-plan__card--premium .p-plan__card-header::before {
  content: "";
  height: clamp(2.3125rem, 1.8667621777rem + 1.8147086915vw, 3.5rem);
  left: 50%;
  position: absolute;
  top: -1.875rem;
  transform: translateX(-50%);
  width: clamp(2.3125rem, 1.8667621777rem + 1.8147086915vw, 3.5rem);
}
.p-plan__card.p-plan__card--free .p-plan__card-header::before {
  background: url("../img/icon/free@2x.png") no-repeat center center/contain;
}
.p-plan__card.p-plan__card--free .p-plan__card-items {
  height: 100%;
  justify-content: space-between;
}
.p-plan__card.p-plan__card--premium .p-plan__card-header::before {
  background: url("../img/icon/premium@2x.png") no-repeat center center/contain;
}

.p-plan__card-header {
  align-items: center;
  background: #0659AE;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: clamp(1.125rem, 0.4212034384rem + 2.8653295129vw, 3rem);
  padding: clamp(0.75rem, 0.5623209169rem + 0.7640878701vw, 1.25rem) 1.25rem clamp(0.625rem, 0.5077005731rem + 0.4775549188vw, 0.9375rem);
  position: relative;
}

.p-plan__card-header-title,
.p-plan__card-header-text {
  color: #FFF;
}

.p-plan__card-header-title {
  font-size: clamp(1rem, 0.8123209169rem + 0.7640878701vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.p-plan__card-header-text {
  font-size: clamp(0.8125rem, 0.7421203438rem + 0.2865329513vw, 1rem);
}

.p-plan__card-items {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.4842406877rem + 0.5730659026vw, 1rem);
  margin-bottom: clamp(1.25rem, 0.8746418338rem + 1.5281757402vw, 2.25rem);
  padding-inline: 0.625rem;
}

.p-plan__card-item:nth-child(n+2) {
  padding-top: clamp(0.625rem, 0.4842406877rem + 0.5730659026vw, 1rem);
  position: relative;
}
.p-plan__card-item:nth-child(n+2)::before {
  background: #C8D8DF;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-plan__card-item-title {
  font-size: clamp(1rem, 0.8123209169rem + 0.7640878701vw, 1.5rem);
  font-weight: 700;
}

.p-plan__card-item-text {
  font-size: 1rem;
  font-weight: 500;
}

.p-plan__card-button {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* こんなお悩みありませんか？ */
.p-problem {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: clamp(3.75rem, 2.8116045845rem + 3.8204393505vw, 6.25rem);
  position: relative;
}

.p-problem__inner {
  padding-top: clamp(8.75rem, 0.3794642857rem + 35.7142857143vw, 17.5rem);
  position: relative;
  z-index: 20;
}
.p-problem__inner::before, .p-problem__inner::after {
  content: "";
  position: absolute;
}
.p-problem__inner::before {
  background: url("../img/problem/problem-01-sp@2x.png") no-repeat center center/contain;
  height: clamp(11.9375rem, 3.1370320856rem + 35.8288770053vw, 20.3125rem);
  left: clamp(2.5rem, 1.8432486631rem + 2.6737967914vw, 3.125rem);
  top: -1.875rem;
  width: clamp(5.625rem, 1.0277406417rem + 18.7165775401vw, 10rem);
}
.p-problem__inner::after {
  background: url("../img/problem/problem-02-sp@2x.png") no-repeat center center/contain;
  height: clamp(7.5rem, 1.1951871658rem + 25.6684491979vw, 13.5rem);
  right: 50px;
  top: clamp(0.625rem, -0.6885026738rem + 5.3475935829vw, 1.875rem);
  width: clamp(6.25rem, 2.1781417112rem + 16.577540107vw, 10.125rem);
}

.p-problem__lead {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: clamp(1.5rem, 1.1246418338rem + 1.5281757402vw, 2.5rem);
  font-weight: 500;
  justify-content: center;
  margin-bottom: clamp(1.5rem, 0.3035458453rem + 4.8710601719vw, 4.6875rem);
  padding-left: clamp(1.25rem, 1.1561604585rem + 0.3820439351vw, 1.5rem);
  position: relative;
}
.p-problem__lead::after {
  background: url("../img/common/arrow.svg") no-repeat center center/contain;
  bottom: -0.625rem;
  content: "";
  height: clamp(0.625rem, 0.5311604585rem + 0.3820439351vw, 0.875rem);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: clamp(9.125rem, 7.7408667622rem + 5.635148042vw, 12.8125rem);
}

.p-problem__items {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: clamp(1.125rem, 0.2804441261rem + 3.4383954155vw, 3.375rem);
  padding-left: clamp(1rem, 0.9061604585rem + 0.3820439351vw, 1.25rem);
}

.p-problem__item-title {
  font-size: clamp(1rem, 0.9061604585rem + 0.3820439351vw, 1.25rem);
  font-weight: 700;
}

.p-problem__item-text {
  font-size: 1rem;
  font-weight: 500;
}

.p-problem__footer-text {
  align-items: center;
  background: #3E5C74;
  border-radius: 9999px;
  color: #FFF;
  display: flex;
  font-size: clamp(1.125rem, 0.7965616046rem + 1.3371537727vw, 2rem);
  font-weight: 700;
  height: clamp(3.125rem, 2.2804441261rem + 3.4383954155vw, 5.375rem);
  justify-content: center;
  letter-spacing: 0.14em;
  position: relative;
  width: 100%;
}
.p-problem__footer-text::after {
  background: #3E5C74;
  bottom: -7.8125rem;
  content: "";
  height: 7.8125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0.1875rem;
  z-index: 10;
}

/* 選ばれる理由 */
.p-features__cards {
  display: grid;
  gap: 2.5rem;
  padding-top: 1.25rem;
}

.p-features__card {
  background: #D5E6EE;
  border-radius: 0.625rem;
  box-shadow: 4px 8px 4px 0px rgba(0, 0, 0, 0.25);
  padding: calc(1.5rem + clamp(2.0625rem, 1.0537249284rem + 4.1069723018vw, 4.75rem)) clamp(1.25rem, 1.1561604585rem + 0.3820439351vw, 1.5rem) 1.5rem;
  position: relative;
}
.p-features__card::before {
  background-color: #0659AE;
  content: "";
  height: clamp(3.5625rem, 2.7179441261rem + 3.4383954155vw, 5.8125rem);
  left: 50%;
  position: absolute;
  top: -1.25rem;
  transform: translateX(-50%);
  width: clamp(3.5625rem, 2.7179441261rem + 3.4383954155vw, 5.8125rem);
}
.p-features__card:nth-child(1)::before {
  background: url("../img/icon/meda@2x.png") no-repeat center center/contain;
}
.p-features__card:nth-child(2)::before {
  background: url("../img/icon/earth@2x.png") no-repeat center center/contain;
}
.p-features__card:nth-child(3)::before {
  background: url("../img/icon/checklist@2x.png") no-repeat center center/contain;
}
.p-features__card:nth-child(4)::before {
  background: url("../img/icon/shopping-bag@2x.png") no-repeat center center/contain;
}
.p-features__card:nth-child(5)::before {
  background: url("../img/icon/support-person@2x.png") no-repeat center center/contain;
}
.p-features__card:nth-child(6)::before {
  background: url("../img/icon/customer-support@2x.png") no-repeat center center/contain;
}

.p-features__card-title,
.p-features__card-text {
  font-weight: 700;
}

.p-features__card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.p-features__card-text {
  font-size: 1rem;
}

/* ご利用の流れ */
.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;
  margin-top: 0.625rem;
  padding: clamp(3.125rem, 2.5271045918rem + 2.5510204082vw, 3.75rem) clamp(1rem, 0.4745989305rem + 2.1390374332vw, 1.5rem) 1.5rem;
  position: relative;
}
.p-flow__step::before {
  align-items: center;
  background: #0659AE;
  border-radius: 50%;
  color: #FFF;
  content: "0" counter(flow-step);
  display: flex;
  font-family: "Rambla", sans-serif;
  font-size: clamp(1.5rem, 1.1246418338rem + 1.5281757402vw, 2.5rem);
  height: clamp(3.0625rem, 2.2414040115rem + 3.3428844317vw, 5.25rem);
  justify-content: center;
  left: 50%;
  letter-spacing: 0.09em;
  position: absolute;
  top: -0.625rem;
  transform: translateX(-50%);
  width: clamp(3.0625rem, 2.2414040115rem + 3.3428844317vw, 5.25rem);
}

.p-flow__step-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: clamp(0.75rem, -0.0381016043rem + 3.2085561497vw, 1.5rem);
  text-align: center;
}

.p-flow__step-text {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}

/* ご利用の流れの上 CTA */
.p-cta-02 {
  background: #0659AE;
  padding-block: clamp(1.4375rem, 1.0386819484rem + 1.623686724vw, 2.5rem) clamp(2.1875rem, 1.3664040115rem + 3.3428844317vw, 4.375rem);
}

.p-cta-02__inner {
  position: relative;
}
.p-cta-02__inner::after {
  background: url("../img/cta2/cta2@2x.png") no-repeat center center/contain;
  bottom: clamp(4.6875rem, 4.3591243316rem + 1.3368983957vw, 5rem);
  content: "";
  height: clamp(6.5rem, 5.3835227273rem + 4.5454545455vw, 7.5625rem);
  position: absolute;
  right: clamp(1.875rem, -1.7371323529rem + 14.7058823529vw, 5.3125rem);
  width: clamp(7.5rem, 6.1864973262rem + 5.3475935829vw, 8.75rem);
}

.p-cta-02__text {
  color: #FFF;
  font-size: clamp(1rem, 0.9061604585rem + 0.3820439351vw, 1.25rem);
  font-weight: 700;
  margin-bottom: clamp(3.75rem, 2.4364973262rem + 5.3475935829vw, 5rem);
}

.p-cta-02__text-strong {
  color: #FBFF15;
  font-size: clamp(1.125rem, 0.8169014085rem + 1.3145539906vw, 2rem);
}

.p-cta-02__button {
  align-items: center;
  background: #F7C752;
  border-radius: 1.875rem;
  display: flex;
  gap: clamp(1rem, -0.050802139rem + 4.2780748663vw, 2rem);
  justify-content: center;
  min-height: clamp(6.125rem, 4.9050859599rem + 4.9665711557vw, 9.375rem);
  padding-inline: 0.25rem clamp(2.5rem, 2.2372994652rem + 1.0695187166vw, 2.75rem);
  position: relative;
}
.p-cta-02__button::after {
  background: #ef4444;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  height: clamp(1.25rem, 0.3585243553rem + 3.629417383vw, 3.625rem);
  position: absolute;
  right: clamp(0.75rem, 0.2245989305rem + 2.1390374332vw, 1.25rem);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(1rem, 0.3196633238rem + 2.7698185291vw, 2.8125rem);
}

.p-cta-02__button-text-01,
.p-cta-02__button-text-02 {
  font-weight: 700;
}

.p-cta-02__button-text-01 {
  background: #ef4444;
  border-radius: 0.625rem;
  color: #FFF;
  font-size: clamp(1rem, 0.5402740642rem + 1.871657754vw, 1.4375rem);
  letter-spacing: 0.5em;
  padding: clamp(0.75rem, 0.4872994652rem + 1.0695187166vw, 1rem) clamp(0.375rem, -0.2817513369rem + 2.6737967914vw, 1rem) clamp(0.625rem, 0.3622994652rem + 1.0695187166vw, 0.875rem);
  writing-mode: vertical-rl;
}

.p-cta-02__button-text-02 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-cta-02__button-text-02-main,
.p-cta-02__button-text-02-sub {
  letter-spacing: 0.09em;
}

.p-cta-02__button-text-02-main {
  font-size: clamp(1.625rem, 1.2309491979rem + 1.6042780749vw, 2rem);
  line-height: 1.2;
}

.p-cta-02__button-text-02-sub {
  font-size: clamp(1rem, 0.6059491979rem + 1.6042780749vw, 1.375rem);
}

/* 仕入れから販売までの流れ */
.p-process {
  padding-top: 1.5rem;
  position: relative;
  z-index: 20;
}

.p-process__steps {
  display: grid;
  gap: 3.75rem;
  padding-top: 1.375rem;
}

.p-process__step {
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 4px 8px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1.5rem clamp(0.625rem, -0.1960959885rem + 3.3428844317vw, 2.8125rem) clamp(1rem, 0.8123209169rem + 0.7640878701vw, 1.5rem);
  position: relative;
}

.p-process__step-label {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: clamp(0.625rem, 0.4842406877rem + 0.5730659026vw, 1rem);
  top: -1.375rem;
}

.p-process__step-label-text,
.p-process__step-label-number {
  color: #0659AE;
  text-align: center;
}

.p-process__step-label-text {
  font-size: clamp(0.8125rem, 0.7421203438rem + 0.2865329513vw, 1rem);
  font-weight: 700;
}

.p-process__step-label-number {
  font-family: "Rambla", sans-serif;
  font-size: clamp(2.25rem, 1.5931232092rem + 2.6743075454vw, 4rem);
  letter-spacing: 0.09em;
  line-height: 0.9;
}

.p-process__step-title {
  font-size: clamp(1.375rem, 1.2554209184rem + 0.5102040816vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.p-process__step-body-img {
  align-items: center;
  border-radius: 0.25rem;
  display: flex;
  height: clamp(8.125rem, 4.8412433155rem + 13.3689839572vw, 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.3125rem;
     object-position: center;
}

.p-process__step-body-text {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}

/* お客様の声 */
.p-voice__cards {
  display: grid;
  gap: clamp(1.5rem, 0.9604226361rem + 2.1967526266vw, 2.9375rem);
}

.p-voice__card {
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 4px 8px 4px 0px rgba(0, 0, 0, 0.25);
  padding: clamp(0.375rem, -0.2349570201rem + 2.4832855778vw, 2rem) clamp(2.5rem, 1.9838825215rem + 2.1012416428vw, 3.875rem) clamp(1.5rem, 1.3123209169rem + 0.7640878701vw, 2rem);
}

.p-voice__card-header {
  display: contents;
}

.p-voice__card-header-img {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  margin: 0 auto 1.25rem;
  order: 2;
  overflow: hidden;
  width: 82%;
}
.p-voice__card-header-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-voice__card-header-info {
  margin-bottom: 0.625rem;
  order: 1;
}

.p-voice__card-header-badge {
  color: rgba(213, 230, 238, 0.4);
  display: block;
  font-size: clamp(2rem, 1.2492836676rem + 3.0563514804vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-right: -1.5rem;
  text-align: right;
}

.p-voice__card-header-name {
  color: #0659AE;
  font-size: clamp(1.5rem, 1.3123209169rem + 0.7640878701vw, 2rem);
  font-weight: 700;
}

.p-voice__card-header-meta {
  font-size: clamp(1rem, 0.8123209169rem + 0.7640878701vw, 1.5rem);
  font-weight: 500;
}

.p-voice__card-text {
  color: #000;
  font-size: clamp(1rem, 0.9061604585rem + 0.3820439351vw, 1.25rem);
  font-weight: 500;
  line-height: 1.45;
  order: 3;
  padding-top: 1.25rem;
  position: relative;
}
.p-voice__card-text::before {
  background: #6B6D6D;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* 他社との比較 */
.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-wrap {
  padding-top: 1.875rem;
}

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

.p-compare__table {
  border-collapse: collapse;
  min-width: 38.75rem;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.p-compare__table::after {
  border: clamp(0.25rem, 0.1561604585rem + 0.3820439351vw, 0.5rem) solid #ef4444;
  border-radius: 10px;
  box-sizing: border-box;
  content: "";
  height: 105%;
  left: 9.609375rem;
  min-width: 9.6875rem;
  pointer-events: none;
  position: absolute;
  top: -5%;
}
.p-compare__table th,
.p-compare__table td {
  font-weight: 700;
  padding: clamp(0.5rem, 0.3123209169rem + 0.7640878701vw, 1rem);
}
.p-compare__table thead th,
.p-compare__table tbody th,
.p-compare__table tbody td {
  background: #D5E6EE;
  text-align: center;
  vertical-align: middle;
}
.p-compare__table tbody th,
.p-compare__table tbody td {
  border: clamp(0.125rem, 0.1015401146rem + 0.0955109838vw, 0.1875rem) solid #FFF;
}
.p-compare__table thead th {
  border-left: clamp(0.125rem, 0.1015401146rem + 0.0955109838vw, 0.1875rem) solid #FFF;
  border-right: clamp(0.125rem, 0.1015401146rem + 0.0955109838vw, 0.1875rem) solid #FFF;
  font-size: clamp(0.8125rem, 0.5544412607rem + 1.0506208214vw, 1.5rem);
}
.p-compare__table thead th:first-child, .p-compare__table thead th:nth-child(2) {
  background: #FFF;
}
.p-compare__table tbody tr:nth-child(even) {
  background: #fff;
}
.p-compare__table tbody th {
  background: #0659AE;
  color: #FFF;
}
.p-compare__table tbody th,
.p-compare__table tbody td {
  font-size: clamp(0.8125rem, 0.6482808023rem + 0.6685768863vw, 1.25rem);
}
.p-compare__table tbody td {
  font-size: clamp(0.8125rem, 0.6482808023rem + 0.6685768863vw, 1.25rem);
}
.p-compare__table tbody td:nth-child(2) {
  background: #FFF;
}

.p-compare__table-our-company {
  color: #0659AE;
}

.p-compare__table-pc {
  display: none;
}

.p-compare__table-sp {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  justify-content: center;
}

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

.p-faq__items {
  background: #FFF;
  border-radius: 0.625rem;
  box-shadow: 4px 8px 4px 0px rgba(0, 0, 0, 0.25);
}

.p-faq__item {
  padding: clamp(2.25rem, 2.0154011461rem + 0.9551098376vw, 2.875rem) clamp(1.25rem, -0.1575931232rem + 5.7306590258vw, 5rem);
}
.p-faq__item:nth-child(n+2) {
  position: relative;
}
.p-faq__item:nth-child(n+2)::before {
  background: #D9D9D9;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 90%;
}

.p-faq__question,
.p-faq__answer-text {
  font-weight: 500;
}

.p-faq__question {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
}
.p-faq__question::-webkit-details-marker {
  display: none;
}
.p-faq__question::before, .p-faq__question::after {
  background-color: #0659AE;
  content: "";
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
}
.p-faq__question::before {
  height: 0.125rem;
  right: 0;
  transform: rotate(-45deg);
  transform: translateY(-50%) rotate(0deg);
  width: clamp(0.625rem, 0.0995989305rem + 2.1390374332vw, 1.125rem);
}
.p-faq__question::after {
  background-color: #0659AE;
  height: 0.125rem;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  width: clamp(0.625rem, 0.0995989305rem + 2.1390374332vw, 1.125rem);
}

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

.p-faq__question-inner,
.p-faq__answer-inner {
  display: flex;
  padding-right: clamp(2rem, 1.3431232092rem + 2.6743075454vw, 3.75rem);
}

.p-faq__question-label,
.p-faq__answer-label {
  align-items: center;
  border-radius: 0.3125rem;
  color: #FFF;
  display: flex;
  flex-shrink: 0;
  font-size: clamp(1.125rem, 0.7965616046rem + 1.3371537727vw, 2rem);
  font-weight: 700;
  height: clamp(2.0625rem, 1.5229226361rem + 2.1967526266vw, 3.5rem);
  justify-content: center;
  padding-block: 0 clamp(0.25rem, 0.2265401146rem + 0.0955109838vw, 0.3125rem);
  width: clamp(2.0625rem, 1.5229226361rem + 2.1967526266vw, 3.5rem);
}

.p-faq__question-label {
  background: #ef4444;
}

.p-faq__question-text,
.p-faq__answer-text {
  margin-top: clamp(0.25rem, 0.1092406877rem + 0.5730659026vw, 0.625rem);
  padding-left: clamp(0.5rem, -0.3210959885rem + 3.3428844317vw, 2.6875rem);
}

.p-faq__question-text {
  font-size: clamp(0.9375rem, 0.8202005731rem + 0.4775549188vw, 1.25rem);
}

.p-faq__answer-inner {
  padding-top: clamp(0.625rem, 0.2965616046rem + 1.3371537727vw, 1.5rem);
}

.p-faq__answer-label {
  background: #0659AE;
}

.p-faq__answer-text {
  font-size: clamp(0.875rem, 0.7342406877rem + 0.5730659026vw, 1.25rem);
}

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

.p-entry__contents {
  display: grid;
  gap: 2rem;
}

.p-entry__content {
  background: #FFF;
  border-radius: 0.625rem;
  box-shadow: 4px 8px 4px 0px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-rows: auto 1fr;
  padding: clamp(3.125rem, 3.0077005731rem + 0.4775549188vw, 3.4375rem) clamp(1.1875rem, 0.7886819484rem + 1.623686724vw, 2.25rem) 1.25rem;
}
.p-entry__content.p-entry__content--free .p-entry__content-header, .p-entry__content.p-entry__content--premium .p-entry__content-header {
  position: relative;
}
.p-entry__content.p-entry__content--free .p-entry__content-header::before, .p-entry__content.p-entry__content--premium .p-entry__content-header::before {
  content: "";
  height: clamp(2.3125rem, 1.8667621777rem + 1.8147086915vw, 3.5rem);
  left: 50%;
  position: absolute;
  top: -1.875rem;
  transform: translateX(-50%);
  width: clamp(2.3125rem, 1.8667621777rem + 1.8147086915vw, 3.5rem);
}
.p-entry__content.p-entry__content--free .p-entry__content-header {
  margin-bottom: clamp(1.3125rem, 1.1154745989rem + 0.8021390374vw, 1.5rem);
}
.p-entry__content.p-entry__content--free .p-entry__content-header::before {
  background: url("../img/icon/free@2x.png") no-repeat center center/contain;
}
.p-entry__content.p-entry__content--premium .p-entry__content-header {
  margin-bottom: clamp(1.3125rem, 1.1154745989rem + 0.8021390374vw, 1.5rem);
}
.p-entry__content.p-entry__content--premium .p-entry__content-header::before {
  background: url("../img/icon/premium@2x.png") no-repeat center center/contain;
}
.p-entry__content.p-entry__content--premium .p-entry__button {
  margin-bottom: 1.125rem;
}

.p-entry__content-header {
  align-items: center;
  background: #0659AE;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  padding: clamp(0.8125rem, 0.6482808023rem + 0.6685768863vw, 1.25rem) 1.25rem clamp(0.625rem, 0.4842406877rem + 0.5730659026vw, 1rem);
}

.p-entry__content-header-sp {
  display: block;
}

.p-entry__content-header-pc {
  display: none;
}

.p-entry__content-header-title,
.p-entry__content-header-text {
  color: #FFF;
  text-align: center;
}

.p-entry__content-header-title {
  font-size: clamp(1rem, 0.8123209169rem + 0.7640878701vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.p-entry__content-header-text {
  font-size: clamp(0.8125rem, 0.7421203438rem + 0.2865329513vw, 1rem);
  font-weight: 500;
}

.p-entry__form {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-inline: 0.5rem;
}

.p-entry__form-items {
  display: flex;
  flex-direction: column;
  gap: clamp(0.875rem, 0.7577005731rem + 0.4775549188vw, 1.1875rem);
  margin-bottom: clamp(1.125rem, 0.092765043rem + 4.2024832856vw, 3.875rem);
}

.p-entry__form-item {
  display: flex;
  flex-direction: column;
  gap: clamp(0.125rem, -0.0626790831rem + 0.7640878701vw, 0.625rem);
}

.p-entry__form-item-label {
  font-size: 1rem;
  font-weight: 700;
}

.p-entry__form-item-input-text {
  border: 2px solid #D9D9D9;
  border-radius: 0.3125rem;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0.625rem 0.75rem;
}
.p-entry__form-item-input-text::-moz-placeholder {
  color: #9B9898;
  font-weight: 700;
}
.p-entry__form-item-input-text::placeholder {
  color: #9B9898;
  font-weight: 700;
}

.p-entry__form-item-input-text[type=email]::-moz-placeholder {
  text-decoration: underline;
}

.p-entry__form-item-input-text[type=email]::placeholder {
  text-decoration: underline;
}

.p-entry__form-footer {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.p-entry__form-checkbox {
  align-items: center;
  display: flex;
  gap: 0.9375rem;
  justify-content: center;
  margin-bottom: clamp(0.4375rem, -0.8058739255rem + 5.0620821394vw, 3.75rem);
}

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

.p-entry__form-checkbox-text {
  font-size: clamp(0.8125rem, 0.7421203438rem + 0.2865329513vw, 1rem);
  font-weight: 500;
}
.p-entry__form-checkbox-text a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.p-entry__form-checkbox-text a:hover {
  opacity: 0.7;
}

.p-entry__content-body-title {
  font-size: clamp(1.25rem, 1.1561604585rem + 0.3820439351vw, 1.5rem);
  font-weight: 700;
  margin-bottom: clamp(0.75rem, 0.4684813754rem + 1.1461318052vw, 1.5rem);
  text-align: center;
}

.p-entry__text-box {
  background: #D5E6EE;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  padding: clamp(1rem, 0.4745989305rem + 2.1390374332vw, 1.5rem);
}

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

.p-entry__text-box-item {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9375;
  list-style-type: disc;
  margin-left: 1.5rem;
}

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

.p-entry__price-regular,
.p-entry__price-free {
  font-weight: 700;
}

.p-entry__price-regular {
  font-size: 1.25rem;
}

.p-entry__price-free {
  background: linear-gradient(transparent 65%, rgba(251, 255, 21, 0.28) 50%);
  font-size: 2rem;
  margin-right: 0.6em;
  padding-left: 0.6em;
  position: relative;
}

.p-entry__button {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-entry__note {
  color: #6E6E6E;
  font-size: clamp(0.8125rem, 0.7655802292rem + 0.1910219675vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.133;
}

/* フッター */
.p-footer {
  background: #fff;
  padding-top: clamp(2rem, 1.2492836676rem + 3.0563514804vw, 4rem);
}

.p-footer__content {
  padding-bottom: clamp(1.25rem, 0.3116045845rem + 3.8204393505vw, 3.75rem);
}

.p-footer__content-header {
  padding-bottom: clamp(2.125rem, 1.3508237822rem + 3.1518624642vw, 4.1875rem);
}

.p-footer__content-header-text {
  font-size: clamp(0.875rem, 0.6404011461rem + 0.9551098376vw, 1.5rem);
  font-weight: 700;
  margin-bottom: clamp(2rem, 0.9912249284rem + 4.1069723018vw, 4.6875rem);
  text-align: center;
}

.p-footer__content-header-img {
  margin: 0 auto;
  width: clamp(13.125rem, 10.3801934097rem + 11.1747851003vw, 20.4375rem);
}
.p-footer__content-header-img img {
  height: auto;
  width: 100%;
}

.p-footer__info {
  margin: 0 auto;
  padding-top: clamp(1.25rem, 0.3116045845rem + 3.8204393505vw, 3.75rem);
  position: relative;
  width: 90%;
}
.p-footer__info::before {
  background: #D9D9D9;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-footer__info-items {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8125rem, 0.6482808023rem + 0.6685768863vw, 1.25rem);
}

.p-footer__info-item {
  display: flex;
  flex-direction: column;
}

.p-footer__info-list-head,
.p-footer__info-list-body {
  font-size: clamp(1rem, 0.8123209169rem + 0.7640878701vw, 1.5rem);
  font-weight: 700;
}

.p-footer__info-list-head {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 0.8125rem;
  min-width: clamp(8.4375rem, 7.6633237822rem + 3.1518624642vw, 10.5rem);
  white-space: nowrap;
}
.p-footer__info-list-head::before {
  background: #0659AE;
  content: "";
  display: inline-block;
  height: clamp(0.875rem, 0.7342406877rem + 0.5730659026vw, 1.25rem);
  width: clamp(0.875rem, 0.7342406877rem + 0.5730659026vw, 1.25rem);
}

.p-footer__info-list-body a {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.p-footer__bottom-content {
  align-items: center;
  background: #0659AE;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding-block: 1.875rem;
}

.p-footer__copy {
  color: #FFF;
  font-size: 0.8125rem;
  font-weight: 700;
}

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

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

/*------------------------------
共通パーツ
------------------------------*/
/* ボタン */
.c-button {
  align-items: center;
  border-radius: 9999px;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.14em;
  min-height: 3.125rem;
  padding-inline: 1.5rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.c-button.c-button--yellow {
  background-color: #F7C752;
  color: #333;
}
.c-button.c-button--red {
  background-color: #ef4444;
  color: #FFF;
}
.c-button.c-button--mv:focus-visible {
  border-radius: 2px;
  outline: 1px solid #FFF;
}

/* バッジの拡大アニメーション */
.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;
  }
  .u-inline-block-pc {
    display: inline-block;
  }
  .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);
  }
  .p-header {
    height: 6.5625rem;
  }
  .p-header.is-scrolled {
    height: 5rem;
  }
  .p-header.is-scrolled .p-header__nav-area {
    padding-bottom: 0;
  }
  .p-header__title a:hover {
    opacity: 0.7;
  }
  .p-header__nav-area {
    align-items: center;
    display: flex;
    gap: 2.75rem;
    justify-content: center;
    padding-bottom: 1.125rem;
    transition: padding 0.3s ease;
  }
  .p-header__menu {
    display: block;
  }
  .p-header__menu-items {
    align-items: center;
    display: flex;
    gap: 2.625rem;
    justify-content: center;
  }
  .p-header__menu-item a {
    color: #0659AE;
    font-size: 1.25rem;
    font-weight: 700;
    transition: color 0.3s ease;
  }
  .p-header__menu-item a:hover {
    opacity: 0.7;
  }
  .p-header__actions {
    align-items: center;
    display: flex;
  }
  .p-header__button {
    display: block;
  }
  .p-drawer {
    display: none;
  }
  .p-drawer-icon {
    display: none;
  }
  .p-mv {
    padding-block: calc(clamp(1.25rem, -1.8373493976rem + 4.8192771084vw, 2.5rem) + 5rem) 0;
  }
  .p-mv__inner {
    align-items: center;
    flex-direction: row;
  }
  .p-mv__content {
    display: block;
    flex-grow: 1;
  }
  .p-mv__badge {
    margin: 0 0 1rem;
    order: initial;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-mv__slogan,
  .p-mv__text,
  .p-mv__timer,
  .p-mv__buttons {
    order: initial;
  }
  .p-mv__timer-text-br {
    display: none;
  }
  .p-mv__timer-time-box-item {
    gap: 0.3125rem;
  }
  .p-mv__img {
    flex-shrink: 0;
    margin: 0;
    max-width: clamp(18.75rem, -4.1071428571rem + 47.619047619vw, 38.75rem);
    order: initial;
    width: 100%;
  }
  .p-cta-01__inner::before {
    height: 50%;
  }
  .p-cta-01__badges {
    flex-direction: row;
    gap: clamp(1rem, -5.7142857143rem + 13.9880952381vw, 6.875rem);
    width: 100%;
  }
  .p-cta-01__buttons {
    gap: clamp(2rem, 0.1428571429rem + 3.869047619vw, 3.625rem);
    grid-template-columns: repeat(2, 1fr);
  }
  .p-cta-01__button {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .p-cta-01__button:hover {
    opacity: 0.9;
    transform: translateY(-5px);
  }
  .p-cta-01__button.p-cta-01__button--free::after, .p-cta-01__button.p-cta-01__button--premium::after {
    height: clamp(1.375rem, -0.3392857143rem + 3.5714285714vw, 2.875rem);
    right: clamp(0.625rem, -0.2321428571rem + 1.7857142857vw, 1.375rem);
    width: clamp(0.875rem, -0.9107142857rem + 3.7202380952vw, 2.4375rem);
  }
  .p-cta-01__button.p-cta-01__button--free {
    padding-inline: clamp(0.625rem, -0.0892857143rem + 1.4880952381vw, 1.25rem) clamp(1.875rem, -0.3392857143rem + 4.6130952381vw, 3.8125rem);
  }
  .p-cta-01__button.p-cta-01__button--premium {
    padding-inline: clamp(0.875rem, -0.2678571429rem + 2.380952381vw, 1.875rem) clamp(1.875rem, -0.3392857143rem + 4.6130952381vw, 3.8125rem);
  }
  .p-cta-01__button-free-text-01,
  .p-cta-01__button-free-text-02 {
    font-size: clamp(1.1875rem, 0.4017857143rem + 1.6369047619vw, 1.875rem);
  }
  .p-cta-01__button-premium-text-01 {
    font-size: clamp(1rem, 0.5714285714rem + 0.8928571429vw, 1.375rem);
  }
  .p-cta-01__button-premium-text-02 {
    font-size: clamp(1.1875rem, 0.4017857143rem + 1.6369047619vw, 1.875rem);
  }
  .p-section.p-section--voice {
    background-color: rgba(200, 216, 223, 0.52);
  }
  .p-section.p-section--color-stripe-pc {
    background-image: url("../img/common/bg-stripe.svg");
    background-position: center top;
    background-repeat: repeat;
    background-size: auto;
    overflow: hidden;
  }
  .p-section.p-section--process::before {
    height: 35%;
  }
  .p-section.p-section--entry .p-section__heading {
    gap: 0;
  }
  .p-section.p-section--entry .p-section__heading-title {
    line-height: 1.6;
  }
  .p-plan__cards {
    gap: clamp(1.5rem, -1.0714285714rem + 5.3571428571vw, 3.75rem);
    grid-template-columns: repeat(2, 1fr);
  }
  .p-plan__card {
    transition: transform 0.3s ease;
  }
  .p-plan__card:hover {
    transform: translateY(-5px);
  }
  .p-plan__card.p-plan__card--free .p-plan__card-header::before, .p-plan__card.p-plan__card--premium .p-plan__card-header::before {
    top: -2.5rem;
  }
  .p-plan__card.p-plan__card--free .p-plan__card-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  .p-plan__card-header::after {
    background: url("../img/icon/triangle.svg") no-repeat center center/contain;
    bottom: -0.9375rem;
    content: "";
    height: 1.4375rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 1.75rem;
  }
  .p-plan__card-header-title {
    margin-bottom: 0.0625rem;
  }
  .p-problem {
    margin: 0 auto;
    max-width: 1100px;
  }
  .p-problem::before, .p-problem::after {
    background: #fff;
    border-radius: 63%;
    content: "";
    height: clamp(28.125rem, 20.625rem + 15.625vw, 34.6875rem);
    margin-top: clamp(1.875rem, 1.1607142857rem + 1.4880952381vw, 2.5rem);
    position: absolute;
    top: 0;
    width: 63%;
  }
  .p-problem::before {
    left: 0;
  }
  .p-problem::after {
    right: 0;
  }
  .p-problem__inner {
    padding-top: 0;
  }
  .p-problem__inner::before, .p-problem__inner::after {
    transform: translateY(-50%);
  }
  .p-problem__inner::before {
    background: url("../img/problem/problem-01-pc@2x.png") no-repeat center center/contain;
    bottom: -4.6875rem;
    height: clamp(19.6875rem, 12.9017857143rem + 14.1369047619vw, 25.625rem);
    left: calc(50% - clamp(22.5rem, 11.7857142857rem + 22.3214285714vw, 31.875rem));
    top: auto;
    width: clamp(6.25rem, 4.1071428571rem + 4.4642857143vw, 8.125rem);
  }
  .p-problem__inner::after {
    background: url("../img/problem/problem-02-pc@2x.png") no-repeat center center/contain;
    bottom: 1.875rem;
    height: clamp(17.1875rem, 11.2589285714rem + 12.3511904762vw, 22.375rem);
    right: calc(50% - clamp(21.875rem, 9.7321428571rem + 25.2976190476vw, 32.5rem));
    top: auto;
    width: clamp(6.25rem, 4.8214285714rem + 2.9761904762vw, 7.5rem);
  }
  .p-problem__lead::after {
    bottom: -1.25rem;
  }
  .p-problem__items {
    gap: 0.875rem;
  }
  .p-problem__item-title {
    line-height: 1.9;
  }
  .p-problem__footer-text {
    border-radius: 1.25rem;
    width: clamp(28.75rem, 24.3214285714rem + 9.2261904762vw, 32.625rem);
  }
  .p-problem__footer-text::after {
    bottom: -11.875rem;
    height: 11.875rem;
  }
  .p-features__cards {
    gap: 2rem clamp(1.5rem, 1.3123209169rem + 0.7640878701vw, 2rem);
    grid-template-columns: repeat(3, 1fr);
  }
  .p-flow__steps {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-flow__step {
    margin-top: 1.875rem;
    padding: clamp(3.125rem, 1.1964285714rem + 4.0178571429vw, 4.8125rem) 1rem 1.5rem;
  }
  .p-flow__step::before {
    top: -1.875rem;
  }
  .p-flow__step-title {
    margin-bottom: 1rem;
    min-height: 3.75rem;
  }
  .p-flow__step-title {
    margin-bottom: 1.5rem;
    min-height: auto;
  }
  .p-cta-02__inner::after {
    bottom: -2.5rem;
    height: clamp(11rem, 7.5rem + 7.2916666667vw, 14.0625rem);
    right: clamp(3.125rem, -3.3035714286rem + 13.3928571429vw, 8.75rem);
    width: clamp(12.5rem, 8.2142857143rem + 8.9285714286vw, 16.25rem);
  }
  .p-cta-02__text {
    line-height: 2;
    margin-bottom: 3.125rem;
    text-align: center;
  }
  .p-cta-02__text-strong-dot {
    position: relative;
  }
  .p-cta-02__text-strong-dot::before {
    color: #FFF;
    content: "・・・・・";
    display: inline-block;
    font-size: 1em;
    left: 0;
    position: absolute;
    top: -1.2em;
  }
  .p-cta-02__button {
    border-radius: 9999px;
    gap: clamp(1rem, -2.8571428571rem + 8.0357142857vw, 4.375rem);
    margin-right: clamp(15rem, 9.2857142857rem + 11.9047619048vw, 20rem);
    padding-inline: 0.25rem clamp(1.875rem, -3.125rem + 10.4166666667vw, 6.25rem);
    transition: opacity 0.3s ease;
  }
  .p-cta-02__button:hover {
    opacity: 0.7;
  }
  .p-cta-02__button::after {
    right: clamp(1rem, -1.4285714286rem + 5.0595238095vw, 3.125rem);
  }
  .p-cta-02__button-text-01 {
    font-size: clamp(1.25rem, 0.1071428571rem + 2.380952381vw, 2.25rem);
    letter-spacing: 0.03em;
    padding: 0.875rem clamp(0.375rem, -0.3392857143rem + 1.4880952381vw, 1rem) clamp(0.875rem, 0.4464285714rem + 0.8928571429vw, 1.25rem);
    writing-mode: horizontal-tb;
  }
  .p-cta-02__button-text-02 {
    flex-direction: row;
  }
  .p-cta-02__button-text-02-main {
    font-size: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
  }
  .p-cta-02__button-text-02-sub {
    font-size: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
  }
  .p-process__steps {
    gap: 2.1875rem clamp(2rem, -0.7142857143rem + 5.6547619048vw, 4.375rem);
    grid-template-columns: repeat(2, 1fr);
    padding-top: 2.8125rem;
  }
  .p-process__step:nth-child(odd) {
    margin-bottom: 2.8125rem;
  }
  .p-process__step:nth-child(even) {
    margin-top: 2.8125rem;
  }
  .p-process__step-label {
    top: -2.8125rem;
  }
  .p-process__step-label-number {
    line-height: 1;
  }
  .p-process__step-title {
    font-size: clamp(1.25rem, 0.3928571429rem + 1.7857142857vw, 2rem);
  }
  .p-process__step-body-img {
    height: clamp(8.125rem, 4.5535714286rem + 7.4404761905vw, 11.25rem);
  }
  .p-voice__card-header {
    display: flex;
    flex-direction: row-reverse;
    gap: clamp(1.5rem, -1.0714285714rem + 5.3571428571vw, 3.75rem);
  }
  .p-voice__card-header-img {
    flex-shrink: 0;
    margin: 0 auto 0 0;
    max-height: 200px;
    max-width: 18.125rem;
    order: initial;
    width: 100%;
  }
  .p-voice__card-header-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    margin-bottom: 0;
    margin-bottom: 0.625rem;
    order: initial;
    padding-bottom: 1.625rem;
    position: relative;
  }
  .p-voice__card-header-info::before {
    background: #6B6D6D;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .p-voice__card-text {
    margin-top: 0;
    order: initial;
  }
  .p-voice__card-text::before {
    display: none;
  }
  .p-compare__sp-only-text {
    display: none;
  }
  .p-compare__table::after {
    left: 25%;
    width: 25%;
  }
  .p-compare__table {
    width: 100%;
  }
  .p-compare__table-pc {
    display: block;
  }
  .p-compare__table-sp {
    display: none;
  }
  .p-faq__question::before {
    height: 0.25rem;
    width: 1.75rem;
  }
  .p-faq__question::after {
    height: 0.25rem;
    right: 0.1875rem;
    width: 1.375rem;
  }
  .p-entry__contents {
    gap: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
    grid-template-columns: repeat(2, 1fr);
  }
  .p-entry__content.p-entry__content--free .p-entry__content-header::before, .p-entry__content.p-entry__content--premium .p-entry__content-header::before {
    top: -2.5rem;
  }
  .p-entry__content.p-entry__content--free .p-entry__content-header {
    margin-bottom: clamp(1.5rem, 0.1428571429rem + 2.8273809524vw, 2.6875rem);
  }
  .p-entry__content.p-entry__content--premium .p-entry__content-header {
    margin-bottom: clamp(1.5rem, -2.5rem + 8.3333333333vw, 5rem);
  }
  .p-entry__content.p-entry__content--premium .p-entry__button {
    margin-bottom: 0.875rem;
  }
  .p-entry__content-header {
    padding-inline: clamp(0.625rem, -0.0892857143rem + 1.4880952381vw, 1.25rem);
  }
  .p-entry__content-header-sp {
    display: none;
  }
  .p-entry__content-header-pc {
    display: block;
  }
  .p-entry__form {
    padding-inline: 0;
  }
  .p-entry__form-checkbox {
    gap: 0.5rem;
  }
  .p-entry__text-box {
    background: #FFF;
    padding: 0 clamp(2.5rem, 1.9285714286rem + 1.1904761905vw, 3rem);
    position: relative;
  }
  .p-entry__text-box::before, .p-entry__text-box::after {
    background: url("../img/common/leaf@2x.png") no-repeat center center/contain;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 3.875rem;
  }
  .p-entry__text-box::before {
    left: -1.25rem;
  }
  .p-entry__text-box::after {
    right: -1.25rem;
    transform: rotateY(-180deg);
  }
  .p-entry__text-box-items {
    padding-block: 1.5rem;
  }
  .p-entry__content-price {
    flex-direction: row;
    margin-bottom: clamp(1.5rem, -1.9285714286rem + 7.1428571429vw, 4.5rem);
  }
  .p-entry__price-regular {
    font-size: 1rem;
  }
  .p-entry__price-free {
    background: none;
    font-size: 1.5rem;
    margin-right: 0;
    padding-left: 0;
  }
  .p-entry__button-box {
    min-height: 6.125rem;
  }
  .p-footer__info {
    max-width: clamp(37.5rem, 28.6428571429rem + 18.4523809524vw, 45.25rem);
  }
  .p-footer__info-item {
    flex-direction: row;
    gap: 4.375rem;
  }
  .p-footer__info-list-body a:hover {
    opacity: 0.7;
  }
  .p-footer__nav-items {
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
  }
  .p-footer__nav-item a:hover {
    opacity: 0.7;
  }
  .c-button:hover {
    opacity: 0.7;
    transform: translateY(-2px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .p-header {
    height: 4.375rem;
  }
  .p-header.is-scrolled {
    height: 4.375rem;
  }
  .p-header__nav-area {
    padding-bottom: 0;
  }
  .p-header__menu {
    display: none;
  }
  .p-header__button {
    display: none;
  }
  .p-drawer {
    display: block;
  }
  .p-drawer-icon {
    display: block;
  }
  .p-mv {
    padding-block: 5rem 0;
  }
  .p-mv__timer-text-br {
    display: block;
  }
  .p-plan__card.p-plan__card--free .p-plan__card-header::before, .p-plan__card.p-plan__card--premium .p-plan__card-header::before {
    top: -2rem;
  }
  .p-flow__steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-cta-02__inner::after {
    bottom: -1.875rem;
  }
  .p-entry__content.p-entry__content--free .p-entry__content-header::before, .p-entry__content.p-entry__content--premium .p-entry__content-header::before {
    top: -2rem;
  }
  .p-entry__text-box {
    background: #D5E6EE;
    padding: 1.5rem;
  }
  .p-entry__text-box::before, .p-entry__text-box::after {
    content: none;
  }
  .p-entry__text-box-items {
    padding-block: 0;
  }
  .p-entry__content-price {
    flex-direction: column;
  }
  .p-entry__price-free {
    background: linear-gradient(transparent 65%, rgba(251, 255, 21, 0.28) 50%);
  }
  .p-entry__button-box {
    min-height: 7rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px){
  .p-cta-02__text-strong-dot::before {
    top: -1.1em;
  }
}
@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);
  }
  .p-mv__badge {
    padding: 0.375rem clamp(0.625rem, -6.3194444444rem + 34.7222222222vw, 2.1875rem);
  }
  .p-mv__slogan {
    font-size: clamp(1.75rem, 0.6388888889rem + 5.5555555556vw, 2rem);
  }
  .p-mv__timer-countdown {
    gap: clamp(1rem, -0.1111111111rem + 5.5555555556vw, 1.25rem);
  }
  .p-mv__timer-time {
    font-size: clamp(1.375rem, 0.5416666667rem + 4.1666666667vw, 1.5625rem);
  }
  .p-mv__timer-time-number {
    height: clamp(3rem, 1.8888888889rem + 5.5555555556vw, 3.25rem);
    width: clamp(1.75rem, 0.6388888889rem + 5.5555555556vw, 2rem);
  }
  .p-cta-01__button.p-cta-01__button--free {
    padding-inline: clamp(0.5rem, -0.0555555556rem + 2.7777777778vw, 0.625rem) clamp(1.5rem, -2.9444444444rem + 22.2222222222vw, 2.5rem);
  }
  .p-cta-01__button.p-cta-01__button--premium {
    padding-inline: clamp(0.75rem, -3.6944444444rem + 22.2222222222vw, 1.75rem) clamp(1.625rem, -2.2638888889rem + 19.4444444444vw, 2.5rem);
  }
  .p-cta-01__button-free-text-01,
  .p-cta-01__button-free-text-02 {
    font-size: clamp(1rem, 0.4444444444rem + 2.7777777778vw, 1.125rem);
  }
  .p-cta-01__button-free-text-01 {
    padding: clamp(0.625rem, 0.0694444444rem + 2.7777777778vw, 0.75rem) clamp(0.5rem, -0.0555555556rem + 2.7777777778vw, 0.625rem);
  }
  .p-cta-01__button-premium-text-02 {
    font-size: clamp(1rem, 0.4444444444rem + 2.7777777778vw, 1.125rem);
  }
  .p-cta-02__inner::after {
    height: clamp(5.25rem, -0.3055555556rem + 27.7777777778vw, 6.5rem);
    width: clamp(6.25rem, 0.6944444444rem + 27.7777777778vw, 7.5rem);
  }
  .p-cta-02__text {
    margin-bottom: 4.375rem;
  }
  .p-cta-02__button {
    padding-inline: clamp(0.625rem, 0.0694444444rem + 2.7777777778vw, 0.75rem) clamp(1.875rem, -2.0138888889rem + 19.4444444444vw, 2.75rem);
  }
  .p-cta-02__button-text-02-main {
    font-size: clamp(1.25rem, -0.4166666667rem + 8.3333333333vw, 1.625rem);
  }
  .p-process__steps {
    gap: clamp(2.5rem, -3.0555555556rem + 27.7777777778vw, 3.75rem);
  }
  .p-process__step-label-number {
    font-size: clamp(2rem, 0.8888888889rem + 5.5555555556vw, 2.25rem);
  }
  .p-process__step-title {
    font-size: clamp(1.125rem, 0.8622994652rem + 1.0695187166vw, 1.375rem);
    letter-spacing: -0.04em;
  }
  .p-process__step-body-text {
    font-size: clamp(0.9375rem, 0.6597222222rem + 1.3888888889vw, 1rem);
  }
  .p-entry__price-regular {
    font-size: clamp(1.125rem, 0.5694444444rem + 2.7777777778vw, 1.25rem);
  }
  .p-entry__price-free {
    font-size: clamp(1.875rem, 1.3194444444rem + 2.7777777778vw, 2rem);
  }
  .p-footer__content-header-text {
    font-size: clamp(0.8125rem, 0.5347222222rem + 1.3888888889vw, 0.875rem);
  }
  .p-footer__info-list-head,
  .p-footer__info-list-body {
    font-size: clamp(0.9375rem, 0.6597222222rem + 1.3888888889vw, 1rem);
  }
}
@media print{
  /*印刷設定*/
  .p-drawer {
    display: none;
  }
}