html {
	height: 100%;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	overscroll-behavior: none;
	scroll-behavior: auto;
}

body.shiso-swipe-lp-body {
	height: 100vh !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	overscroll-behavior: none;
}

.shiso-swipe-lp-page {
	background: #f7f7f7;
	color: #142943;
	font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.8;
	min-height: 100vh;
	overflow: visible;
	position: fixed;
	inset: 0;
	transition: none;
	width: 100%;
	will-change: transform;
	z-index: 1;
}

.shiso-swipe-fullpage .swipe-hero > *,
.shiso-swipe-fullpage .swipe-section > * {
	opacity: 1;
	transform: none;
	transition: none;
}

.shiso-swipe-fullpage .swipe-hero.is-active > *,
.shiso-swipe-fullpage .swipe-section.is-active > * {
	opacity: 1;
	transform: none;
}

.shiso-swipe-fullpage .swipe-hero.is-before-active > *,
.shiso-swipe-fullpage .swipe-section.is-before-active > * {
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.shiso-swipe-fullpage .swipe-hero > *,
	.shiso-swipe-fullpage .swipe-section > * {
		transition: none;
	}
}

.shiso-swipe-lp-body .elementor-location-header,
.shiso-swipe-lp-body .elementor-location-footer,
.shiso-swipe-lp-body .site-header,
.shiso-swipe-lp-body .site-footer,
.shiso-swipe-lp-body > .elementor {
	display: none;
}

.shiso-swipe-lp-page *,
.shiso-swipe-lp-page *::before,
.shiso-swipe-lp-page *::after {
	box-sizing: border-box;
}

.shiso-swipe-lp-page__article {
	margin: 0;
}

.swipe-shell {
	margin-inline: auto;
	max-width: 1160px;
	width: min(100% - 48px, 1160px);
}

.swipe-section {
	align-items: center;
	background: #f7f7f7;
	display: flex;
	height: 100vh;
	min-height: 0;
	overflow: hidden;
	padding: clamp(48px, 8svh, 88px) 0;
	position: relative;
}

.swipe-section-title,
.swipe-section h2 {
	color: #142943;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
	text-align: center;
}

.swipe-section p {
	margin: 0;
}

.swipe-hero {
	align-items: flex-start;
	background: #f7f7f7;
	display: flex;
	height: 100vh;
	min-height: 0;
	overflow: hidden;
	padding: 20px 0 0;
}

.swipe-hero__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: calc(100vh - 20px);
	min-height: 0;
	text-align: center;
}

.swipe-hero__logo {
	height: auto;
	margin-bottom: clamp(78px, calc(30.36vh - 215px), 95px);
	width: min(228px, 54vw);
}

.swipe-hero h1 {
	color: #142943;
	font-size: 5rem;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	max-width: 1120px;
	width: 100%;
}

.swipe-hero__lead {
	color: #2d2d2d;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin: 38px 0 70px !important;
	max-width: 720px;
	width: min(100%, 732px);
}

.swipe-samples {
	--swipe-carousel-per-view: 6;
	margin-inline: auto;
	max-width: 1120px;
	position: relative;
	touch-action: pan-y;
	width: 100%;
}

.swipe-samples__viewport {
	overflow: hidden;
	width: 100%;
}

.swipe-samples__track {
	display: flex;
	transition: transform 0.45s ease;
	will-change: transform;
}

.swipe-samples__slide {
	flex: 0 0 calc(100% / var(--swipe-carousel-per-view));
	min-width: 0;
	padding: 0 10px;
}

.swipe-samples__slide img {
	aspect-ratio: 2 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.swipe-samples__control {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 12px 28px rgba(20, 41, 67, 0.22);
	color: #142943;
	cursor: pointer;
	display: none;
	height: 46px;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition:
		background-color 0.2s ease,
		transform 0.2s ease;
	width: 46px;
	z-index: 2;
}

.swipe-samples__control::before {
	border-right: 3px solid currentColor;
	border-top: 3px solid currentColor;
	content: "";
	display: block;
	height: 12px;
	width: 12px;
}

.swipe-samples__control--prev {
	left: -14px;
}

.swipe-samples__control--prev::before {
	transform: rotate(-135deg);
}

.swipe-samples__control--next {
	right: -14px;
}

.swipe-samples__control--next::before {
	transform: rotate(45deg);
}

.swipe-samples__control:hover,
.swipe-samples__control:focus-visible {
	background: #fff;
	transform: translateY(-50%) scale(1.04);
}

.swipe-samples__control:disabled {
	display: none;
}

.swipe-samples__pagination {
	display: none;
	gap: 10px;
	justify-content: center;
	margin-top: 18px;
}

.swipe-samples__pagination button {
	background: #c7d1dd;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 10px;
	margin: 0;
	padding: 0;
	width: 10px;
}

.swipe-samples__pagination button.is-active {
	background: #142943;
}

.swipe-button {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 1.7rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 72px;
	min-width: min(100%, 464px);
	padding: 18px 34px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	word-break: keep-all;
	transition:
		background-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.swipe-button:hover,
.swipe-button:focus-visible {
	box-shadow: 0 14px 24px rgba(20, 41, 67, 0.16);
	transform: translateY(-1px);
}

.swipe-button--black {
	background: #050505;
	box-shadow: 13px 7px 10px rgba(0, 0, 0, 0.5);
	color: #fff !important;
	font-size: 3rem;
	font-weight: 900;
	gap: 24px;
	height: 72px;
	line-height: 1;
	margin-top: 88px;
	min-width: 0;
	padding: 0 24px;
	width: 464px;
}

.swipe-button--black:hover,
.swipe-button--black:focus-visible,
.swipe-button--black:visited {
	color: #fff !important;
}

.swipe-button--black::after {
	border-bottom: 24px solid transparent;
	border-left: 36px solid currentColor;
	border-top: 24px solid transparent;
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	height: 0;
	width: 0;
}

.swipe-hero .swipe-button--black {
	margin-top: clamp(109px, calc(30.36vh - 184px), 126px);
}

.swipe-button--blue {
	background: #0c67d4;
	color: #fff !important;
	font-size: 1.1rem;
	min-height: 52px;
	min-width: 220px;
	padding: 14px 24px;
}

.swipe-section--angle {
	background:
		linear-gradient(166deg, transparent 0 42%, rgba(231, 243, 252, 0.95) 42.2% 100%),
		#fff;
	padding: clamp(58px, 9svh, 108px) 0;
}

.swipe-feature {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 362px) minmax(0, 698px);
	justify-content: center;
	transform: translateY(4px);
}

.swipe-feature__media img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 362px;
	transform: translateY(-4px);
	width: 100%;
}

.swipe-feature__body h2 {
	color: #000;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1;
	text-align: left;
}

.swipe-feature__body p {
	color: #111;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.333;
	margin-top: 14px;
}

.swipe-video {
	text-align: center;
}

.swipe-section--video {
	align-items: flex-start;
	padding-top: 10px;
}

.swipe-video__frame {
	aspect-ratio: 16 / 9;
	align-items: center;
	background: #111;
	box-shadow: 0 18px 40px rgba(20, 41, 67, 0.15);
	display: flex;
	justify-content: center;
	margin: 18px auto 0;
	max-width: 1120px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.swipe-video__frame iframe,
.swipe-video__frame img {
	border: 0;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.swipe-video__frame--mobile {
	display: none;
}

.swipe-video__play {
	align-items: center;
	background: #050505;
	border: 2px solid #fff;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 800;
	gap: 12px;
	justify-content: center;
	left: 50%;
	line-height: 1.2;
	min-height: 64px;
	min-width: 190px;
	padding: 16px 26px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.swipe-video__play::after {
	border-bottom: 10px solid transparent;
	border-left: 16px solid currentColor;
	border-top: 10px solid transparent;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
}

.swipe-section--muted {
	background: #f4f4f4;
}

.swipe-step-grid {
	display: grid;
	gap: 46px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 40px;
}

.swipe-step-card {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-width: 0;
	text-align: center;
}

.swipe-step-card__number {
	align-items: center;
	background: #0c67d4;
	border-radius: 0;
	color: #fff;
	display: inline-flex;
	font-size: 2rem;
	font-weight: 600;
	height: 50px;
	justify-content: center;
	line-height: 40px;
	max-width: 340px;
	width: 100%;
}

.swipe-step-card h3 {
	color: #142943;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin: 20px 0;
}

.swipe-step-card img {
	height: 102px;
	margin-bottom: 20px;
	object-fit: contain;
	width: 102px;
}

.swipe-step-card p {
	color: #202020;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1;
	max-width: 340px;
}

.swipe-section--trend {
	background: #eaf4ff;
	padding: 94px 0;
}

.swipe-trend {
	align-items: center;
	display: grid;
	gap: 39px;
	grid-template-columns: minmax(0, 698px) minmax(0, 362px);
	justify-content: center;
}

.swipe-phone {
	display: flex;
	justify-content: center;
	order: 2;
}

.swipe-phone img {
	border-radius: 26px;
	box-shadow: 0 24px 52px rgba(20, 41, 67, 0.2);
	display: block;
	height: auto;
	max-height: 543px;
	object-fit: cover;
	width: min(100%, 362px);
}

.swipe-trend__body h2 {
	color: #000;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1;
	text-align: left;
}

.swipe-trend__body {
	order: 1;
}

.swipe-trend__body p {
	color: #111;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 14px;
}

.swipe-chat {
	align-items: center;
	display: flex;
	flex-direction: column;
	transform: translateY(-10px);
	width: 100%;
}

.swipe-chat__grid {
	display: grid;
	gap: 20px;
	margin-top: 30px;
	max-width: 820px;
	width: 100%;
}

.swipe-chat__bubble {
	border-radius: 8px;
	box-shadow: 0 12px 26px rgba(20, 41, 67, 0.08);
	max-width: 72%;
	padding: 22px 26px;
	position: relative;
}

.swipe-chat__bubble::before {
	align-items: center;
	background: #fff center / cover no-repeat;
	border: 0;
	border-radius: 50%;
	color: #142943;
	content: "";
	display: inline-flex;
	height: 48px;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
}

.swipe-chat__bubble--question {
	background: #f0f0f0;
	justify-self: start;
	margin-left: 70px;
}

.swipe-chat__bubble--question::before {
	background-image: url("/wp-content/uploads/2025/02/フリーランサー.jpg");
	left: -70px;
}

.swipe-chat__bubble--answer {
	background: #89e34f;
	justify-self: end;
	margin-right: 70px;
}

.swipe-chat__bubble--answer::before {
	background-image: url("/wp-content/uploads/2025/03/名称未設定-8-e1742290154601.jpeg");
	right: -70px;
}

.swipe-chat__bubble p {
	color: #111;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
}

.swipe-chat__bubble--answer p {
	font-weight: 600;
}

.swipe-chat .swipe-section-title {
	font-size: 3rem;
	line-height: 1;
	width: 100%;
}

.swipe-chat .swipe-button--black {
	margin-top: 42px;
}

.swipe-section--blue {
	background: #eaf4ff;
}

.swipe-payment {
	text-align: center;
}

.swipe-payment__badge {
	background: #0c67d4;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 28px;
	padding: 13px 28px;
	position: relative;
}

.swipe-payment__badge::after {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #0c67d4;
	bottom: -10px;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.swipe-payment__logos {
	align-items: center;
	background: #fff;
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 34px;
	padding: 52px 34px 32px;
}

.swipe-payment__logos img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 190px;
	object-fit: contain;
	width: 100%;
}

.swipe-payment__logos img:nth-child(1) {
	max-width: 213px;
}

.swipe-payment__logos img:nth-child(3),
.swipe-payment__logos img:nth-child(5) {
	max-width: 134px;
}

.swipe-payment__logos img:nth-child(4) {
	max-width: 93px;
}

.swipe-payment__logos img[alt="Visa"] {
	max-width: 213px;
}

.swipe-payment__logos img[alt="Mastercard"] {
	max-width: 190px;
}

.swipe-payment__logos img[alt="JCB"],
.swipe-payment__logos img[alt="Diners Club"] {
	max-width: 134px;
}

.swipe-payment__logos img[alt="American Express"] {
	max-width: 93px;
}

.swipe-payment > p:last-child {
	background: #fff;
	color: #111;
	font-size: 1rem;
	font-weight: 800;
	padding: 0 24px 34px;
}

.swipe-plan-layout {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
	margin-top: 46px;
}

.swipe-plan-card,
.swipe-option-card {
	background: #fff;
	border: 1px solid #dde4ee;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(20, 41, 67, 0.1);
	padding: 38px;
}

.swipe-plan-card__eyebrow,
.swipe-eyebrow {
	color: #0c67d4;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.4;
	margin: 0 0 14px;
}

.swipe-plan-card h3 {
	color: #142943;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
}

.swipe-plan-card h3 span {
	font-size: 4.2rem;
}

.swipe-plan-card__unit {
	color: #142943;
	font-size: 1.1rem;
	font-weight: 800;
	margin-top: 8px;
}

.swipe-plan-card ul {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.swipe-plan-card li {
	color: #142943;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.55;
	padding-left: 28px;
	position: relative;
}

.swipe-plan-card li::before {
	background: #0c67d4;
	border-radius: 50%;
	content: "";
	height: 9px;
	left: 0;
	position: absolute;
	top: 0.75em;
	width: 9px;
}

.swipe-option-card {
	display: grid;
	gap: 28px;
}

.swipe-option-card h3 {
	color: #142943;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.4;
	margin: 0;
}

.swipe-option-card p {
	color: #142943;
	font-size: 1.08rem;
	font-weight: 800;
}

.swipe-option-card strong {
	color: #0c67d4;
	display: block;
	font-size: 1.5rem;
	line-height: 1.35;
	margin-top: 8px;
}

.swipe-section--plan {
	align-items: flex-start;
	padding: 200px 0 0;
}

.swipe-section--plan .swipe-shell {
	max-width: 1140px;
	width: min(100% - 48px, 1140px);
}

.swipe-section--plan .swipe-section-title {
	font-size: 3rem;
	line-height: 1;
	width: 100%;
}

.swipe-section--plan .swipe-plan-layout {
	gap: 20px;
	grid-template-columns: 550px 550px;
	justify-content: center;
	margin-top: 46px;
}

.swipe-section--plan .swipe-plan-card,
.swipe-section--plan .swipe-option-card {
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
	height: 485px;
	padding: 20px;
}

.swipe-section--plan .swipe-plan-card {
	border: 3px solid #0c67d4;
}

.swipe-section--plan .swipe-option-card {
	border: 1px solid #ddd;
	gap: 0;
	padding: 9px 20px 20px;
}

.swipe-section--plan .swipe-plan-card__eyebrow {
	color: #142943;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	text-align: center;
}

.swipe-section--plan .swipe-plan-card h3 {
	color: #142943;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	margin: 20px 0 0;
	text-align: center;
}

.swipe-section--plan .swipe-plan-card h3 span {
	font-size: 6rem;
	font-weight: 600;
	line-height: 1;
}

.swipe-section--plan .swipe-plan-card__unit {
	color: #142943;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	margin: 24px 0 0;
	text-align: right;
}

.swipe-section--plan .swipe-plan-card ul {
	display: grid;
	gap: 12px;
	list-style: disc;
	margin: 34px auto 0;
	max-width: 342px;
	padding-left: 20px;
}

.swipe-section--plan .swipe-plan-card li {
	color: #111;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	padding-left: 0;
}

.swipe-section--plan .swipe-plan-card li::before {
	display: none;
}

.swipe-section--plan .swipe-button--blue {
	display: none;
}

.swipe-section--plan .swipe-option-card > h3 {
	color: #142943;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 52px;
	text-align: center;
}

.swipe-section--plan .swipe-option-card > div {
	align-items: center;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 138px;
	padding: 10px;
	text-align: center;
}

.swipe-section--plan .swipe-option-card > div + div {
	margin-top: 50px;
	min-height: 183px;
}

.swipe-section--plan .swipe-option-card p {
	color: #142943;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.swipe-section--plan .swipe-option-card strong {
	color: #142943;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 20px;
}

.swipe-section--plan .swipe-option-card > div + div strong {
	font-size: 2rem;
	line-height: 1;
	margin-top: 28px;
}

.swipe-section--plan .swipe-option-card > div + div strong + strong {
	margin-top: 31px;
}

.swipe-section--lp {
	align-items: flex-start;
	background: #fff;
	padding: 0;
	position: relative;
}

.swipe-section--lp::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.84)),
		url("/wp-content/uploads/2025/02/Freelanceimage.jpg") center / cover no-repeat;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.swipe-section--lp .swipe-shell {
	position: relative;
	z-index: 1;
}

.swipe-lp-plan {
	align-items: center;
	display: grid;
	gap: 50px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.swipe-lp-plan h2 {
	font-size: 3.6rem;
	text-align: left;
}

.swipe-lp-plan img {
	display: block;
	height: auto;
	width: 100%;
}

.swipe-lp-plan__reserve {
	align-items: center;
	background: #0c9fdb;
	border-radius: 4px;
	color: #fff !important;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	height: 36px;
	justify-content: center;
	line-height: 1;
	margin-top: 18px;
	padding: 0 18px;
	text-decoration: none;
}

@media (min-width: 768px) {
	.swipe-lp-plan {
		display: flex;
		flex-direction: column;
		gap: 0;
		justify-content: flex-start;
		min-height: 100%;
		padding-top: 55px;
		text-align: center;
	}

	.swipe-lp-plan > div {
		align-items: center;
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.swipe-lp-plan__video {
		aspect-ratio: 739 / 416;
		background: #000;
		border: 0;
		display: block;
		height: 416px;
		margin-top: 30px;
		width: 739px;
	}

	.swipe-lp-plan .swipe-eyebrow {
		color: #142943;
		font-size: 2rem;
		font-weight: 600;
		line-height: 1;
		margin: 0 0 20px;
	}

	.swipe-lp-plan h2 {
		font-size: 6.1rem;
		font-weight: 800;
		line-height: 1.12;
		max-width: 1180px;
		min-height: 216px;
		text-align: center;
		width: 100%;
	}

	.swipe-lp-plan h2 > span {
		display: block;
		white-space: nowrap;
	}

	.swipe-lp-plan h2 > span > span {
		font-size: 2.2rem;
		margin-left: 8px;
		vertical-align: middle;
	}

	.swipe-lp-plan .swipe-button--black {
		font-size: 2rem;
		height: 56px;
		margin-top: 29px;
		min-height: 56px;
		width: 400px;
	}

	.swipe-lp-plan .swipe-button--black::after {
		border-bottom-width: 18px;
		border-left-width: 28px;
		border-top-width: 18px;
	}

	.swipe-lp-plan img {
		display: none;
	}
}

.swipe-publish {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 48px;
}

.swipe-publish__step {
	background: #fff;
	border-top: 6px solid #0c67d4;
	box-shadow: 0 12px 28px rgba(20, 41, 67, 0.08);
	padding: 28px;
}

.swipe-publish__step h3 {
	color: #142943;
	font-size: 1.7rem;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
}

.swipe-publish__step p {
	color: #0c67d4;
	font-weight: 800;
	margin-top: 6px;
}

.swipe-publish__step ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

.swipe-publish__step li {
	background: #f0f6ff;
	border-radius: 6px;
	color: #142943;
	font-weight: 700;
	line-height: 1.5;
	padding: 12px 14px;
}

.swipe-section--publish {
	align-items: flex-start;
	padding-top: 100px;
}

.swipe-section--publish .swipe-section-title {
	align-items: center;
	display: flex;
	font-size: 2rem;
	gap: 6px;
	justify-content: center;
	line-height: 1;
	margin: 0 auto;
	min-height: 108px;
	width: 1140px;
}

.swipe-section--publish .swipe-section-title strong {
	color: #142943;
	font-size: 7rem;
	font-weight: 800;
	line-height: 0.8;
}

.swipe-publish-flow {
	height: 660px;
	position: relative;
}

.swipe-publish-flow h3 {
	color: #142943;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.6;
	margin: 0;
	text-align: center;
}

.swipe-publish-flow p {
	color: #142943;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	text-align: center;
}

.swipe-publish-flow__start,
.swipe-publish-flow__finish {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 646px;
}

.swipe-publish-flow__start::before,
.swipe-publish-flow__finish::before,
.swipe-publish-flow__branch > div::before {
	border: 3px solid #489be1;
	border-radius: 12px;
	content: "";
	inset: -17px -14px -12px;
	pointer-events: none;
	position: absolute;
}

.swipe-publish-flow__start {
	top: 60px;
}

.swipe-publish-flow__start::before {
	inset: -46px -14px -12px;
}

.swipe-publish-flow__finish {
	top: 605px;
	width: 652px;
}

.swipe-publish-flow__branch {
	position: absolute;
	top: 160px;
	width: 520px;
}

.swipe-publish-flow__branch--left {
	left: 40px;
}

.swipe-publish-flow__branch--right {
	right: 40px;
}

.swipe-publish-flow__branch > h3 {
	line-height: 1;
	margin-bottom: 80px;
	position: relative;
}

.swipe-publish-flow__branch > h3::after,
.swipe-publish-flow__branch > div::after {
	content: "↓";
	font-size: 4rem;
	font-weight: 800;
	left: 50%;
	line-height: 1;
	position: absolute;
	transform: translateX(-50%);
}

.swipe-publish-flow__branch > h3::after {
	top: 37px;
}

.swipe-publish-flow__branch > div {
	margin: 0 auto 93px;
	position: relative;
	width: 390px;
}

.swipe-publish-flow__branch > div::after {
	top: 72px;
}

.swipe-publish-flow__branch > div:last-child::after {
	top: 70px;
}

.swipe-publish-flow__branch--left > h3 {
	color: #489be1;
}

.swipe-publish-flow__branch--left > h3::after,
.swipe-publish-flow__branch--left > div::after {
	color: #489be1;
}

.swipe-publish-flow__branch--right > h3 {
	color: #de8648;
}

.swipe-publish-flow__branch--right > h3::after,
.swipe-publish-flow__branch--right > div::after {
	color: #de8648;
}

.swipe-publish-flow__branch--right > div::before {
	border-color: #de8648;
}

.swipe-publish-flow__finish h3 {
	line-height: 1;
}

.swipe-publish-flow__finish::before {
	border-color: #d8d8d8;
	box-shadow: 0 3px 14px rgba(20, 41, 67, 0.18);
	inset: -14px -14px -11px;
}

.swipe-integrations {
	text-align: center;
	transform: translateY(-4px);
}

.swipe-integrations h2 {
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1;
	margin-inline: auto;
	width: min(100%, 1108px);
}

.swipe-integrations__grid {
	align-items: center;
	display: flex;
	gap: 16px;
	height: 71px;
	justify-content: flex-end;
	margin: 56px 33px 0 auto;
	width: min(100%, 963px);
}

.swipe-integration-logo {
	align-items: center;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	height: 71px;
	justify-content: center;
	padding: 0;
}

.swipe-integration-logo img {
	display: block;
	height: auto;
	max-height: none;
	max-width: none;
	object-fit: contain;
	width: auto;
}

.swipe-integration-logo:nth-child(1) img {
	height: 51px;
	width: 142px;
}

.swipe-integration-logo:nth-child(2) img {
	height: 71px;
	width: 88px;
}

.swipe-integration-logo:nth-child(3) img {
	height: 60px;
	width: 142px;
}

.swipe-integration-logo:nth-child(4) img,
.swipe-integration-logo:nth-child(5) img,
.swipe-integration-logo:nth-child(6) img,
.swipe-integration-logo:nth-child(7) img {
	height: 66px;
	width: 66px;
}

.swipe-integration-logo:nth-child(8) img {
	height: 63px;
	width: 132px;
}

.swipe-integration-logo:nth-child(9) img {
	height: 61px;
	width: 66px;
}

.swipe-integrations > p {
	color: #142943;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;
	margin: 14px 20px 0 auto;
	width: 626px;
}

.swipe-integrations > .swipe-note {
	color: #525e6c;
	font-size: 0.7rem;
	font-weight: 100;
	line-height: 1;
	margin: 4px 20px 0 auto;
	width: 395px;
}

.swipe-cost h2 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	min-height: 140px;
	text-align: center;
}

.swipe-cost-title__top {
	display: block;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}

.swipe-cost-title__bottom {
	align-items: baseline;
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-top: 12px;
}

.swipe-cost-title__bottom > span {
	font-size: 2rem;
	font-weight: 600;
}

.swipe-cost-title__bottom strong {
	color: #142943;
	font-size: 6rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
}

.swipe-cost__grid {
	display: grid;
	gap: 42px;
	grid-template-columns: 516px 518px;
	justify-content: center;
	margin-top: 40px;
}

.swipe-cost-card {
	border: 0;
	padding: 0;
}

.swipe-cost-card h3 {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	text-align: center;
}

.swipe-cost-card div {
	border: 2px solid #9a9a9a;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	height: 80px;
	justify-content: center;
	margin: 3px auto 0;
	padding: 9px 14px;
	position: relative;
	text-align: center;
	width: 398px;
}

.swipe-cost-card div + div {
	margin-top: 43px;
}

.swipe-cost-card div + div::before,
.swipe-cost-card--managed div + div::before {
	content: "+";
	font-size: 2.2rem;
	font-weight: 800;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: -47px;
	transform: translateX(-50%);
}

.swipe-cost-card strong {
	display: block;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.6;
}

.swipe-cost-card p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1;
	margin-top: 0;
}

.swipe-cost-card--self {
	color: #142943;
	border: 3px solid #111;
	height: 612px;
	padding-top: 14px;
	position: relative;
}

.swipe-cost-card--self > h3,
.swipe-cost-card--self > div,
.swipe-cost-card--self > .swipe-cost-card__total {
	opacity: 0.48;
}

.swipe-cost-card--managed {
	align-self: start;
	color: #142943;
	margin-top: 0;
	transform: translateY(-3px);
}

.swipe-cost-card--managed h3 {
	color: #de8648;
}

.swipe-cost-card--managed div {
	background: transparent;
	border-color: #de8648;
	border-width: 3px;
	margin-top: 17px;
}

.swipe-cost-card--managed div + div {
	margin-top: 65px;
}

.swipe-cost-card__total {
	color: #142943;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	inset: auto 0 16px;
	position: absolute;
	text-align: center;
}

.swipe-cost-card .swipe-cost-card__total {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	margin-top: 0;
}

.swipe-cost-card--managed div {
	width: 410px;
}

.swipe-cost-card--managed div + div::before {
	color: #de8648;
}

.swipe-section--cost {
	align-items: flex-start;
	padding: 75px 0 0;
}

.swipe-section--cost .swipe-cost {
	max-width: 1140px;
	width: min(100% - 48px, 1140px);
}

.swipe-section--table {
	align-items: flex-start;
	background: #f4f4f4;
	padding: 50px 0 0;
}

.swipe-section--table .swipe-shell {
	max-width: 1400px;
	width: min(100% - 48px, 1400px);
}

.swipe-section--table .swipe-section-title {
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.swipe-table-wrap {
	background: transparent;
	box-shadow: none;
	margin-top: 0;
	overflow-x: visible;
	width: 100%;
}

.swipe-comparison-table {
	border-collapse: separate;
	border-spacing: 8px;
	min-width: 0;
	table-layout: fixed;
	width: 100%;
}

.swipe-comparison-table th,
.swipe-comparison-table td {
	border: 0;
	border-radius: 18px;
	color: #142943;
	font-size: 0.9rem;
	line-height: 1.5;
	padding: 0 12px;
	text-align: center;
	vertical-align: middle;
}

.swipe-comparison-table th:nth-child(1),
.swipe-comparison-table td:nth-child(1) {
	width: 164px;
}

.swipe-comparison-table th:nth-child(2),
.swipe-comparison-table td:nth-child(2) {
	width: 771px;
}

.swipe-comparison-table th:nth-child(3),
.swipe-comparison-table td:nth-child(3) {
	width: 180px;
}

.swipe-comparison-table th:nth-child(4),
.swipe-comparison-table td:nth-child(4) {
	width: 245px;
}

.swipe-comparison-table thead th,
.swipe-comparison-table thead td {
	height: 86px;
}

.swipe-comparison-table tbody th,
.swipe-comparison-table tbody td {
	height: 88px;
}

.swipe-comparison-table tbody tr:nth-child(5) th,
.swipe-comparison-table tbody tr:nth-child(5) td {
	height: 136px;
}

.swipe-comparison-table thead th {
	background: rgba(141, 197, 255, 0.24);
	color: #142943;
	font-weight: 800;
}

.swipe-comparison-table thead td:first-child {
	background: rgba(128, 128, 128, 0.07);
}

.swipe-comparison-table thead th:nth-child(2) {
	background: #dde9ff;
	box-shadow: 0 10px 18px rgba(20, 41, 67, 0.08);
}

.swipe-comparison-table thead img {
	display: block;
	height: 22px;
	margin: 0 auto;
	object-fit: contain;
	width: 100px;
}

.swipe-comparison-table tbody th {
	background: rgba(141, 197, 255, 0.24);
	font-weight: 800;
}

.swipe-comparison-table tbody td:nth-child(2) {
	background: #ffacac;
	box-shadow: 8px 10px 18px rgba(20, 41, 67, 0.22);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.5;
}

.swipe-comparison-table tbody td:not(:nth-child(2)) {
	background: transparent;
}

.swipe-comparison-table tbody tr:nth-child(2) td:not(:nth-child(2)),
.swipe-comparison-table tbody tr:nth-child(4) td:not(:nth-child(2)),
.swipe-comparison-table tbody tr:nth-child(6) td:not(:nth-child(2)) {
	background: rgba(128, 128, 128, 0.07);
}

.swipe-comparison-table tbody tr:nth-child(3) td:not(:nth-child(2)) {
	background: rgba(128, 128, 128, 0.1);
}

.swipe-comparison-table tbody th {
	background: rgba(141, 197, 255, 0.24);
}

.swipe-comparison-table tbody tr > th[scope="row"] {
	background: rgba(141, 197, 255, 0.24);
}

.swipe-section--cta {
	background: #f7f7f7;
	align-items: flex-start;
	padding: 140px 0 0;
}

.swipe-meeting {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.swipe-section--cta .swipe-meeting {
	max-width: none;
	width: calc(100% - 20px);
}

.swipe-meeting h2 {
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1;
	width: calc(100% - 32px);
}

.swipe-meeting iframe {
	border: 0;
	display: block;
	height: 600px;
	margin-top: 52px;
	width: 100%;
}

.swipe-section--support {
	align-items: flex-start;
	padding: 154px 0 0;
}

.swipe-section--support .swipe-shell {
	max-width: none;
	width: calc(100% - 20px);
}

.swipe-section--support .swipe-chat {
	transform: none;
}

.swipe-section--support .swipe-chat .swipe-section-title {
	width: 100%;
}

.swipe-section--support .swipe-chat__grid {
	gap: 44px;
	margin-top: 42px;
	max-width: 1333px;
}

.swipe-section--support .swipe-chat__bubble--question {
	max-width: 827px;
}

.swipe-section--support .swipe-chat__bubble--answer {
	max-width: 520px;
}

.swipe-section--support .swipe-chat .swipe-button--black {
	margin-top: 26px;
}

.swipe-section--faq {
	align-items: flex-start;
	background:
		linear-gradient(rgba(247, 247, 247, 0.82), rgba(247, 247, 247, 0.82)),
		url("/wp-content/uploads/2025/02/フリーランサー２.jpg") center / cover no-repeat;
	padding: 93px 0 0;
}

.swipe-section--faq .swipe-shell {
	max-width: none;
	width: calc(100% - 20px);
}

.swipe-section--faq .swipe-section-title {
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.swipe-faq-list {
	background: transparent;
	box-shadow: none;
	margin: 99px auto 0;
	max-width: 1120px;
	width: 100%;
}

.swipe-faq-item {
	background: #fff;
	border: 1px solid #d5d8dc;
	border-bottom: 0;
}

.swipe-faq-item:last-child {
	border-bottom: 1px solid #d5d8dc;
}

.swipe-faq-item summary {
	align-items: center;
	background: #fff;
	color: #111;
	cursor: pointer;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	list-style: none;
	min-height: 72px;
	padding: 24px 64px 24px 32px;
	position: relative;
}

.swipe-faq-item summary::-webkit-details-marker {
	display: none;
}

.swipe-faq-item summary::after {
	color: #111;
	content: "⌄";
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
}

.swipe-faq-item[open] summary::after {
	transform: translateY(-50%) rotate(180deg);
}

.swipe-faq-item p {
	background: #dfdaff;
	color: #142943;
	font-size: 1rem;
	font-weight: 300;
	line-height: 2;
	margin: 0;
	padding: 0 32px;
}

.swipe-faq-item:not([open]) > p {
	display: none;
}

.swipe-faq-item[open] summary {
	margin-bottom: 0;
}

.swipe-faq-item[open] p:first-of-type {
	padding-top: 24px;
}

.swipe-faq-item[open] p + p {
	margin-top: 0;
	padding-top: 16px;
}

.swipe-faq-item[open] p:last-child {
	padding-bottom: 24px;
}

.swipe-faq-item[open] {
	background: #dfdaff;
	min-height: 289px;
}

.swipe-faq-item:not([open]) + .swipe-faq-item:not([open]) {
	margin-top: 0;
}

@media (min-width: 641px) {
	.swipe-samples__slide {
		align-items: flex-start;
		display: flex;
		justify-content: center;
		padding: 0;
	}

	.swipe-samples__slide:nth-child(1) {
		order: 1;
	}

	.swipe-samples__slide:nth-child(2) {
		order: 6;
	}

	.swipe-samples__slide:nth-child(3) {
		order: 5;
	}

	.swipe-samples__slide:nth-child(4) {
		order: 4;
	}

	.swipe-samples__slide:nth-child(5) {
		order: 3;
	}

	.swipe-samples__slide:nth-child(6) {
		order: 2;
	}

	.swipe-samples__slide img {
		aspect-ratio: auto;
		height: 253px;
		max-width: 100%;
		object-fit: contain;
		width: auto;
	}

	.swipe-samples__control,
	.swipe-samples__pagination {
		display: none;
	}
}

@media (min-width: 768px) {
	.shiso-swipe-lp-page {
		width: calc(100% - 15px);
	}
}

@media (max-width: 767px) {
	.swipe-section {
		height: 100vh;
		padding: 76px 0;
	}

	.swipe-section-title,
	.swipe-section h2 {
		font-size: 2.45rem;
	}

	.swipe-hero h1 {
		font-size: 3.7rem;
	}

	.swipe-samples {
		--swipe-carousel-per-view: 1;
		max-width: 332px;
		width: min(100%, 332px);
	}

	.swipe-samples__control,
	.swipe-samples__pagination {
		display: flex;
	}

	.swipe-feature,
	.swipe-trend,
	.swipe-lp-plan,
	.swipe-cost__grid {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.swipe-feature__media img {
		transform: none;
	}

	.swipe-trend__body h2,
	.swipe-feature__body h2,
	.swipe-lp-plan h2 {
		text-align: center;
	}

	.swipe-plan-layout,
	.swipe-publish,
	.swipe-step-grid {
		grid-template-columns: 1fr;
	}

	.swipe-section--plan {
		align-items: center;
		padding: 44px 0;
	}

	.swipe-section--plan .swipe-section-title {
		font-size: 2rem;
	}

	.swipe-section--plan .swipe-plan-layout {
		gap: 22px;
		grid-template-columns: 1fr;
		margin-top: 28px;
	}

	.swipe-section--plan .swipe-plan-card,
	.swipe-section--plan .swipe-option-card {
		height: auto;
		padding: 22px;
	}

	.swipe-section--plan .swipe-plan-card__eyebrow,
	.swipe-section--plan .swipe-option-card > h3,
	.swipe-section--plan .swipe-option-card p {
		font-size: 1.25rem;
	}

	.swipe-section--plan .swipe-plan-card h3 {
		font-size: 1rem;
		margin-top: 12px;
	}

	.swipe-section--plan .swipe-plan-card h3 span {
		font-size: 3.1rem;
	}

	.swipe-section--plan .swipe-plan-card__unit {
		margin-top: 8px;
	}

	.swipe-section--plan .swipe-plan-card ul {
		gap: 8px;
		margin-top: 18px;
	}

	.swipe-section--plan .swipe-option-card > h3 {
		margin-bottom: 18px;
	}

	.swipe-section--plan .swipe-option-card > div,
	.swipe-section--plan .swipe-option-card > div + div {
		min-height: auto;
		padding: 16px 10px;
	}

	.swipe-section--plan .swipe-option-card > div + div {
		margin-top: 16px;
	}

	.swipe-section--plan .swipe-option-card strong,
	.swipe-section--plan .swipe-option-card > div + div strong {
		font-size: 1.35rem;
		margin-top: 12px;
	}

	.swipe-payment__logos,
	.swipe-integrations__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swipe-lp-plan__video {
		aspect-ratio: 16 / 9;
		height: auto;
		max-width: 100%;
		width: 100%;
	}

	.swipe-integrations {
		transform: none;
	}

	.swipe-integrations h2,
	.swipe-integrations > p,
	.swipe-note {
		width: 100%;
	}

	.swipe-integrations__grid {
		display: grid;
		height: auto;
		justify-content: initial;
		margin: 32px 0 0;
		width: 100%;
	}

	.swipe-integration-logo {
		background: #fff;
		border-radius: 8px;
		box-shadow: 0 10px 22px rgba(20, 41, 67, 0.08);
		height: 112px;
		padding: 18px;
	}

	.swipe-integration-logo:nth-child(n) img {
		height: auto;
		max-height: 72px;
		max-width: 140px;
		width: auto;
	}

	.swipe-integrations > p,
	.swipe-note {
		margin-inline: auto;
	}

	.swipe-cost-card--managed {
		margin-top: 0;
	}
}

@media (max-width: 640px) {
	.swipe-shell {
		width: min(100% - 28px, 1160px);
	}

	.swipe-section {
		height: 100vh;
		padding: 30px 0;
	}

	.swipe-section--video {
		padding-top: 10px;
	}

	.swipe-section-title,
	.swipe-section h2 {
		font-size: 1.8rem;
	}

	.swipe-hero {
		padding: 0 0 18px;
	}

	.swipe-hero__inner {
		justify-content: flex-start;
		height: calc(100vh - 18px);
		min-height: 0;
	}

	.swipe-hero__logo {
		margin-bottom: 20px;
		max-width: 258px;
		width: 66vw;
	}

	.swipe-hero h1 {
		font-size: 2.28rem;
		line-height: 1.14;
	}

	.swipe-hero__lead {
		font-size: 1rem;
		line-height: 1.75;
		margin: 29px 0 0 !important;
		max-width: none;
		width: 430px;
	}

	.swipe-samples {
		--swipe-carousel-per-view: 1;
		margin-top: 48px;
		max-width: 332px;
		width: 86%;
	}

	.swipe-samples__slide {
		padding: 0;
	}

	.swipe-samples__control {
		background: transparent;
		box-shadow: none;
		color: #fff;
		height: 42px;
		width: 42px;
	}

	.swipe-samples__control::before {
		border-right-width: 4px;
		border-top-width: 4px;
		height: 15px;
		width: 15px;
	}

	.swipe-samples__control--prev {
		left: 44px;
	}

	.swipe-samples__control--next {
		right: 2px;
	}

	.swipe-samples__pagination {
		gap: 8px;
		margin-top: 17px;
	}

	.swipe-samples__pagination button {
		height: 8px;
		width: 8px;
	}

	.swipe-button {
		font-size: 1.08rem;
		min-height: 50px;
		min-width: 100%;
		padding: 15px 20px;
	}

	.swipe-button--black {
		border-radius: 32px;
		font-size: 1.5rem;
		gap: 18px;
		box-shadow: 13px 7px 10px rgba(0, 0, 0, 0.35);
		line-height: 1;
		margin-top: 30px;
		height: 51px;
		min-height: 51px;
		padding: 0 22px;
	}

	.swipe-button--black::after {
		border-bottom-width: 15px;
		border-left-width: 24px;
		border-top-width: 15px;
	}

	.swipe-hero .swipe-button {
		min-width: 0;
		width: 272px;
	}

	.swipe-hero .swipe-button--black {
		margin-top: 48px;
	}

	.swipe-video__frame--desktop {
		display: none;
	}

	.swipe-video__frame--mobile {
		aspect-ratio: 9 / 16;
		display: flex;
		margin-top: 22px;
		max-width: 280px;
	}

	.swipe-section--angle {
		align-items: flex-start;
		padding: 18px 0 0;
	}

	.swipe-feature {
		gap: 30px;
		transform: none;
	}

	.swipe-feature__body p,
	.swipe-trend__body p {
		font-size: 0.98rem;
	}

	.swipe-feature__body h2 {
		font-size: 2rem;
	}

	.swipe-step-grid {
		gap: 34px;
		margin-top: 34px;
	}

	.swipe-step-card h3 {
		font-size: 1.55rem;
	}

	.swipe-phone img {
		max-height: 430px;
		width: min(100%, 286px);
	}

	.swipe-chat__grid {
		margin-top: 32px;
	}

	.swipe-chat {
		transform: none;
	}

	.swipe-chat__bubble {
		max-width: calc(100% - 56px);
		padding: 18px 20px;
	}

	.swipe-chat__bubble::before {
		height: 40px;
		width: 40px;
	}

	.swipe-chat__bubble--question {
		margin-left: 52px;
	}

	.swipe-chat__bubble--question::before {
		left: -52px;
	}

	.swipe-chat__bubble--answer {
		margin-right: 52px;
	}

	.swipe-chat__bubble--answer::before {
		right: -52px;
	}

	.swipe-chat__bubble p {
		font-size: 1rem;
	}

	.swipe-payment__logos {
		gap: 18px;
		padding: 34px 18px 24px;
	}

	.swipe-payment__logos img {
		height: 72px;
		max-width: 140px;
	}

	.swipe-plan-card,
	.swipe-option-card,
	.swipe-publish__step {
		padding: 24px;
	}

	.swipe-plan-card h3 {
		font-size: 1.6rem;
	}

	.swipe-plan-card h3 span {
		font-size: 2.7rem;
	}

	.swipe-option-card strong {
		font-size: 1.18rem;
	}

	.swipe-lp-plan h2 {
		font-size: 2.35rem;
	}

	.swipe-integrations__grid {
		gap: 12px;
	}

	.swipe-integration-logo {
		height: 112px;
		padding: 18px;
	}

	.swipe-cost h2 {
		font-size: 1.8rem;
	}

	.swipe-cost h2 span {
		font-size: 2.35rem;
	}

	.swipe-cost-card {
		padding: 20px;
	}

	.swipe-cost-card h3 {
		font-size: 1.45rem;
	}

	.swipe-cost-card strong,
	.swipe-cost-card--managed strong {
		font-size: 1.35rem;
	}

	.swipe-faq-item summary {
		font-size: 1rem;
		padding: 20px 44px 20px 20px;
	}

	.swipe-faq-item summary::after {
		right: 20px;
	}

	.swipe-faq-item p {
		padding: 0 20px 22px;
	}
}

@media (max-width: 767px) {
	.swipe-section--steps {
		align-items: flex-start;
		padding-top: 16px;
	}

	.swipe-section--muted .swipe-step-grid {
		gap: 30px 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 34px;
		max-width: 390px;
	}

	.swipe-step-card:nth-child(3) {
		grid-column: 1 / -1;
		justify-self: center;
		width: min(50%, 170px);
	}

	.swipe-step-card__number {
		border-radius: 999px;
		font-size: 2rem;
		height: 58px;
		margin: 0 auto 8px;
		max-width: none;
		width: 58px;
	}

	.swipe-step-card h3 {
		font-size: 1.2rem;
		line-height: 1.1;
		margin: 0 0 7px;
	}

	.swipe-step-card img {
		height: 98px;
		margin: 0 auto 8px;
		max-width: 112px;
	}

	.swipe-step-card p {
		font-size: 0.86rem;
		line-height: 1.12;
		margin: 0 auto;
		max-width: 170px;
	}

	.swipe-section--lp {
		padding: 30px 0 0;
	}

	.swipe-lp-plan {
		gap: 14px;
	}

	.swipe-lp-plan .swipe-eyebrow {
		font-size: 1.15rem;
		line-height: 1.1;
	}

	.swipe-lp-plan h2 {
		font-size: 2.35rem;
		line-height: 1.12;
		max-width: 100%;
		min-height: 0;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.swipe-lp-plan h2 > span {
		display: inline;
		white-space: normal;
	}

	.swipe-lp-plan h2 > span > span {
		font-size: 1.45rem;
	}

	.swipe-lp-plan .swipe-button--black {
		display: none;
	}

	.swipe-lp-plan > img {
		display: none;
	}

	.swipe-lp-plan__reserve {
		margin-top: 10px;
	}

	.swipe-section--publish {
		padding-top: 36px;
	}

	.swipe-section--publish .swipe-section-title {
		font-size: 1.9rem;
		min-height: 72px;
		width: 100%;
	}

	.swipe-section--publish .swipe-section-title strong {
		font-size: 4.7rem;
	}

	.swipe-publish-flow {
		display: grid;
		gap: 18px 8px;
		grid-template-areas:
			"start start"
			"left right"
			"finish finish";
		grid-template-columns: repeat(2, minmax(0, 1fr));
		height: auto;
		margin: 22px auto 0;
		max-width: 410px;
		position: relative;
		width: 100%;
	}

	.swipe-publish-flow__start,
	.swipe-publish-flow__finish,
	.swipe-publish-flow__branch {
		left: auto;
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		width: 100%;
	}

	.swipe-publish-flow__start {
		grid-area: start;
	}

	.swipe-publish-flow__branch--left {
		grid-area: left;
	}

	.swipe-publish-flow__branch--right {
		grid-area: right;
	}

	.swipe-publish-flow__finish {
		grid-area: finish;
	}

	.swipe-publish-flow h3 {
		font-size: 1.55rem;
		line-height: 1.05;
	}

	.swipe-publish-flow p {
		font-size: 0.75rem;
		line-height: 1;
	}

	.swipe-publish-flow__start,
	.swipe-publish-flow__finish,
	.swipe-publish-flow__branch > div {
		margin: 0;
		min-height: 50px;
		padding: 2px 4px;
		width: 100%;
	}

	.swipe-publish-flow__start::before,
	.swipe-publish-flow__finish::before,
	.swipe-publish-flow__branch > div::before {
		border-width: 2px;
		inset: 0;
	}

	.swipe-publish-flow__branch > h3 {
		margin-bottom: 46px;
	}

	.swipe-publish-flow__branch > h3::after,
	.swipe-publish-flow__branch > div::after {
		font-size: 2.1rem;
	}

	.swipe-publish-flow__branch > h3::after {
		top: 24px;
	}

	.swipe-publish-flow__branch > div {
		margin-bottom: 38px;
	}

	.swipe-publish-flow__branch > div::after,
	.swipe-publish-flow__branch > div:last-child::after {
		top: 48px;
	}

	.swipe-publish-flow__finish::before {
		inset: 0;
	}

	.swipe-section--cost {
		padding-top: 10px;
	}

	.swipe-cost h2 {
		font-size: 1rem;
		line-height: 1;
		min-height: 64px;
	}

	.swipe-cost h2 .swipe-cost-title__top {
		font-size: 1rem;
	}

	.swipe-cost-title__bottom {
		align-items: baseline;
		flex-wrap: nowrap;
		gap: 5px;
		margin-top: 2px;
	}

	.swipe-cost h2 .swipe-cost-title__bottom > span {
		font-size: 1rem;
		white-space: nowrap;
	}

	.swipe-cost h2 .swipe-cost-title__bottom strong {
		font-size: 2.05rem;
		white-space: nowrap;
	}

	.swipe-cost__grid {
		gap: 8px;
		grid-template-columns: 1fr 1fr;
		margin-top: 2px;
	}

	.swipe-cost-card {
		padding: 0;
	}

	.swipe-cost-card h3 {
		font-size: 1rem;
		line-height: 1.05;
	}

	.swipe-cost-card div {
		border-radius: 10px;
		height: 62px;
		padding: 4px;
		width: 100%;
	}

	.swipe-cost-card div + div {
		margin-top: 26px;
	}

	.swipe-cost-card div + div::before,
	.swipe-cost-card--managed div + div::before {
		font-size: 1.4rem;
		top: -28px;
	}

	.swipe-cost-card strong,
	.swipe-cost-card--managed strong {
		font-size: 1.15rem;
		line-height: 1.05;
	}

	.swipe-cost-card p {
		font-size: 0.72rem;
		line-height: 1.1;
	}

	.swipe-cost-card--self {
		height: 566px;
		padding: 6px;
	}

	.swipe-cost-card--managed h3 {
		font-size: 1.4rem;
		line-height: 1;
	}

	.swipe-cost-card--managed {
		margin-top: 202px;
	}

	.swipe-cost-card--managed div {
		height: 42px;
		margin-top: 8px;
		width: 100%;
	}

	.swipe-cost-card--managed div + div {
		margin-top: 40px;
	}

	.swipe-cost-card--managed div + div::before {
		top: -36px;
	}

	.swipe-cost-card__total,
	.swipe-cost-card .swipe-cost-card__total {
		font-size: 1.35rem;
		inset: auto 0 6px;
	}

	.swipe-section--faq .swipe-section-title {
		font-size: 2rem;
		line-height: 1.1;
	}

	.swipe-faq-list {
		margin-top: 78px;
	}
}
