body {
	background-color: #f7f7f7;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

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

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

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

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

/* ホバー */

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

.l-footer {
	background-color: #0d4791;
	padding: 2.5rem 0 2.125rem;
}

.l-footer__logo {
	margin: 0 auto;
	width: 3.875rem;
}

.l-footer__logo img {
	-o-object-fit: contain;
	aspect-ratio: 124/152;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.l-footer__button {
	margin-top: 2rem;
}

.l-footer__button a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
}

.l-footer__button a::after {
	background-image: url("../images/common/arrow-icon1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.625rem;
	margin-left: 0.5rem;
	width: 0.4375rem;
}

.l-footer__copy {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 0.75rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	margin-top: 0.8125rem;
}

.l-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1540px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-main {
	background-color: #fff;
	overflow-x: hidden;
	position: relative;
}

.l-main::before {
	background-image: url("../images/common/bg-pattern.png");
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 100% auto;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.4;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 56.5104166667vw;
	z-index: 0;
}

.l-lp-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 96.25rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	width: 100%;
}

.c-cta {
	align-items: center;
	background-color: #E5583F;
	border-radius: 0;
	color: #fff;
	display: flex;
	flex-direction: row;
	font-size: 1.875rem;
	font-weight: 700;
	gap: 1.5rem;
	justify-content: center;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	max-width: 39.4375rem;
	padding: 0.6875rem 1.25rem;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.c-cta:hover {
	opacity: 0.8;
}

.c-cta__divider {
	align-items: center;
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 1.875rem;
	font-weight: 700;
}

.c-cta__icon {
	display: block;
	flex-shrink: 0;
	height: auto;
	width: 1.875rem;
}

.c-cta__icon--mail {
	width: 2.25rem;
}

.p-beforeafter {
	margin-top: 8.75rem;
	position: relative;
}

.p-beforeafter::after {
	background-color: rgba(84, 188, 197, 0.406);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-beforeafter__inner {
	padding-bottom: 6.5rem;
	padding-top: 2.5rem;
	position: relative;
	z-index: 2;
}

.p-beforeafter__head {
	margin-bottom: 3.5625rem;
}

.p-beforeafter__compare {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.p-beforeafter__block {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
}

.p-beforeafter__card {
	background-color: #fff;
	border-radius: 0;
	overflow: hidden;
	text-align: center;
	width: max(35rem, min(72vw, 48.0625rem));
}

.p-beforeafter__label {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.875rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.5;
	padding: 0.59375rem 1.25rem;
	text-align: center;
}

.p-beforeafter__label--before {
	background-color: #00437B;
}

.p-beforeafter__label--after {
	background-color: #E5583F;
}

.p-beforeafter__list {
	display: inline-block;
	padding: 1.875rem 1.25rem;
	text-align: left;
}

.p-beforeafter__list li {
	color: #00437B;
	font-size: 2.0625rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8484848485;
}

.p-beforeafter__list li + li {
	margin-top: 0.5rem;
}

.p-beforeafter__list--after li {
	color: #E5583F;
}

.p-beforeafter__illust {
	bottom: 1.9375rem;
	height: auto;
	position: absolute;
	right: calc(50% + max(17.5rem, min(36vw, 24.03125rem)) - 2.9375rem);
	width: max(11.25rem, min(17vw, 20.625rem));
}

.p-beforeafter__illust--after {
	bottom: -3.125rem;
	left: calc(50% + max(17.5rem, min(36vw, 24.03125rem)) - 0.1875rem);
	right: auto;
	width: max(10rem, min(12vw, 14.3125rem));
}

.p-beforeafter__arrow {
	color: #00437B;
	font-size: 4.875rem;
	line-height: 1;
	margin-bottom: -0.5rem;
	margin-top: -0.5rem;
	text-align: center;
}

.p-case {
	position: relative;
}

.p-case__inner {
	padding-bottom: 9.5625rem;
	padding-top: 12.5625rem;
	position: relative;
	z-index: 1;
}

.p-case__box {
	margin-top: 2.5rem;
	overflow: hidden;
}

.p-case__head {
	align-items: center;
	background-color: #00437B;
	display: flex;
	justify-content: center;
	padding: 0.5625rem 1.25rem;
}

.p-case__head-label {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: center;
}

.p-case__content {
	align-items: flex-start;
	background-color: rgba(126, 126, 126, 0.12);
	display: flex;
	flex-direction: row;
	gap: max(0.5rem, min(1.4vw, 1.75rem));
	overflow: hidden;
	padding: 0.1875rem max(1.25rem, min(3.3vw, 3.9375rem)) 2.5rem;
	position: relative;
}

.p-case__illust {
	flex-shrink: 0;
	height: auto;
}

.p-case__illust--left {
	align-self: flex-start;
	width: max(9.375rem, min(19vw, 22.6875rem));
}

.p-case__illust--right {
	align-self: flex-end;
	margin-left: max(0.5rem, min(1.2vw, 1.5rem));
	margin-right: max(-1.5rem, min(-1.2vw, -0.5rem));
	width: max(10.625rem, min(20.7vw, 24.875rem));
}

.p-case__text {
	color: #00437B;
	flex: 1 1 auto;
	font-size: max(1rem, min(1.4vw, 1.6875rem));
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.667;
	margin-top: 2.9375rem;
	max-width: 41.75rem;
}

.p-flow {
	position: relative;
}

.p-flow__inner {
	padding-bottom: 13.9375rem;
	padding-top: 6.4375rem;
}

.p-flow__image {
	margin-top: 6.3125rem;
}

.p-flow__image img {
	height: auto;
	width: 100%;
}

.p-flow__image-sp {
	margin-left: auto;
	margin-right: auto;
	max-width: 20rem;
	width: 100%;
}

/*
  FVヒーロー（モバイルファースト）
  - SP（デフォルト）：縦積みの独立レイアウト
  - PC（@include mq(md)＝min-width:768）：幅1920×高さ941 の絶対配置ステージ
    全要素は Figma 実値（1920基準）を % 換算して position:absolute で配置。
      left%  = x / 1920 * 100
      top%   = y / 941  * 100
      width% = w / 1920 * 100
    font-size は min(指定px, calc(指定px / 1920 * 100vw)) で 1920基準を維持しつつ縮小。
    濃紺シェイプは clip-path（::before）で表現し、子の absolute 配置が領域を膨張させない。

  z-index（Figma children order に従う・後にあるものほど上）：
    0  背景（::before）
    1  パターン（::before の上に薄く）
    2  ポイントバー（長方形491/492/493）
    3  図1 FAXDMモックアップ（バーの上に重なる）
    4  プリンター
    5  タイトル・リード・リボン
    6  人物・脱却テキスト・ポイントテキスト
*/

.p-fv {
	background-color: #fff;
	position: relative;
	width: 100%;
	z-index: 1;
}

/* ===== 濃紺ステージ ===== */

.p-fv__hero {
	aspect-ratio: 1920/941;
	padding: 0;
	position: relative;
	width: 100%;
}

.p-fv__hero::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 73.5%, 50.4% 100%, 0 73.5%);
	background-color: #00437B;
	bottom: 0;
	clip-path: polygon(0 0, 100% 0, 100% 73.5%, 50.4% 100%, 0 73.5%);
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-fv__pattern {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 73.5%, 50.4% 100%, 0 73.5%);
	background-image: url("../images/common/fv-bg-pattern.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	clip-path: polygon(0 0, 100% 0, 100% 73.5%, 50.4% 100%, 0 73.5%);
	left: 0;
	mix-blend-mode: color-burn;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

/* プリンター/人物アイコンのラッパー：
   PC＝中の各imgがabsoluteなのでこのboxは高さ0・レイアウトに影響しない。
   SP＝flex行になり、タイトルとリボンの間の余白にプリンター(左)＋人物(右)を並べる。 */

/* プリンター（グループ282）x361 y129 w109 h125 */

.p-fv__printer {
	display: block;
	height: auto;
	left: 18.8021%;
	position: absolute;
	top: 13.7088%;
	width: 5.6771%;
	z-index: 4;
}

/* 右上人物（グループ269）x1445 y102 w106 h152 */

.p-fv__person {
	display: block;
	height: auto;
	left: 75.2604%;
	position: absolute;
	top: 10.8395%;
	width: 5.5208%;
	z-index: 6;
}

/* リード（i77）x600 y107 w721 h56 / PC 24px 700 白 letter-spacing 15% */

.p-fv__lead {
	color: #fff;
	font-size: min(24px, 1.25vw);
	font-weight: 700;
	left: 31.25%;
	letter-spacing: 0.15em;
	line-height: 2.3333333333;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 11.3709%;
	white-space: nowrap;
	width: 37.5521%;
	z-index: 5;
}

/* タイトル（i53）x226 y152 w1469 h220 */

.p-fv__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	left: 11.7708%;
	margin-top: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 16.153%;
	width: 76.5104%;
	z-index: 5;
}

/* 1行目「「紙で届き、WEBでつながる。」」PC 62px 700 白 */

.p-fv__title-main {
	color: #fff;
	font-size: min(62px, 3.2291666667vw);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8548387097;
}

/* 2行目「Webとリアルが融合したOMO施策」PC 90px 700 白 */

.p-fv__title-sub {
	color: #fff;
	font-size: min(90px, 4.6875vw);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2777777778;
	white-space: nowrap;
}

/* リボン＋ポイント1〜3 のグループ。
   PC: ここだけ absolute で「縦位置（top）」を固定し、中身（リボン・ポイント）は通常フローで縦積み。
       → トラッキングFAX上の余白(.p-fv__ribbon の margin-top)やバー間隔を変えると、
         ポイント1〜3 が連動して下に流れる（旧: 各要素が個別 absolute で連動しなかった問題を解消）。
       グループ全体の位置を動かしたいときは下の top を調整する。
   z-index は付けない（auto）。こうすると子のバー(z2)・リボン(z5)が親(hero)の重なり順に参加し、
   モックアップ(z3)がバーより前・リボンより後ろに正しく挟まる。 */

.p-fv__cluster {
	left: 0;
	position: absolute;
	top: 41.0202%;
	width: 100%;
}

/* 黄色リボン（パス601 i78）x475 y386 w971 h107（fill RGB:251,255,201 / stroke濃紺・太さ3） */

.p-fv__ribbon {
	align-items: center;
	aspect-ratio: 971/107;
	background-image: url("../images/common/fv-trackingfax-ribbon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	width: 50.5729%;
	z-index: 5;
}

/* トラッキングFAX（i79）PC 90px 700 濃紺 */

.p-fv__ribbon-text {
	color: #00437B;
	font-size: min(90px, 4.6875vw);
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-align: center;
}

.p-fv__ribbon-em {
	font-size: inherit;
}

/* ポイントバー（長方形491/492/493）x392 w858・高さ51〜53px・色違いシアン系
   Figma実測 cornerRadius：バー1=50(h51) / バー2=43(h51) / バー3=43(h53)
   → いずれも高さの約半分＝完全なpill形状。高さが%可変なため px固定だと崩れるので
     border-radius: 9999px（常に高さ半分の半円端）で実測の意図(pill)を再現。
     SP(h40固定)でも端が半円のpillになる。 */

.p-fv__point {
	align-items: center;
	border-radius: 9999px;
	display: flex;
	margin-left: 20.4167%;
	margin-top: 3.073vw;
	padding: 0.578vw 0;
	position: relative;
	width: 44.6875%;
	z-index: 2;
}

.p-fv__point + .p-fv__point {
	margin-top: 0.8vw;
}

/* 色のみ指定（位置・高さ・間隔は .p-fv__point のフローで決まる） */

/* バー1（長方形491）RGB(84,188,197) シアン */

.p-fv__point--1 {
	background-color: #54bcc5;
}

/* バー2（長方形492）RGB(69,155,203) 中間ブルー */

.p-fv__point--2 {
	background-color: #459bcb;
}

/* バー3（長方形493）RGB(72,105,178) 濃いブルー */

.p-fv__point--3 {
	background-color: #4869b2;
}

/* ポイントテキスト（i4674/4678/4682）x430・白文字・バーの上
   Figma仕様：「ポイント」12〜13px、「1.〜」23〜24px が同じ要素内で混在 */

.p-fv__point-text {
	color: #fff;
	font-size: min(24px, 1.25vw);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding-left: 4.4289%;
	position: relative;
	white-space: nowrap;
	z-index: 6;
}

/* 「ポイント」だけ小さく：Figma 12〜13px / バーテキストは 23〜24px
   比率 = 12 / 24 = 0.5 */

.p-fv__point-label {
	font-size: 0.55em;
	margin-right: 0.2em;
	vertical-align: 0.05em;
}

/* FAXDMモックアップ（図1 i51）x1030 y525 w498 h228 / バーより前面 */

.p-fv__mockup {
	display: block;
	height: auto;
	left: 53.6458%;
	margin: 0;
	position: absolute;
	top: 7.34vw;
	width: 25.9375%;
	z-index: 3;
}

/* 脱却テキスト（i197）x701 y763 w535 h165 */

.p-fv__escape {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	letter-spacing: 0.05em;
	line-height: 1.8333333333;
	margin: 1.3vw auto 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 27.8646%;
	z-index: 6;
}

/* 「「FAXの送信後、ただ待つだけ」から」PC 30px 700 */

.p-fv__escape-from {
	font-size: min(30px, 1.5625vw);
	font-weight: 700;
}

/* 「脱却できます！」PC 48px 700 */

.p-fv__escape-to {
	font-size: min(48px, 2.5vw);
	font-weight: 700;
}

/* CTA（グループ760 x645 y954）→ 濃紺ステージ(941)の外＝白背景の上 */

.p-fv__cta {
	margin-top: 2.5rem;
	padding-bottom: 3.125rem;
	position: relative;
	z-index: 1;
}

.p-merit {
	position: relative;
}

.p-merit::after {
	background-color: rgba(84, 188, 197, 0.406);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-merit__inner {
	padding-bottom: 6.625rem;
	padding-top: 2.5rem;
	position: relative;
	z-index: 2;
}

.p-merit__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 4.375rem;
}

.p-merit__item {
	align-items: center;
	border-radius: 3.125rem;
	color: #fff;
	display: flex;
	font-size: 2.1875rem;
	font-weight: 700;
	justify-content: flex-start;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	max-width: 76rem;
	min-height: 5.3125rem;
	overflow: visible;
	padding-left: 21.44%;
	padding-right: 2.5rem;
	position: relative;
	width: 100%;
}

.p-merit__item--teal {
	background-color: #54BCC5;
}

.p-merit__item--blue {
	background-color: #459BCB;
}

.p-merit__item--bluedark {
	background-color: #4869B2;
}

.p-merit__text {
	white-space: nowrap;
}

.p-merit__icon {
	display: block;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-merit__item--icon-left .p-merit__icon {
	left: 15.21%;
}

.p-merit__item--icon-right .p-merit__icon {
	left: 76.4%;
}

.p-merit__item--icon-left .p-merit__icon--1 {
	transform: translateY(calc(-50% - 0.75rem));
	width: 7.25rem;
}

.p-merit__item--icon-right .p-merit__icon--2 {
	width: 5.5rem;
}

.p-merit__item--icon-left .p-merit__icon--3 {
	width: 4.6875rem;
}

.p-merit-cta__inner {
	padding-bottom: 13rem;
	padding-top: 12.0625rem;
}

.p-price {
	position: relative;
}

.p-price__inner {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
	position: relative;
	z-index: 1;
}

.p-price__subbar {
	align-items: center;
	background-color: #00437B;
	border-radius: 0.625rem;
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
	padding: 0.625rem 1.25rem;
}

.p-price__subbar-label {
	color: #fff;
	font-size: 2.0625rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-price__cards {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	gap: 0;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 93.0625rem;
	width: 100%;
}

.p-price__card {
	border-radius: 0.75rem;
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	max-width: 25rem;
	min-height: 25.0625rem;
	overflow: hidden;
}

.p-price__card-head {
	align-items: center;
	background-color: #54BCC5;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.875rem;
	font-weight: 700;
	gap: 0.625rem;
	justify-content: center;
	line-height: 1.4;
	min-height: 8.375rem;
	padding: 1rem 0.75rem;
	text-align: center;
}

.p-price__card-body {
	align-items: center;
	background-color: rgba(84, 188, 197, 0.17);
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	padding: 1.25rem 1.5rem;
}

.p-price__card-icon {
	flex-shrink: 0;
	height: auto;
	width: 3.375rem;
}

.p-price__card:first-child .p-price__card-icon {
	width: 2.5rem;
}

.p-price__card-price {
	color: #00437B;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.p-price__plus {
	align-self: center;
	display: block;
	flex-shrink: 0;
	height: 3.375rem;
	position: relative;
	width: 9rem;
}

.p-price__plus::before {
	background-color: #54BCC5;
	border-radius: 50%;
	content: "";
	height: 3.375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3.375rem;
}

.p-price__plus::after {
	background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
	background-position: center center, center center;
	background-repeat: no-repeat;
	background-size: 1.5rem 0.25rem, 0.25rem 1.5rem;
	content: "";
	height: 1.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.5rem;
}

.p-price__yen {
	font-size: 1.875rem;
}

.p-price__card-tag {
	background-color: #fff;
	color: #00437B;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.25rem;
	padding: 0.625rem 1rem;
	text-align: center;
}

.p-price__card-rates {
	width: 100%;
}

.p-price__card-rates > div {
	align-items: center;
	color: #00437B;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.375rem;
	justify-content: space-between;
	line-height: 1.5;
}

.p-price__card-rates > div + div {
	margin-top: 0.5rem;
}

.p-price__card-rates dt {
	font-size: 1.5rem;
	white-space: nowrap;
}

.p-price__card-rates dd {
	font-size: 1.5625rem;
	white-space: nowrap;
}

.p-price__summary {
	margin-top: 3.125rem;
}

.p-price__summary-bar {
	align-items: center;
	background-color: #00437B;
	border-radius: 0.625rem;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0.625rem 5rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-price__summary-bar span {
	color: #fff;
	font-size: 2.0625rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.p-price__summary-table {
	background-color: #fff;
	border: 0.1875rem solid #00437B;
	border-radius: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2rem;
	max-width: 71.75rem;
	padding: 3.875rem 2.5rem 1.875rem;
}

.p-price__summary-items {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	gap: 0;
	justify-content: center;
}

.p-price__summary-item {
	border-radius: 0.75rem;
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	max-width: 18.1875rem;
	overflow: hidden;
}

.p-price__summary-head {
	align-items: center;
	background-color: #54BCC5;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.75rem;
	font-weight: 700;
	gap: 0.5rem;
	justify-content: center;
	line-height: 1.4;
	min-height: 7.8125rem;
	padding: 0.75rem;
	text-align: center;
}

.p-price__summary-body {
	align-items: center;
	background-color: rgba(84, 188, 197, 0.17);
	display: flex;
	flex-grow: 1;
	justify-content: center;
	min-height: 9.1875rem;
	padding: 0.75rem 0.5rem;
}

.p-price__summary-plus {
	align-self: center;
	display: block;
	flex-shrink: 0;
	height: 3.125rem;
	position: relative;
	width: 4.875rem;
}

.p-price__summary-plus::before {
	background-color: #54BCC5;
	border-radius: 50%;
	content: "";
	height: 3.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3.125rem;
}

.p-price__summary-plus::after {
	background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
	background-position: center center, center center;
	background-repeat: no-repeat;
	background-size: 1.375rem 0.25rem, 0.25rem 1.375rem;
	content: "";
	height: 1.375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.375rem;
}

.p-price__summary-icon {
	flex-shrink: 0;
	height: auto;
	width: 3.1875rem;
}

.p-price__summary-item:first-child .p-price__summary-icon {
	width: 2.375rem;
}

.p-price__summary-price {
	color: #00437B;
	font-size: 2.875rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.p-price__summary-price .p-price__yen {
	font-size: 1.75rem;
}

.p-price__summary-total {
	background-color: rgba(240, 255, 62, 0.47);
	border-radius: 0.625rem;
	color: #00437B;
	display: block;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.8125rem;
	padding: 0.75rem 7.1875rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-price__summary-total-highlight {
	display: inline;
}

.p-price__summary-note {
	color: #00437B;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.5rem;
	text-align: center;
}

.p-section-title {
	align-items: center;
	color: #00437B;
	display: flex;
	font-size: 2.5rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding: 0.96875rem 3.75rem;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 0;
}

.p-section-title::before {
	background-color: #00437B;
	content: "";
	height: calc(100% - 0.9375rem);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: -2;
}

.p-section-title::after {
	-webkit-clip-path: polygon(3.481% 0, 100% 0, 97.106% 100%, 0 100%);
	background-color: #FBFFC9;
	bottom: 0;
	clip-path: polygon(3.481% 0, 100% 0, 97.106% 100%, 0 100%);
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.p-section-title--bleed {
	margin-top: -5rem;
	position: relative;
	z-index: 3;
}

.p-step {
	margin-top: 7.75rem;
	position: relative;
}

.p-step::after {
	background-color: rgba(84, 188, 197, 0.406);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-step__inner {
	padding-bottom: 5rem;
	padding-top: 2.5rem;
	position: relative;
	z-index: 2;
}

.p-step__list {
	align-items: flex-start;
	display: flex;
	gap: 1.125rem;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.p-step__item {
	background-color: rgba(255, 255, 255, 0.732);
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-bottom: 1.5rem;
	position: relative;
}

.p-step__item:not(:last-child)::after {
	background-image: url("../images/common/step-arrow.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: -2.3125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.5rem;
	z-index: 1;
}

.p-step__box {
	align-items: center;
	display: flex;
	height: 7.5rem;
	justify-content: center;
	position: relative;
}

.p-step__num {
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
	clip-path: polygon(0 0, 100% 0, 0 100%);
	color: #00437B;
	font-size: 1.5625rem;
	font-weight: 700;
	height: 3.4375rem;
	left: 0;
	line-height: 1;
	padding-left: 0.5rem;
	padding-top: 0.25rem;
	position: absolute;
	top: 0;
	width: 3.75rem;
}

.p-step__num::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
	background-color: #54BCC5;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-step__item:nth-child(even) .p-step__num {
	color: #fff;
}

.p-step__item:nth-child(even) .p-step__num::before {
	background-color: #00437B;
}

.p-step__icon {
	-o-object-fit: contain;
	height: 4.375rem;
	object-fit: contain;
	width: 4.375rem;
}

.p-step__label {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.732);
	color: #00437B;
	display: flex;
	font-size: 1.5625rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.3;
	padding: 0.203125rem 0.5rem;
	text-align: center;
}

.p-step-cta__inner {
	padding-bottom: 14.3125rem;
	padding-top: 9.8125rem;
}

.p-verification {
	position: relative;
}

.p-verification::after {
	background-color: rgba(84, 188, 197, 0.406);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-verification__inner {
	padding-bottom: 7.125rem;
	padding-top: 2.5rem;
	position: relative;
	z-index: 2;
}

.p-verification__funnel {
	margin-top: 2.5625rem;
}

.p-verification__q,
.p-verification__case-q {
	align-items: center;
	background-color: #fff;
	border-radius: 0.625rem;
	color: #00437B;
	display: flex;
	font-size: 2.0625rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	max-width: 50.25rem;
	padding: 0.5rem 1.875rem;
	text-align: center;
	width: 100%;
}

.p-verification__case-q {
	position: relative;
}

.p-verification__case-text {
	display: block;
	padding-left: 0;
	text-align: center;
}

.p-verification__case-icon {
	flex-shrink: 0;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-verification__case-icon--qr {
	left: -1.5rem;
	width: 9.4375rem;
}

.p-verification__case-icon--lp {
	left: -1.0625rem;
	width: 8.3125rem;
}

.p-verification__funnel-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	max-width: 80.625rem;
	width: 100%;
}

.p-verification__funnel-img img {
	height: auto;
	width: 100%;
}

.p-verification__arrow {
	border-left: 4.71875rem solid transparent;
	border-right: 4.71875rem solid transparent;
	border-top: 4.6875rem solid #00437B;
	display: block;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3.625rem;
	width: 0;
}

.p-verification__case {
	margin-top: 3.75rem;
}

.p-verification__resp-block {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.25rem;
	max-width: 76rem;
	width: 100%;
}

.p-verification__bar {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0.375rem 1.25rem;
}

.p-verification__bar--blue {
	background-color: #459BCB;
}

.p-verification__bar--bluedark {
	background-color: #4869B2;
}

.p-verification__bar-label {
	color: #fff;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-verification__resp {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	margin-top: 1.0625rem;
}

.p-verification__resp--three {
	gap: 0.8125rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-verification__resp--two {
	gap: 1.4375rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-verification__resp-item {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	line-height: 1.4;
	min-height: 14.5rem;
	padding: 1.5rem 1rem;
	text-align: center;
}

.p-verification__resp-item--blue {
	background-color: rgba(69, 155, 203, 0.65);
}

.p-verification__resp-item--bluedark {
	background-color: rgba(72, 105, 178, 0.65);
}

.p-verification__resp-icon {
	height: 6.25rem;
	width: auto;
}

.p-cta-band__inner {
	padding-bottom: 0.5rem;
	padding-top: 9.125rem;
}

@media (max-width: 1490px) {

html {
	font-size: 1.0738255034vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.l-footer {
	padding: 1.5625rem 0 1.25rem;
}

.l-footer__button {
	margin-top: 1rem;
}

.l-inner {
	max-width: 31.25rem;
	padding-left: 20px;
	padding-right: 20px;
}

.l-main::before {
	background-position: top left;
	background-size: 280% auto;
	top: 0;
}

.l-lp-inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.c-cta {
	font-size: 1.0625rem;
	gap: 0.4375rem;
	padding: 0.625rem 0.625rem;
}

.c-cta__divider {
	font-size: 1.0625rem;
}

.c-cta__icon {
	width: 1.1875rem;
}

.c-cta__icon--mail {
	width: 1.5rem;
}

.p-beforeafter {
	margin-top: 0;
}

.p-beforeafter__inner {
	padding-bottom: 3.125rem;
	padding-top: 1.25rem;
}

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

.p-beforeafter__head .p-section-title {
	font-size: 1.0625rem;
	letter-spacing: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-beforeafter__compare {
	gap: 1rem;
}

.p-beforeafter__block {
	display: block;
	justify-content: normal;
	position: static;
}

.p-beforeafter__card {
	width: 100%;
}

.p-beforeafter__label {
	align-items: normal;
	display: block;
	font-size: 1.125rem;
	justify-content: normal;
	min-height: auto;
	padding: 0.5rem 1rem;
}

.p-beforeafter__list {
	padding: 1rem 1.25rem;
}

.p-beforeafter__list li {
	font-size: 0.9375rem;
	line-height: 1.6;
}

.p-beforeafter__list li + li {
	margin-top: 0.375rem;
}

.p-beforeafter__illust {
	bottom: auto;
	position: static;
	right: auto;
	width: 10rem;
}

.p-beforeafter__illust--after {
	bottom: auto;
	display: block;
	left: auto;
	margin-left: auto;
	width: 7.5rem;
}

.p-beforeafter__arrow {
	font-size: 2.75rem;
	margin-bottom: 0;
	margin-top: 0;
}

.p-case__inner {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-case__box {
	margin-top: 1.5rem;
}

.p-case__head {
	padding: 0.5rem 1.25rem;
}

.p-case__head-label {
	font-size: 1.125rem;
}

.p-case__content {
	align-items: center;
	flex-direction: column;
	gap: 1rem;
	overflow: visible;
	padding: 1.5rem 1.25rem 1.75rem;
}

.p-case__illust--left {
	-o-object-fit: cover;
	-o-object-position: 45% 50%;
	height: 11.875rem;
	object-fit: cover;
	object-position: 45% 50%;
	width: 9.375rem;
}

.p-case__illust--right {
	-o-object-fit: cover;
	-o-object-position: 30% 67%;
	align-self: auto;
	height: 11.875rem;
	margin-left: auto;
	margin-top: -3.5rem;
	object-fit: cover;
	object-position: 30% 67%;
	width: 9.375rem;
}

.p-case__text {
	flex: none;
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 0;
	max-width: none;
}

.p-flow__inner {
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
}

.p-flow__image {
	margin-top: 3.75rem;
}

.p-flow__image-sp {
	display: block;
}

.p-fv__hero {
	aspect-ratio: auto;
	padding: 3rem 0 2.625rem;
}

.p-fv__hero::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
	clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
}

.p-fv__pattern {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
	clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
}

.p-fv__icons {
	align-items: flex-end;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 1.75rem;
	position: relative;
	z-index: 5;
}

.p-fv__printer {
	height: auto;
	left: auto;
	position: static;
	top: auto;
	width: 4rem;
	z-index: auto;
}

.p-fv__person {
	height: auto;
	left: auto;
	position: static;
	top: auto;
	width: 3.625rem;
	z-index: auto;
}

.p-fv__lead {
	font-size: 0.9375rem;
	left: auto;
	line-height: 1.4;
	padding: 0 0.9375rem;
	position: relative;
	top: auto;
	white-space: normal;
	width: auto;
}

.p-fv__title {
	left: auto;
	margin-top: 0.75rem;
	padding: 0 0.9375rem;
	position: relative;
	top: auto;
	width: auto;
}

.p-fv__title-main {
	font-size: 1.375rem;
}

.p-fv__title-sub {
	font-size: min(1.75rem, 5.6vw);
	white-space: normal;
}

.p-fv__cluster {
	position: static;
	top: auto;
	width: auto;
}

.p-fv__ribbon {
	aspect-ratio: 971/152;
	background-size: 100% 100%;
	left: auto;
	margin: 1.25rem auto 0;
	position: relative;
	top: auto;
	width: 20rem;
}

.p-fv__ribbon-text {
	font-size: 2.125rem;
}

.p-fv__point {
	height: 2.5rem;
	margin: 1.25rem auto 0;
	max-width: 21.875rem;
	padding: 0;
	width: calc(100% - 1.875rem);
}

.p-fv__point + .p-fv__point {
	margin-top: 0.625rem;
}

.p-fv__point-text {
	font-size: 0.8125rem;
	padding-left: 0.875rem;
	white-space: normal;
}

.p-fv__mockup {
	left: auto;
	margin: 1.75rem auto 0;
	position: relative;
	top: auto;
	width: 18.75rem;
	z-index: 3;
}

.p-fv__escape {
	left: auto;
	margin: 1.25rem auto 0;
	padding: 0 0.9375rem;
	position: relative;
	top: auto;
	width: auto;
}

.p-fv__escape-from {
	font-size: 1rem;
}

.p-fv__escape-to {
	font-size: 1.625rem;
}

.p-fv__cta {
	margin-top: 1.875rem;
	padding-bottom: 2.5rem;
}

.p-merit__inner {
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
}

.p-merit__list {
	gap: 0.9375rem;
	margin-top: 2.5rem;
}

.p-merit__item {
	font-size: 1.0625rem;
	min-height: 3.75rem;
	padding-left: 4.875rem;
	padding-right: 4.375rem;
}

.p-merit__text {
	white-space: normal;
}

.p-merit__item--icon-left .p-merit__icon {
	left: 0.875rem;
}

.p-merit__item--icon-right .p-merit__icon {
	left: auto;
	right: 0.875rem;
}

.p-merit__item--icon-left .p-merit__icon--1 {
	transform: translateY(calc(-50% - 0.5rem));
	width: 3.625rem;
}

.p-merit__item--icon-right .p-merit__icon--2 {
	width: 3rem;
}

.p-merit__item--icon-left .p-merit__icon--3 {
	width: 2.5rem;
}

.p-merit-cta__inner {
	padding-bottom: 3.5rem;
	padding-top: 3.5rem;
}

.p-price__inner {
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
}

.p-price__subbar {
	margin-top: 1.5rem;
	padding: 0.25rem 1rem;
}

.p-price__subbar-label {
	font-size: 1.375rem;
}

.p-price__cards {
	align-items: normal;
	flex-direction: column;
	gap: 1rem;
	justify-content: normal;
	margin-top: 1.5rem;
	max-width: none;
}

.p-price__card {
	flex: 0 1 auto;
	max-width: none;
	min-height: auto;
}

.p-price__card-head {
	font-size: 1.5rem;
	gap: 0.5rem;
	min-height: auto;
}

.p-price__card-body {
	padding: 1.25rem 1.25rem;
}

.p-price__card-icon {
	width: 2.625rem;
}

.p-price__card:first-child .p-price__card-icon {
	width: 2rem;
}

.p-price__card-price {
	font-size: 2.375rem;
}

.p-price__plus {
	display: none;
}

.p-price__plus::before {
	content: none;
}

.p-price__plus::after {
	content: none;
}

.p-price__yen {
	font-size: 1.5rem;
}

.p-price__card-tag {
	font-size: 1rem;
}

.p-price__card-rates dt {
	font-size: 0.9375rem;
}

.p-price__card-rates dd {
	font-size: 1.125rem;
}

.p-price__summary {
	margin-top: 2.5rem;
}

.p-price__summary-bar {
	padding: 0.5rem 0.75rem;
}

.p-price__summary-bar span {
	font-size: 1.375rem;
	line-height: 1.35;
}

.p-price__summary-table {
	border-radius: 0.75rem;
	border-width: 0.125rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: -1.875rem;
	max-width: none;
	padding: 2.875rem 1.25rem 1.5rem;
}

.p-price__summary-items {
	align-items: normal;
	flex-direction: column;
	gap: 1rem;
	justify-content: normal;
}

.p-price__summary-item {
	flex: 0 1 auto;
	max-width: none;
}

.p-price__summary-head {
	font-size: 1.375rem;
	gap: 0.5rem;
	min-height: auto;
}

.p-price__summary-body {
	min-height: 6rem;
}

.p-price__summary-plus {
	display: none;
}

.p-price__summary-plus::before {
	content: none;
}

.p-price__summary-plus::after {
	content: none;
}

.p-price__summary-icon {
	width: 2.5rem;
}

.p-price__summary-item:first-child .p-price__summary-icon {
	width: 1.875rem;
}

.p-price__summary-price {
	font-size: 2.25rem;
}

.p-price__summary-price .p-price__yen {
	font-size: 1.375rem;
}

.p-price__summary-total {
	font-size: 1.75rem;
	padding: 0.5rem 1.25rem;
}

.p-price__summary-note {
	font-size: 0.9375rem;
}

.p-section-title {
	font-size: 1.25rem;
	line-height: 1.4;
	padding: 0.375rem 2.5rem;
}

.p-section-title::before {
	height: calc(100% - 0.625rem);
}

.p-section-title::after {
	-webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
	clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.p-section-title--bleed {
	margin-top: 0;
	z-index: 0;
}

.p-step {
	margin-top: 0;
}

.p-step__inner {
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
}

.p-step__list {
	align-items: center;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 1.875rem;
}

.p-step__item {
	flex: none;
	max-width: 80%;
	width: 13.75rem;
}

.p-step__item:not(:last-child)::after {
	bottom: -1.875rem;
	left: 50%;
	right: auto;
	top: auto;
	transform: translateX(-50%) rotate(90deg);
}

.p-step-cta__inner {
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
}

.p-verification__inner {
	padding-bottom: 2.5rem;
	padding-top: 1.875rem;
}

.p-verification__funnel {
	margin-top: 1.5rem;
}

.p-verification__q,
.p-verification__case-q {
	align-items: normal;
	display: block;
	font-size: 1.25rem;
	justify-content: normal;
}

.p-verification__case-icon--qr {
	left: 0.5rem;
	width: 4rem;
}

.p-verification__case-icon--lp {
	left: 0.5rem;
	width: 3.5rem;
}

.p-verification__funnel-img {
	margin-top: 1.25rem;
}

.p-verification__arrow {
	border-left-width: 2.5rem;
	border-right-width: 2.5rem;
	border-top-width: 2.5rem;
	margin-top: -1.125rem;
}

.p-verification__case {
	margin-top: 2.5rem;
}

.p-verification__resp-block {
	margin-top: 1.5rem;
}

.p-verification__bar {
	padding: 0.5rem 1.25rem;
}

.p-verification__bar-label {
	font-size: 1.125rem;
}

.p-verification__resp {
	margin-top: 0.75rem;
}

.p-verification__resp--three {
	gap: 0.75rem;
	grid-template-columns: none;
}

.p-verification__resp--two {
	gap: 0.75rem;
	grid-template-columns: none;
}

.p-verification__resp-item {
	font-size: 1.25rem;
	gap: 0.75rem;
	min-height: auto;
}

.p-verification__resp-icon {
	height: 4.5rem;
}

.p-cta-band__inner {
	padding-bottom: 1.5rem;
	padding-top: 3rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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