@charset "UTF-8";

:root {
	--rg-black: #050505;
	--rg-ink: #111;
	--rg-muted: #555;
	--rg-line: #e6e2de;
	--rg-blue: #dcecff;
	--rg-pink: #f3d6df;
	--rg-yellow: #fff08a;
	--rg-green: #dff2dc;
}

html,
body.rg-lp {
	margin: 0;
	padding: 0;
	background: #fff;
}

body.rg-lp {
	min-width: 320px;
	color: var(--rg-ink);
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, "Noto Sans JP", Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 0;
	padding-bottom: 98px;
}

.rg,
.rg * {
	box-sizing: border-box;
}

.rg {
	width: min(100%, 1440px);
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}

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

.rg-header {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 64px;
	padding: 0 24px;
	border-bottom: 1px solid var(--rg-line);
	background: rgba(255,255,255,.92);
	backdrop-filter: blur(16px);
}

.rg-header nav {
	display: flex;
	justify-content: center;
	gap: 34px;
	font-size: 15px;
	font-weight: 950;
}

.rg-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 950;
}

.rg-btn--dark {
	color: #fff !important;
	background: #000;
}

.rg-btn--line {
	border: 2px solid #000;
	background: #fff;
}

.rg-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 600px;
	gap: 32px;
	align-items: center;
	min-height: 760px;
	padding: 72px 64px 64px;
	background:
		radial-gradient(circle at 72% 40%, rgba(220,236,255,.9), transparent 34%),
		linear-gradient(#fff, #fff);
}

.rg-hero::before {
	content: "";
	position: absolute;
	inset: 70px 40px auto auto;
	width: 610px;
	height: 560px;
	background:
		linear-gradient(35deg, transparent 48%, #b8c9df 49% 50%, transparent 51%),
		linear-gradient(145deg, transparent 48%, #e4c4ce 49% 50%, transparent 51%);
	background-size: 74px 74px, 96px 96px;
	opacity: .5;
	pointer-events: none;
}

.rg-hero__copy,
.rg-hero__art {
	position: relative;
	z-index: 2;
}

.rg-eyebrow {
	display: inline-block;
	margin: 0 0 24px;
	padding: 8px 14px;
	border: 2px solid #000;
	border-radius: 999px;
	background: #fff;
	font-size: 14px;
	font-weight: 950;
}

.rg-hero h1,
.rg-cta h2 {
	margin: 0;
	font-size: clamp(48px, 5.2vw, 74px);
	font-weight: 950;
	line-height: 1.18;
	letter-spacing: 0;
}

.rg-marker {
	display: inline-block;
	padding: 0 .1em;
	white-space: nowrap;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.rg-marker--yellow {
	background: linear-gradient(transparent 20%, var(--rg-yellow) 20% 84%, transparent 84%);
}

.rg-marker--blue {
	background: linear-gradient(transparent 20%, var(--rg-blue) 20% 84%, transparent 84%);
}

.rg-hero__lead {
	max-width: 650px;
	margin: 34px 0 0;
	font-size: 19px;
	line-height: 2;
}

.rg-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.rg-hero__art img {
	width: 100%;
	border: 3px solid #000;
	border-radius: 28px;
	box-shadow: 9px 9px 0 #000;
}

.rg-section {
	padding: 86px 64px;
}

.rg-section__head {
	max-width: 960px;
	margin: 0 auto 46px;
	text-align: center;
}

.rg-section__head p {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 950;
}

.rg-section__head h2 {
	margin: 0;
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 950;
	line-height: 1.35;
	letter-spacing: 0;
}

.rg-section__visual {
	max-width: 1080px;
	margin: -10px auto 42px;
}

.rg-section__visual img {
	width: 100%;
	border: 3px solid #000;
	border-radius: 24px;
	background: #fff;
	box-shadow: 6px 6px 0 #000;
}

.rg-about__grid,
.rg-services__grid,
.rg-price__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.rg-about article,
.rg-issues article,
.rg-services article,
.rg-price article,
.rg-benefits article,
.rg-blog__card,
.rg-faq details {
	border: 3px solid #000;
	border-radius: 24px;
	background: #fff;
	box-shadow: 9px 9px 0 #000;
}

.rg-about article {
	padding: 28px;
}

.rg-about span,
.rg-issues span,
.rg-service__num,
.rg-price article > p {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 7px 12px;
	border-radius: 999px;
	background: var(--rg-pink);
	font-size: 13px;
	font-weight: 950;
}

.rg-about h3,
.rg-issues h3,
.rg-services h3,
.rg-price h3,
.rg-benefits h3 {
	margin: 0 0 12px;
	font-size: 28px;
	font-weight: 950;
}

.rg-about p,
.rg-issues p,
.rg-services p,
.rg-price li,
.rg-benefits li,
.rg-faq p {
	margin: 0;
	color: #222;
	font-size: 16px;
	line-height: 1.85;
}

.rg-issues {
	background: #fbf7f3;
}

.rg-issues__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	max-width: 1200px;
	margin: 0 auto;
}

.rg-issues article {
	padding: 24px;
}

.rg-issues article:nth-child(2) span,
.rg-issues article:nth-child(4) span {
	background: var(--rg-blue);
}

.rg-compare {
	background:
		linear-gradient(35deg, transparent 48%, rgba(184,201,223,.6) 49% 50%, transparent 51%),
		#fff;
	background-size: 72px 72px;
}

.rg-compare__board {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 176px minmax(0, 1fr);
	gap: 20px;
	align-items: stretch;
	max-width: 1180px;
	margin: 0 auto;
}

.rg-compare__card {
	position: relative;
	padding: 34px;
	border: 3px solid #000;
	border-radius: 24px;
	background: #fff;
	box-shadow: 9px 9px 0 #000;
}

.rg-compare__card--human {
	background: #f4f4f4;
}

.rg-compare__card--system {
	background: var(--rg-yellow);
}

.rg-compare__card p {
	display: inline-flex;
	margin: 0 0 18px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #fff;
	font-size: 14px;
	font-weight: 950;
}

.rg-compare__card h3 {
	margin: 0 0 14px;
	font-size: 28px;
	font-weight: 950;
}

.rg-compare__card strong {
	display: block;
	margin: 0 0 22px;
	font-size: clamp(40px, 5vw, 66px);
	font-weight: 950;
	line-height: 1;
}

.rg-compare__card strong span {
	display: block;
	margin-top: 10px;
	font-size: 16px;
}

.rg-compare__card ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rg-compare__card li {
	position: relative;
	padding-left: 24px;
	font-size: 16px;
	line-height: 1.7;
}

.rg-compare__card li::before {
	content: "!";
	position: absolute;
	left: 0;
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: #000;
	font-size: 12px;
	line-height: 1;
}

.rg-compare__card--system li::before {
	content: "✓";
}

.rg-compare__center {
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 14px;
	text-align: center;
}

.rg-compare__center span {
	display: grid;
	width: 92px;
	height: 92px;
	place-items: center;
	border: 3px solid #000;
	border-radius: 50%;
	color: #fff;
	background: #000;
	font-size: 22px;
	font-weight: 950;
}

.rg-compare__center b {
	display: block;
	padding: 14px 12px;
	border: 3px solid #000;
	border-radius: 16px;
	background: var(--rg-blue);
	font-size: 17px;
	font-weight: 950;
	line-height: 1.5;
	box-shadow: 5px 5px 0 #000;
}

.rg-compare__note {
	max-width: 900px;
	margin: 34px auto 0;
	text-align: center;
	font-size: 20px;
	font-weight: 950;
	line-height: 1.7;
}

.rg-compare__choice {
	display: table;
	max-width: 920px;
	margin: 34px auto 0;
	padding: 8px 14px;
	text-align: center;
	background: linear-gradient(transparent 22%, var(--rg-yellow) 22% 86%, transparent 86%);
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 950;
	line-height: 1.45;
}

.rg-loop {
	padding-top: 58px;
	padding-bottom: 58px;
	background: #000;
	color: #fff;
	text-align: center;
}

.rg-loop__title {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	max-width: 1080px;
	margin: 0 auto;
}

.rg-loop__title span {
	padding: 20px;
	border: 2px solid #fff;
	border-radius: 999px;
	font-size: 22px;
	font-weight: 950;
}

.rg-loop__line {
	height: 3px;
	max-width: 820px;
	margin: 28px auto;
	background: repeating-linear-gradient(90deg, #fff 0 18px, transparent 18px 30px);
}

.rg-loop p {
	margin: 0;
	font-size: 26px;
	font-weight: 950;
}

.rg-services {
	background: #fbf7f3;
}

.rg-services article,
.rg-price article {
	padding: 30px;
}

.rg-services h4 {
	display: inline;
	margin: 0;
	background: linear-gradient(transparent 35%, var(--rg-yellow) 35% 88%, transparent 88%);
	font-size: 22px;
	font-weight: 950;
	line-height: 1.6;
}

.rg-services p {
	margin-top: 20px;
}

.rg-services ul,
.rg-price ul,
.rg-benefits ul {
	display: grid;
	gap: 8px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.rg-services li,
.rg-price li,
.rg-benefits li {
	position: relative;
	padding-left: 24px;
}

.rg-services li::before,
.rg-price li::before,
.rg-benefits li::before {
	content: "✓";
	position: absolute;
	left: 0;
	font-weight: 950;
}

.rg-price {
	background: #fff;
}

.rg-price__basic {
	background: var(--rg-blue) !important;
}

.rg-price__full {
	background: var(--rg-yellow) !important;
}

.rg-price strong {
	display: block;
	margin: 18px 0;
	font-size: 46px;
	font-weight: 950;
	line-height: 1;
}

.rg-price strong span {
	display: block;
	margin-top: 10px;
	font-size: 15px;
}

.rg-benefits {
	background: #fbf7f3;
}

.rg-benefits__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	max-width: 980px;
	margin: 0 auto;
}

.rg-benefits article {
	padding: 34px;
}

.rg-blog {
	background: #fff;
}

.rg-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.rg-blog__card {
	overflow: hidden;
}

.rg-blog__card a {
	display: grid;
	height: 100%;
	color: inherit;
}

.rg-blog__card figure {
	margin: 0;
	aspect-ratio: 16 / 9;
	border-bottom: 3px solid #000;
	background:
		linear-gradient(35deg, transparent 48%, #b8c9df 49% 50%, transparent 51%),
		var(--rg-blue);
	background-size: 48px 48px;
	overflow: hidden;
}

.rg-blog__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rg-blog__body {
	padding: 24px;
}

.rg-blog time {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--rg-yellow);
	font-size: 13px;
	font-weight: 950;
}

.rg-blog h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 950;
	line-height: 1.5;
}

.rg-blog p {
	margin: 14px 0 0;
	color: #333;
	font-size: 15px;
	line-height: 1.8;
}

.rg-blog__more {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.rg-faq__list {
	display: grid;
	gap: 18px;
	max-width: 980px;
	margin: 0 auto;
}

.rg-faq details {
	padding: 26px 30px;
}

.rg-faq summary {
	cursor: pointer;
	font-size: 22px;
	font-weight: 950;
}

.rg-faq p {
	margin-top: 16px;
}

.rg-cta {
	padding: 96px 64px;
	text-align: center;
	background:
		radial-gradient(circle at 50% 20%, rgba(220,236,255,.9), transparent 36%),
		#fff;
}

.rg-cta p {
	margin: 28px auto;
	max-width: 680px;
	font-size: 18px;
	line-height: 1.9;
}

.rg-fixed-cta {
	position: fixed;
	left: 50%;
	bottom: 18px;
	z-index: 30;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	width: min(720px, calc(100% - 32px));
	padding: 12px;
	border: 3px solid #000;
	border-radius: 22px;
	background: rgba(255,255,255,.94);
	box-shadow: 8px 8px 0 #000;
	transform: translateX(-50%) translateY(140%);
	opacity: 0;
	pointer-events: none;
	transition: transform .28s ease, opacity .28s ease;
}

.rg-fixed-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 950;
	text-align: center;
}

.rg-fixed-cta__primary {
	color: #fff !important;
	background: #000;
}

.rg-fixed-cta__secondary {
	border: 2px solid #000;
	background: var(--rg-yellow);
}

.rg-fixed-cta.is-visible {
	transform: translateX(-50%) translateY(0);
	opacity: 1;
	pointer-events: auto;
}

@media (max-width: 980px) {
	.rg-header {
		padding: 0 20px;
	}

	.rg-header nav {
		display: none;
	}

	.rg-hero,
	.rg-about__grid,
	.rg-issues__grid,
	.rg-services__grid,
	.rg-price__cards,
	.rg-benefits__grid,
	.rg-blog__grid {
		grid-template-columns: 1fr;
	}

	.rg-compare__board {
		grid-template-columns: 1fr;
	}

	.rg-hero,
	.rg-section,
	.rg-cta {
		padding-left: 24px;
		padding-right: 24px;
	}

	.rg-loop__title {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.rg-hero h1,
	.rg-cta h2 {
		font-size: 34px;
	}

	.rg-marker {
		white-space: normal;
	}

	.rg-loop__title {
		grid-template-columns: 1fr;
	}

	.rg-fixed-cta {
		grid-template-columns: 1fr 1fr;
		bottom: 12px;
		gap: 8px;
		padding: 8px;
		border-radius: 18px;
		box-shadow: 5px 5px 0 #000;
	}

	.rg-fixed-cta a {
		min-height: 44px;
		padding: 0 10px;
		font-size: 12px;
	}
}
