*,
*::before,
*::after {
	box-sizing: border-box
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
	margin: 0
}
ul[role=list], ol[role=list] {
	list-style: none
}
html:focus-within {
	scroll-behavior: smooth
}
body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5
}
a:not([class]) {
	text-decoration-skip-ink: auto
}
img, picture {
	max-width: 100%;
	display: block
}
input, button, textarea, select {
	font: inherit
}
@media(min-width: 768px) {
	.visible-sp {
		display: none
	}
}
.visible-md {
	display: none
}
@media(min-width: 768px) {
	.visible-md {
		display: block
	}
}
.visible-lg {
	display: none
}
@media(min-width: 1200px) {
	.visible-lg {
		display: block
	}
}
@media(min-width: 1200px) {
	.d-lg-none {
		display: none
	}
}
.example, .function {
	background-color: #f5f4f0;
	border-radius: 16px
}
.comparison__title, .voice__title, .faq__title {
	background-color: #fff;
	color: #ea4739;
	font-size: clamp(16px, 5.1282051282vw, 20px);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 77px;
	border: 2px solid #ea4739;
	border-radius: 52px;
	width: min(320px, 82.0512820513vw);
	text-align: center
}
@media(min-width: 768px) {
	.comparison__title, .voice__title, .faq__title {
		width: min(640px, 83.3333333333vw);
		height: 50px
	}
}
@media(min-width: 1200px) {
	.comparison__title, .voice__title, .faq__title {
		font-size: 32px;
		width: 1080px;
		height: 80px
	}
}
body {
	background-color: #f5f4f0;
	color: #222;
	font-family: "Murecho", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	position: relative;
	z-index: 1
}
img {
	max-width: 100%;
	height: auto
}
a:hover {
	transition: ease-in .2s;
	opacity: .75
}
.header {
	margin: 0 auto;
	width: 91.5384615385vw;
	height: 50px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	position: fixed;
	top: 16px;
	left: 0;
	right: 0;
	z-index: 100;
	max-width: 1840px
}
@media(min-width: 768px) {
	.header {
		width: 95.703125vw
	}
}
@media(min-width: 1200px) {
	.header {
		height: 62px;
		width: max(1286px, 94.1434846266vw);
		max-width: 98%;
		top: 26px
	}
}
@media(min-width: 1400px) {
	.header {
		max-width: 1840px
	}
}
.header-logo {
	margin-left: 16px
}
@media(min-width: 1200px) {
	.header-logo {
		margin-left: 24px
	}
}
@media(min-width: 1200px) {
	.header-logo img {
		width: 194px
	}
}
.menu-button {
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	width: 24px;
	height: 16px
}
@media(min-width: 1200px) {
	.menu-button {
		display: none !important
	}
}
.menu-button:hover {
	cursor: pointer
}
.menu-button__border {
	display: block;
	margin: auto;
	width: 100%;
	height: 1px;
	background-color: #222;
	position: absolute;
	transition: .3s
}
.menu-button__border:nth-child(1) {
	top: 0
}
.menu-button__border:nth-child(2) {
	top: 0;
	bottom: 0
}
.menu-button__border:nth-child(3) {
	bottom: 0
}
.nav-sp {
	display: none;
	background: rgba(245, 244, 240, .95);
	position: fixed;
	z-index: 90;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 98px
}
.nav-sp__inner {
	margin: 0 auto;
	width: min(300px, 76.9230769231vw)
}
@media(min-width: 768px) {
	.nav-sp__inner {
		width: min(640px, 83.3333333333vw)
	}
}
@media(min-width: 768px) {
	.nav-sp__buttons {
		display: flex;
		gap: 0 24px;
		margin-top: 40px
	}
}
.nav-sp__button {
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(12px, 4.1025641026vw, 16px);
	font-weight: 600;
	color: #fff;
	border-radius: 6px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
	text-decoration: none
}
@media(min-width: 768px) {
	.nav-sp__button {
		margin-top: 0
	}
}
.nav-sp__button--login {
	background-color: #383838;
	margin-top: 32px
}
@media(min-width: 768px) {
	.nav-sp__button--login {
		margin-top: 0
	}
}
.nav-sp__button--apply {
	background-color: #ea4739;
	margin-top: 16px
}
@media(min-width: 768px) {
	.nav-sp__button--apply {
		margin-top: 0
	}
}
.nav-sp-list {
	list-style-type: none;
	padding: 0
}
.nav-sp-list__item {
	border-top: 1px solid #5f5f5f
}
.nav-sp-list__item:first-child {
	border-top: 0
}
.nav-sp-list__link {
	color: #222;
	font-size: clamp(20px, 6.1538461538vw, 24px);
	font-weight: 500;
	line-height: 1.4583333333;
	text-decoration: none;
	text-align: center;
	padding: 16px 0;
	width: 100%;
	display: block
}
.nav {
	display: none;
	margin-left: auto;
	padding-right: 16px;
	min-width: 620px
}
@media(min-width: 1200px) {
	.nav {
		display: block
	}
}
.nav__inner {
	display: flex;
	align-items: center
}
.nav__buttons {
	display: flex;
	align-items: center;
	gap: 0 16px;
	margin-left: 42px
}
.nav__button {
	width: 160px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(12px, 4.1025641026vw, 16px);
	font-weight: 600;
	color: #fff;
	border-radius: 6px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
	text-decoration: none
}
.nav__button--login {
	background-color: #383838
}
.nav__button--apply {
	background-color: #ea4739
}
.nav-list {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	gap: 0 32px;
	padding: 0;
	margin: 0
}
.nav-list__link {
	color: #222;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none
}
body.menu-active {
	overflow: hidden
}
@media(min-width: 1200px) {
	body.menu-active {
		overflow: auto
	}
}
body.menu-active .menu-button .menu-button__border:nth-child(1) {
	transform: rotate(30deg);
	top: 0;
	bottom: 0
}
body.menu-active .menu-button .menu-button__border:nth-child(2) {
	opacity: 0
}
body.menu-active .menu-button .menu-button__border:nth-child(3) {
	transform: rotate(-30deg);
	top: 0;
	bottom: 0
}
body.menu-active .nav-sp {
	display: block
}
@media(min-width: 1200px) {
	body.menu-active .nav-sp {
		display: none
	}
}
.main {
	padding-bottom: 64px
}
@media(min-width: 1200px) {
	.main {
		padding-bottom: 120px;
		overflow: hidden
	}
}
.mv {
	padding-top: 86px
}
@media(min-width: 1200px) {
	.mv {
		width: 1080px;
		margin: auto
	}
}
.mv__inner {
	margin: auto;
	width: min(342px, 87.6923076923vw)
}
@media(min-width: 768px) {
	.mv__inner {
		width: min(640px, 83.3333333333vw)
	}
}
@media(min-width: 1200px) {
	.mv__inner {
		width: 1080px
	}
}
.mv-button {
	margin: auto;
	width: min(342px, 87.6923076923vw);
	margin-top: 32px
}
@media(min-width: 768px) {
	.mv-button {
		width: min(640px, 83.3333333333vw)
	}
}
@media(min-width: 1200px) {
	.mv-button {
		width: 1080px
	}
}
@media(min-width: 1200px) {
	.mv-button {
		width: 360px;
		margin-top: 40px;
		margin-left: 80px
	}
}
.mv-button__balloon {
	margin: auto;
	width: min(222px, 56.9230769231vw)
}
.mv-button__item {
	background-color: #ea4739;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(16px, 5.1282051282vw, 20px);
	font-weight: 600;
	text-decoration: none;
	height: 56px;
	width: 100%;
	margin-top: 8px;
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
	border-radius: 8px
}
.mv-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 20
}
@media(min-width: 1200px) {
	.mv-title {
		width: 612px;
		margin-top: 110px;
		margin-left: -45px
	}
}
.mv-title__item-1 {
	font-size: clamp(16px, 5.1282051282vw, 20px);
	font-weight: 600
}
@media(min-width: 768px) {
	.mv-title__item-1 {
		font-size: 25px
	}
}
@media(min-width: 1200px) {
	.mv-title__item-1 {
		font-size: 28px
	}
}
.mv-title__item-2 {
	margin-top: 10px
}
@media(min-width: 768px) {
	.mv-title__item-2 {
		margin-top: 14px
	}
}
@media(min-width: 1200px) {
	.mv-title__item-2 {
		margin-top: 30px
	}
}
.mv-title__item-3 {
	font-size: clamp(12px, 4.1025641026vw, 16px);
	font-weight: 600;
	margin-top: 10px
}
@media(min-width: 768px) {
	.mv-title__item-3 {
		margin-top: 13px
	}
}
@media(min-width: 1200px) {
	.mv-title__item-3 {
		font-size: 22px;
		margin-top: 24px
	}
}
@media(min-width: 768px) {
	.mv-title__img {
		width: 437px;
		width: 56.9010416667vw
	}
}
@media(min-width: 1200px) {
	.mv-title__img {
		width: 612px
	}
}
.hero {
	margin-top: -62%;
	position: relative;
	z-index: 10;
	overflow: hidden
}
@media(min-width: 768px) {
	.hero {
		margin-top: -39%
	}
}
@media(min-width: 1200px) {
	.hero {
		margin: auto;
		max-width: 1920px;
		position: absolute;
		top: -360px;
		right: 0;
		left: 0;
		width: 100%;
		z-index: -1;
		height: 100%
	}
}
@media(min-width: 1300px) {
	.hero {
		top: -410px
	}
}
@media(min-width: 1400px) {
	.hero {
		top: -400px
	}
}
.hero__img {
	margin: auto;
	max-width: none;
	width: 150vw;
	transform: translate(-5%, 0)
}
@media(min-width: 768px) {
	.hero__img {
		margin: 0;
		width: 98.046875vw;
		transform: translate(26%, 0)
	}
}
@media(min-width: 1200px) {
	.hero__img {
		width: min(1300px, 98.046875vw);
		transform: translate(28vw, 0)
	}
}
@media(min-width: 1440px) {
	.hero__img {
		transform: translate(446px, 0)
	}
}
@media(min-width: 1600px) {
	.hero__img {
		transform: translate(35vw, 0)
	}
}
@media(min-width: 1920px) {
	.hero__img {
		transform: translate(682px, 0)
	}
}
@media(min-width: 1200px) {
	.survey {
		margin-top: 140px
	}
}
.survey__inner {
	margin: auto;
	width: min(342px, 87.6923076923vw)
}
@media(min-width: 768px) {
	.survey__inner {
		width: min(640px, 83.3333333333vw)
	}
}
@media(min-width: 1200px) {
	.survey__inner {
		width: 1080px
	}
}
.survey__items {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px 0;
	margin-top: 56px;
	padding: 24px 0
}
@media(min-width: 768px) {
	.survey__items {
		flex-direction: row;
		gap: 0 16px
	}
}
@media(min-width: 1200px) {
	.survey__items {
		justify-content: center;
		gap: 0 24px
	}
}
.survey__note {
	font-size: clamp(10px, 3.0769230769vw, 12px);
	line-height: 1.5;
	margin-top: 16px
}
@media(min-width: 1200px) {
	.survey__note {
		text-align: center
	}
}
.plan {
	margin-top: 64px;
	position: relative
}
.plan__title {
	background-color: #fff;
	border: 2px solid #ea4739;
	border-radius: 38.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ea4739;
	font-size: clamp(16px, 5.1282051282vw, 20px);
	font-weight: 700;
	line-height: 1.3;
	width: min(320px, 82.0512820513vw);
	height: 77px;
	margin: auto;
	text-align: center
}
@media(min-width: 768px) {
	.plan__title {
		font-size: 20px;
		height: 50px;
		width: min(640px, 83.3333333333vw)
	}
}
@media(min-width: 1200px) {
	.plan__title {
		font-size: 32px;
		height: 80px;
		width: 1080px
	}
}
.plan__content {
	margin: auto;
	width: min(342px, 87.6923076923vw);
	background: #fff
}
@media(min-width: 768px) {
	.plan__content {
		width: min(640px, 83.3333333333vw)
	}
}
@media(min-width: 1200px) {
	.plan__content {
		width: 1080px
	}
}
.plan__content::before {
	background-color: #fff;
	border-radius: 0 30px 30px 0;
	content: "";
	display: block;
	width: 97.9487179487vw;
	height: 100%;
	position: absolute;
	top: 38.5px;
	left: 0;
	z-index: -10
}
@media(min-width: 768px) {
	.plan__content::before {
		top: 25px
	}
}
@media(min-width: 1200px) {
	.plan__content::before {
		width: 98vw;
		top: 40px
	}
}
@media(min-width: 1400px) {
	.plan__content::before {
		width: 94.1434846266vw
	}
}
@media(min-width: 1920px) {
	.plan__content::before {
		width: 81.40625vw
	}
}
.plan-basic {
	border: 1px solid #e5e3de;
	border-radius: 16px;
	padding: 8px 8px 20px;
	margin-top: 24px
}
@media(min-width: 1200px) {
	.plan-basic {
		display: flex;
		align-items: stretch;
		padding: 8px;
		margin-top: 80px
	}
}
.plan-basic__header {
	align-items: center;
	background-color: #ea4739;
	border-radius: 12px;
	color: #fff;
	display: flex;
	flex-direction: column;
	min-height: 102px;
	padding: 8px
}
@media(min-width: 1200px) {
	.plan-basic__header {
		width: 380px;
		height: 132px;
		justify-content: center;
		padding: 16px
	}
}
.plan-basic__title-1 {
	border-bottom: 1px solid #fff;
	font-size: clamp(12px, 4.1025641026vw, 16px);
	font-weight: 500;
	width: 100%;
	text-align: center;
	padding-bottom: 10px
}
@media(min-width: 1200px) {
	.plan-basic__title-1 {
		font-size: 18px
	}
}
.plan-basic__title-2 {
	font-size: clamp(20px, 6.1538461538vw, 24px);
	font-weight: 600;
	padding-top: 10px
}
@media(min-width: 1200px) {
	.plan-basic__title-2 {
		font-size: 32px
	}
}
.plan-basic__content {
	background-color: #f5f4f0;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4.1025641026vw;
	margin-top: 8px
}
@media(min-width: 768px) {
	.plan-basic__content {
		padding: 16px
	}
}
@media(min-width: 1200px) {
	.plan-basic__content {
		width: 380px;
		height: 132px;
		margin: 0 0 0 8px
	}
}
.plan-basic__content-l {
	display: flex;
	flex-wrap: wrap;
	width: 35%
}
@media(min-width: 768px) {
	.plan-basic__content-l {
		margin-right: 16px;
		width: 88px
	}
}
@media(min-width: 1200px) {
	.plan-basic__content-l {
		width: 102px
	}
}
.plan-basic__content-r {
	border-left: 1px solid #ea4739;
	padding-left: 4.1025641026vw;
	display: flex;
	flex-direction: column;
	gap: 4.1025641026vw;
	width: 65%
}
@media(min-width: 768px) {
	.plan-basic__content-r {
		padding-left: 16px;
		padding-bottom: 6px;
		width: fit-content;
		gap: 20px 0
	}
}
.plan-basic__text-1 {
	font-size: clamp(10px, 3.5897435897vw, 14px);
	font-weight: 500;
	margin-bottom: 4px;
	width: 100%
}
@media(min-width: 1200px) {
	.plan-basic__text-1 {
		font-size: 16px
	}
}
.plan-basic__text-2 {
	align-self: flex-end;
	color: #ea4739;
	font-size: clamp(36px, 10.2564102564vw, 40px);
	font-weight: 500;
	line-height: 1
}
@media(min-width: 1200px) {
	.plan-basic__text-2 {
		font-size: 48px
	}
}
.plan-basic__text-3 {
	align-self: flex-end;
	color: #ea4739;
	font-size: clamp(10px, 3.5897435897vw, 14px);
	font-weight: 500;
	line-height: 1
}
@media(min-width: 1200px) {
	.plan-basic__text-3 {
		font-size: 16px
	}
}
.plan-basic__text-4 {
	display: flex;
	font-size: clamp(11px, 3.8461538462vw, 15px);
	font-weight: 500;
	align-items: flex-end;
	line-height: 1
}
@media(min-width: 768px) {
	.plan-basic__text-4 {
		font-size: 16px
	}
}
@media(min-width: 1200px) {
	.plan-basic__text-4 {
		font-size: 20px
	}
}
.plan-basic__text-5 {
	color: #ea4739;
	font-size: clamp(38px, 10.7692307692vw, 42px);
	font-weight: 500;
	margin: 0 2px -3px
}
@media(min-width: 1200px) {
	.plan-basic__text-5 {
		font-size: 45px
	}
}
.plan-basic__text-6 {
	display: flex;
	align-items: flex-end;
	line-height: 1;
	font-size: clamp(10px, 3.3333333333vw, 13px);
	font-weight: 500
}
@media(min-width: 1200px) {
	.plan-basic__text-6 {
		font-size: 15px
	}
}
.plan-basic__text-7 {
	color: #ea4739
}
.plan-basic__text-8 {
	font-size: clamp(22px, 6.6666666667vw, 26px);
	margin: 0 2px
}
@media(min-width: 1200px) {
	.plan-basic__text-8 {
		font-size: 32px
	}
}
.plan-basic__balloon {
	background-color: #fff;
	border-radius: 8px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}
.plan-basic__balloon::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border: 0 solid rgba(0, 0, 0, 0);
	border-right-width: 10px;
	border-left-width: 10px;
	border-bottom: 18px solid #fff;
	position: absolute;
	bottom: calc(100% - 8px);
	left: 0;
	right: 0;
	margin: auto
}
.problem {
	margin: auto;
	width: min(342px, 87.6923076923vw);
	margin-top: 38.5px;
	padding-top: 64px
}
@media(min-width: 768px) {
	.problem {
		width: min(640px, 83.3333333333vw)
	}
}
@media(min-width: 1200px) {
	.problem {
		width: 1080px
	}
}
.problem__title {
	font-size: clamp(28px, 8.2051282051vw, 32px);
	font-weight: 600;
	line-height: 1.4444444444;
	text-align: center
}
.problem__content {
	display: flex;
	flex-direction: column;
	gap: 16px 0;
	margin-top: 48px
}
@media(min-width: 1200px) {
	.problem__content {
		flex-direction: row;
		gap: 0 24px
	}
}
.problem__item {
	background-color: #fff;
	border-radius: 16px;
	width: 100%;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 6.1538461538vw;
	max-width: 400px;
	margin: 0 auto
}
@media(min-width: 768px) {
	.problem__item {
		height: 162px
	}
}
@media(min-width: 1200px) {
	.problem__item {
		width: 344px;
		height: 340px;
		flex-direction: column;
		padding: 24px 38px 0 38px
	}
}
.problem__text {
	font-size: clamp(12px, 4.1025641026vw, 16px);
	font-weight: 600;
	line-height: 1.4444444444
}
@media(min-width: 1200px) {
	.problem__text {
		font-size: 24px
	}
}
.problem__img {
	width: auto;
	height: 100%
}
@media(min-width: 1200px) {
	.problem__img img {
		width: 180px;
		height: auto
	}
}
.problem__img--1 {
	margin-right: 10px
}
@media(min-width: 768px) {
	.problem__img--1 {
		margin-right: 32px
	}
}
.problem__img--3 {
	margin-right: 12px
}
@media(min-width: 768px) {
	.problem__img--3 {
		margin-right: 32px
	}
}
@media(min-width: 1200px) {
	.problem__img {
		margin: 0;
		height: fit-content
	}
}
.apply-button {
	background-color: #fd932c;
	border-radius: 8px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(16px, 5.1282051282vw, 20px);
	font-weight: 600;
	text-decoration: none;
	height: 56px;
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
	margin: 20px auto 0;
	width: min(310px, 79.4871794872vw)
}
@media(min-width: 768px) {
	.apply-button {
		width: min(608px, 79.1666666667vw)
	}
}
@media(min-width: 1200px) {
	.apply-button {
		width: 272px;
		align-self: center;
		margin-top: 0
	}
}
.plan-nav {
	margin: auto;
	width: min(342px, 87.6923076923vw);
	display: flex;
	flex-direction: row;
	gap: 0 2px;
	margin-top: 32px;
	border-bottom: 1px solid #ea4739
}
@media(min-width: 768px) {
	.plan-nav {
		width: min(640px, 83.3333333333vw)
	}
}
@media(min-width: 1200px) {
	.plan-nav {
		width: 1080px
	}
}
@media(min-width: 1200px) {
	.plan-nav {
		margin-top: 80px;
		gap: 0 8px
	}
}
.plan-nav__item {
	background-color: #e5e3de;
	border-radius: 10px 10px 0 0;
	font-weight: 500;
	display: flex;
	color: #5f5f5f;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 25%;
	height: 70px;
	line-height: 1;
	padding: 0 2.0512820513vw;
	transition: .3s background-color
}
@media(min-width: 1200px) {
	.plan-nav__item {
		flex-direction: row;
		height: 50px;
		padding: 0
	}
}
.plan-nav__item:hover {
	cursor: pointer
}
.plan-nav__item.is-active {
	background-color: #ea4739;
	color: #fff
}
.plan-nav__period {
	font-size: clamp(10px, 3.5897435897vw, 14px);
	align-items: center;
	display: flex;
	height: 50%
}
@media(min-width: 1200px) {
	.plan-nav__period {
		font-size: 20px;
		justify-content: center;
		width: 50%
	}
}
.plan-nav__discount {
	border-top: 1px solid #fff;
	font-size: clamp(10px, 3.0769230769vw, 12px);
	padding-top: 2px;
	width: 100%;
	height: 50%;
	text-align: center
}
@media(min-width: 1200px) {
	.plan-nav__discount {
		border-top: 0;
		border-left: 1px solid #fff;
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		margin-top: 4px
	}
}
.plan-nav__discount-amount {
	font-size: clamp(18px, 5.641025641vw, 22px)
}
@media(min-width: 1200px) {
	.plan-nav__discount-amount {
		font-size: 28px;
		margin-bottom: 8px
	}
}
.scroll-bar {
	width: 1px;
	height: 140px;
	background: #e5e3de;
	z-index: 10;
	margin: 48px auto 0;
	overflow: hidden;
	position: relative
}
.scroll-bar::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 60px;
	background: #ea4739;
	animation: pathmove 2s ease-in-out infinite
}
@keyframes pathmove {
	0% {
		height: 0;
		top: 0
	}
	20% {
		height: 60px
	}
	60% {
		height: 60px
	}
	100% {
		height: 0;
		top: 100%
	}
}
.points {
	margin-top: 48px
}
.points__title {
	margin: auto;
	width: min(342px, 87.6923076923vw);
	border-bottom: 2px solid #222;
	font-size: clamp(22px, 6.6666666667vw, 26px);
	font-weight: 700;
	padding-bottom: 16px
}
@media(min-width: 768px) {
	.points__title {
		width: min(640px, 83.3333333333vw)
	}
}
@media(min-width: 1200px) {
	.points__title {
		width: 1080px
	}
}
@media(min-width: 768px) {
	.points__title {
		margin: auto;
		width: fit-content
	}
}
@media(min-width: 1200px) {
	.points__title {
		font-size: 32px
	}
}
.points__title--large {
	color: #ea4739;
	font-size: clamp(44px, 12.3076923077vw, 48px)
}
@media(min-width: 1200px) {
	.points__title br {
		display: none
	}
}
.point {
	position: relative;
	margin-top: 32px;
	padding-bottom: 48px
}
@media(min-width: 1200px) {
	.point {
		margin-top: 48px;
		padding-bottom: 96px
	}
}
.point--1 {
	margin-top: 48px
}
.point::before {
	background-color: #fff;
	border-radius: 0 30px 30px 0;
	content: "";
	display: block;
	width: 97.9487179487vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10
}
@media(min-width: 768px) {
	.point::before {
		width: 91.6666666667vw
	}
}
@media(min-width: 1200px) {
	.point::before {
		width: 98vw
	}
}
@media(min-width: 1400px) {
	.point::before {
		width: 94.1434846266vw
	}
}
@media(min-width: 1920px) {
	.point::before {
		width: 81.40625vw
	}
}
.point--2::before {
	border-radius: 30px 0 0 30px;
	left: auto;
	right: 0
}
.point__inner {
	margin: auto;
	width: min(342px, 87.6923076923vw)
}
@media(min-width: 768px) {
	.point__inner {
		width: min(640px, 83.3333333333vw)
	}
}
@media(min-width: 1200px) {
	.point__inner {
		width: 1080px
	}
}
@media(min-width: 768px) {
	.point__inner {
		padding-top: 24px;
		max-width: 560px
	}
}
@media(min-width: 1200px) {
	.point__inner {
		padding-top: 80px;
		max-width: 1080px
	}
}
@media(min-width: 1200px) {
	.point__header {
		display: flex;
		align-items: flex-start
	}
}
.point__number {
	border-bottom: 2px solid #ea4739;
	color: #e5e3de;
	font-size: clamp(60px, 16.4102564103vw, 64px);
	font-weight: 600;
	padding-bottom: 16px;
	line-height: 1.4375;
	width: 18.9743589744vw
}
@media(min-width: 768px) {
	.point__number {
		width: fit-content
	}
}
@media(min-width: 1200px) {
	.point__number {
		border-bottom: 0;
		border-right: 2px solid #ea4739;
		font-size: 90px;
		line-height: 1;
		width: 132px
	}
}
.point__title {
	color: #ea4739;
	font-size: clamp(20px, 6.1538461538vw, 24px);
	font-weight: 700;
	line-height: 1.4583333333;
	margin-top: 24px
}
@media(min-width: 1200px) {
	.point__title {
		width: 388px;
		margin-left: 24px;
		margin-top: 0
	}
}
.point__text {
	font-size: clamp(10px, 3.5897435897vw, 14px);
	line-height: 2;
	margin-top: 24px
}
@media(min-width: 1200px) {
	.point__text {
		align-self: flex-start;
		width: 480px;
		margin-top: 0;
		margin-left: auto;
		font-size: 16px
	}
}
.point__text strong {
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 4px;
	text-decoration-color: #ffe200;
	text-underline-offset: -1px;
	text-decoration-skip-ink: none
}
.example {
	border-radius: 24px;
	margin-top: 60px;
	padding-top: 20px;
	padding-bottom: 24px;
	position: relative
}
@media(min-width: 1200px) {
	.example {
		margin: 100px auto 0;
		width: 912px;
		padding-bottom: 32px
	}
}
.example__title {
	background-color: #fff;
	color: #ea4739;
	border: 2px solid #ea4739;
	border-radius: 52px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(14px, 4.6153846154vw, 18px);
	font-weight: 700;
	margin: -20px auto 0;
	width: min(278px, 71.2820512821vw);
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -20px
}
@media(min-width: 1200px) {
	.example__title {
		font-size: 20px;
		width: 400px
	}
}
.example__text {
	background-color: #fff;
	border-radius: 8px;
	color: #ea4739;
	font-size: clamp(12px, 4.1025641026vw, 16px);
	font-weight: 700;
	margin: 32px auto 0;
	width: min(294px, 75.3846153846vw);
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center
}
@media(min-width: 1200px) {
	.example__text {
		width: 460px
	}
}
.example-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px 0;
	padding: 0;
	margin: 32px auto 0;
	list-style-type: none;
	width: min(290px, 74.358974359vw)
}
@media(min-width: 768px) {
	.example-list {
		width: 80%
	}
}
@media(min-width: 1200px) {
	.example-list {
		gap: 16px 24px;
		width: 816px;
		margin-left: auto;
		margin-right: auto
	}
}
.example-list__item {
	background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0i44Kw44Or44O844OXXzEyNCIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMTI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCI+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+CiAgICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMTc0IiBkYXRhLW5hbWU9IumVt+aWueW9oiAxNzQiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0iIzM4MzgzOCIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9IuOCsOODq+ODvOODl18xMjMiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDEyMyIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPHBhdGggaWQ9IuODkeOCuV80NCIgZGF0YS1uYW1lPSLjg5HjgrkgNDQiIGQ9Ik0xNCw3QTcsNywwLDEsMSw3LDBhNyw3LDAsMCwxLDcsNyIgZmlsbD0iIzIyMiIvPgogICAgPHBhdGggaWQ9IuODkeOCuV80NSIgZGF0YS1uYW1lPSLjg5HjgrkgNDUiIGQ9Ik01LjQ3LDkuNzVsMi45NTIsMi45MTdMMTMuMDg4LDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjI3OSAtMy4zMzMpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZDkzMmMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: top 4px left;
	padding-left: 22px;
	padding-right: 22px;
	font-size: clamp(10px, 3.5897435897vw, 14px);
	font-weight: 500;
	width: 50%
}
@media(min-width: 1200px) {
	.example-list__item {
		padding-right: 0;
		width: 184px
	}
}
.functions {
	margin-top: 24px
}
@media(min-width: 768px) {
	.functions {
		margin-top: 40px
	}
}
@media(min-width: 1200px) {
	.functions {
		display: flex;
		margin-top: 80px;
		justify-content: space-between;
		gap: 0 24px
	}
}
@media(min-width: 1200px) {
	.functions--2 {
		margin-top: 48px
	}
}
.function {
	padding: 24px 0;
	margin-top: 16px
}
@media(min-width: 1200px) {
	.function {
		width: 33.3333333333%
	}
}
.function__description {
	font-size: clamp(10px, 3.5897435897vw, 14px);
	font-weight: 500;
	text-align: center
}
.function__name {
	color: #ea4739;
	font-size: clamp(16px, 5.1282051282vw, 20px);
	font-weight: bold;
	margin-top: 4px;
	text-align: center
}
.function__img {
	border-radius: 8px;
	margin: 24px auto 0;
	width: 220px
}
@media(min-width: 1200px) {
	.point-more {
		display: flex;
		align-items: center;
		margin-top: 80px
	}
}
.point-more__header {
	background-color: #ea4739;
	border-radius: 16px;
	height: 80px;
	display: flex;
	align-items: center;
	padding: 8px;
	margin-top: 40px
}
@media(min-width: 1200px) {
	.point-more__header {
		margin-top: 0;
		width: 508px
	}
}
.point-more__title-1 {
	color: #fff;
	font-size: clamp(10px, 3.5897435897vw, 14px);
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 12px;
	width: 74px;
	height: 64px;
	position: relative;
	margin-right: 40px
}
@media(min-width: 1200px) {
	.point-more__title-1 {
		font-size: 18px;
		width: 108px
	}
}
.point-more__title-1::before {
	background-color: #fff;
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 20px;
	height: 2px
}
.point-more__title-1::after {
	background-color: #fff;
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(100% + 20px);
	width: 7px;
	height: 7px;
	border-radius: 50%
}
.point-more__title-2 {
	color: #fff;
	font-size: clamp(16px, 5.1282051282vw, 20px);
	font-weight: 700
}
@media(min-width: 1200px) {
	.point-more__title-2 {
		font-size: 24px
	}
}
.point-more__content {
	font-size: clamp(12px, 4.1025641026vw, 16px);
	font-weight: 600;
	line-height: 1.875;
	margin-top: 24px
}
@media(min-width: 1200px) {
	.point-more__content {
		font-size: 18px;
		padding-left: 32px;
		margin-top: 0;
		width: calc(100% - 508px)
	}
}
.demo-button {
	background-color: #383838;
	border-radius: 8px;
	color: #fff;
	font-size: clamp(14px, 4.6153846154vw, 18px);
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto 0;
	text-decoration: none;
	height: 54px;
	width: 100%;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .2)
}
@media(min-width: 768px) {
	.demo-button {
		max-width: 342px
	}
}
@media(min-width: 1200px) {
	.demo-button {
		margin-top: 48px;
		width: 360px;
		height: 54px
	}
}
.support {
	display: flex;
	flex-direction: column;
	gap: 18px 0;
	margin-top: 40px
}
@media(min-width: 1200px) {
	.support {
		flex-direction: row;
		gap: 0 24px;
		width: 804px;
		margin: 64px auto 0
	}
}
.support__item {
	background-color: #f5f4f0;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	width: 100%;
	margin: 0 auto;
	height: 122px
}
@media(min-width: 768px) {
	.support__item {
		max-width: 342px
	}
}
@media(min-width: 1200px) {
	.support__item {
		margin: 0
	}
}
.support__description {
	font-size: clamp(10px, 3.5897435897vw, 14px);
	font-weight: 500
}
.support__name {
	color: #ea4739;
	font-size: clamp(16px, 5.1282051282vw, 20px);
	font-weight: 700;
	margin-top: 4px
}
.start {
	background-color: #ea4739;
	border-radius: 30px;
	padding: 14px 8px 8px;
	width: min(374px, 95.8974358974vw);
	margin: 64px auto 0
}
@media(min-width: 768px) {
	.start {
		width: min(640px, 83.3333333333vw)
	}
}
@media(min-width: 1200px) {
	.start {
		width: 840px
	}
}
@media(min-width: 1200px) {
	.start--2 {
		margin-top: 120px
	}
}
.start__title-1 {
	color: #fff;
	font-size: clamp(18px, 5.641025641vw, 22px);
	font-weight: 700;
	text-align: center;
	line-height: 1.4545454545
}
@media(min-width: 1200px) {
	.start__title-1 {
		font-size: 32px
	}
}
.start__title-2 {
	border-bottom: 2px solid #222;
	color: #ea4739;
	font-size: clamp(16px, 5.1282051282vw, 20px);
	font-weight: 600;
	text-align: center;
	line-height: 1.45;
	padding-bottom: 16px
}
@media(min-width: 768px) {
	.start__title-2 {
		margin: auto;
		width: 326px
	}
}
@media(min-width: 1200px) {
	.start__title-2 {
		font-size: 24px;
		border-bottom: 0
	}
}
.start__inner {
	background-color: #fff;
	border-radius: 24px;
	padding: 24px 16px 32px;
	margin-top: 12px
}
@media(min-width: 1200px) {
	.start__inner {
		padding: 30px 0 48px
	}
}
.start__amount {
	display: flex;
	margin-top: 12px
}
@media(min-width: 768px) {
	.start__amount {
		margin: 12px auto 0;
		width: fit-content
	}
}
@media(min-width: 1200px) {
	.start__amount {
		margin: 0
	}
}
.start__buttons {
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	gap: 16px
}
@media(min-width: 768px) {
	.start__buttons {
		flex-direction: row
	}
}
@media(min-width: 1200px) {
	.start__buttons {
		gap: 0 24px;
		margin: 24px auto 0;
		width: fit-content
	}
}
@media(min-width: 1200px) {
	.start__monthly-amount {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 16px;
		border-top: 1px solid #222;
		width: fit-content;
		margin: 0 auto
	}
}
.start-balloon {
	background-color: #f5f4f0;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	width: 18.4615384615vw;
	height: 18.4615384615vw;
	border-radius: 50%;
	font-weight: 500;
	line-height: 1;
	position: relative;
	margin-right: 3.8461538462vw
}
@media(min-width: 768px) {
	.start-balloon {
		width: 72px;
		height: 72px;
		margin-right: 15px
	}
}
@media(min-width: 1200px) {
	.start-balloon {
		margin-right: 20px
	}
}
.start-balloon::after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f5f4f0;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%
}
.start-balloon__text-1 {
	display: flex;
	align-self: flex-end;
	justify-content: center;
	font-size: clamp(10px, 3.5897435897vw, 14px);
	width: 100%
}
.start-balloon__text-2 {
	display: flex;
	color: #ea4739;
	font-size: clamp(20px, 6.1538461538vw, 24px);
	margin-top: 1px
}
.start-balloon__text-3 {
	display: flex;
	color: #ea4739;
	font-size: clamp(10px, 3.0769230769vw, 12px)
}
.start-balloon__text-group {
	display: flex;
	align-items: flex-end;
	justify-content: center
}
.start-amount {
	margin-top: -8px
}
.start-amount__text-1 {
	font-size: clamp(14px, 4.6153846154vw, 18px);
	font-weight: 500
}
@media(min-width: 1200px) {
	.start-amount__text-1 {
		font-size: 24px
	}
}
.start-amount__text-2 {
	color: #ea4739;
	font-size: clamp(46px, 12.8205128205vw, 50px);
	font-weight: 600;
	margin: 0 1.0256410256vw
}
@media(min-width: 1200px) {
	.start-amount__text-2 {
		font-size: 56px;
		margin: 0 6px
	}
}
.start-amount__text-3 {
	font-size: clamp(16px, 5.1282051282vw, 20px);
	font-weight: 500
}
@media(min-width: 1200px) {
	.start-amount__text-3 {
		font-size: 24px
	}
}
.start-discount {
	background-color: #f5f4f0;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin-top: 8px;
	line-height: 1
}
@media(min-width: 768px) {
	.start-discount {
		margin: 8px auto 0;
		width: 326px
	}
}
@media(min-width: 1200px) {
	.start-discount {
		flex-direction: column;
		gap: 12px 0;
		width: 128px;
		height: 78px;
		margin: 0 0 0 22px
	}
}
.start-discount__text-1 {
	font-size: clamp(10px, 3.5897435897vw, 14px);
	font-weight: 500
}
.start-discount__text-2 {
	color: #ea4739;
	font-size: clamp(10px, 3.5897435897vw, 14px);
	font-weight: 500
}
.start-discount__amount {
	font-size: clamp(26px, 7.6923076923vw, 30px);
	line-height: .4;
	margin: 0 .5128205128vw 0 1.0256410256vw
}
@media(min-width: 1200px) {
	.start-discount__amount {
		font-size: 30px;
		margin: 0
	}
}
.start-apply-button {
	border-radius: 8px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(12px, 4.1025641026vw, 16px);
	font-weight: 600;
	text-decoration: none;
	height: 50px;
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
	margin: 0 auto;
	width: 100%
}
@media(min-width: 1200px) {
	.start-apply-button {
		font-size: 20px;
		width: 360px;
		height: 64px;
		margin: 0
	}
}
.start-apply-button--free {
	background-color: #ea4739
}
.start-apply-button--paid {
	background-color: #fd932c
}
.comparison {
	position: relative
}
@media(min-width: 768px) {
	.comparison {
		width: 100%
	}
}
.comparison::before {
	content: "";
	background-color: #fff;
	border-radius: 30px 0 0 30px;
	content: "";
	display: block;
	width: 97.9487179487vw;
	height: calc(100% - 38.5px);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -10;
	margin-top: 38.5px
}
@media(min-width: 768px) {
	.comparison::before {
		margin-top: 25px;
		width: 91.6666666667vw;
		padding-left: 48px
	}
}
@media(min-width: 1200px) {
	.comparison::before {
		margin-top: 40px;
		width: 98vw;
		padding-left: 3.28125vw
	}
}
@media(min-width: 1400px) {
	.comparison::before {
		width: 94.1434846266vw
	}
}
@media(min-width: 1920px) {
	.comparison::before {
		width: 81.40625vw
	}
}
.comparison__inner {
	margin-top: 64px;
	overflow: hidden
}
.comparison__title {
	margin: auto;
	position: relative;
	z-index: 20
}
.comparison__content {
	padding-top: 40px;
	padding-bottom: 48px
}
@media(min-width: 768px) {
	.comparison__content {
		max-width: 1080px;
		margin: auto
	}
}
@media(min-width: 1200px) {
	.comparison__content {
		padding-top: 72px;
		padding-bottom: 96px
	}
}
.comparison__content-inner, .comparison__note {
	width: 93.8461538462vw;
	overflow-x: auto;
	margin-left: auto;
	padding-right: 3.0769230769vw
}
@media(min-width: 768px) {
	.comparison__content-inner, .comparison__note {
		width: 86.4583333333vw
	}
}
@media(min-width: 1200px) {
	.comparison__content-inner, .comparison__note {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		width: 1080px
	}
}
.comparison__img {
	height: 430px;
	width: auto;
	max-width: fit-content
}
@media(min-width: 1200px) {
	.comparison__img {
		max-width: 100%
	}
}
.comparison__note {
	font-size: clamp(10px, 3.0769230769vw, 12px);
	font-weight: 400;
	margin-top: 16px
}
.comparison-table {
	border-bottom: 1px solid #e5e3de;
	border-collapse: separate;
	border-spacing: 0;
	width: 718px
}
@media(min-width: 1200px) {
	.comparison-table {
		width: 1080px
	}
}
.comparison-table th, .comparison-table td {
	border-left: 1px solid #e5e3de
}
.comparison-table td {
	font-size: clamp(10px, 3.5897435897vw, 14px);
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	width: 132px
}
@media(min-width: 1200px) {
	.comparison-table td {
		width: 184px
	}
}
.comparison-table td.orange {
	color: #ea4739
}
.comparison-table thead th {
	border: 0;
	height: 74px;
	vertical-align: top
}
@media(min-width: 1200px) {
	.comparison-table thead th {
		height: 80px
	}
}
.comparison-table tbody tr:nth-child(n+2) th, .comparison-table tbody tr:nth-child(n+2) td {
	border-top: 1px solid #e5e3de
}
.comparison-table .sticky {
	position: sticky;
	z-index: 10
}
.comparison-table thead .sticky {
	background-color: #fff
}
.comparison-table thead .sticky:nth-child(1) {
	left: 0
}
.comparison-table thead .sticky:nth-child(2) {
	left: 74px
}
.comparison-table .service-name {
	background-color: #f5f4f0;
	border-radius: 10px;
	width: 116px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative
}
@media(min-width: 1200px) {
	.comparison-table .service-name {
		width: 168px;
		height: 62px
	}
}
.comparison-table .service-name::after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #f5f4f0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}
.comparison-table .service-name.orange {
	background-color: #ea4739
}
.comparison-table .service-name.orange::after {
	border-color: #ea4739 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}
.comparison-table .option {
	font-size: clamp(10px, 3.5897435897vw, 14px);
	font-weight: 500;
	width: 74px;
	padding: 14px 16px;
	vertical-align: top;
	left: 0;
	text-align: left;
	border-left: 0
}
@media(min-width: 1200px) {
	.comparison-table .option {
		font-size: 16px;
		padding-top: 18px;
		width: 128px
	}
}
.comparison-table .option__item {
	font-size: clamp(10px, 3.0769230769vw, 12px);
	font-weight: 500;
	width: 116px;
	padding: 14px 16px;
	left: 74px;
	text-align: left;
	vertical-align: middle
}
@media(min-width: 1200px) {
	.comparison-table .option__item {
		font-size: 14px;
		padding: 14px 16px 16px;
		width: 216px
	}
}
.comparison-table .option__item .small {
	font-size: clamp(10px, 2.5641025641vw, 10px);
	display: block
}
@media(min-width: 1200px) {
	.comparison-table .option__item .small {
		font-size: 12px
	}
}
.comparison-table .group-1 th, .comparison-table .group-1 td {
	background-color: #fff3f2
}
.comparison-table .group-1 .option {
	height: 370px
}
.comparison-table .group-2 th, .comparison-table .group-2 td {
	background-color: #fff1e0
}
.comparison-table .group-2 .option {
	height: 140px
}
.comparison-table .group-3 th, .comparison-table .group-3 td {
	background-color: #fff
}
.comparison-table .group-3 .option {
	height: 100px
}
.voice {
	margin-top: 64px
}
@media(min-width: 1200px) {
	.voice {
		margin-top: 96px
	}
}
.voice__title {
	margin: 0 auto
}
.voice__content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}
.profile {
	display: flex;
	align-items: center;
	margin-top: 24px;
	margin-left: auto;
	width: fit-content
}
.profile__left {
	display: flex;
	flex-direction: column;
	text-align: right;
	margin-right: 16px;
	line-height: 1.3
}
.profile__company {
	font-size: clamp(10px, 3.0769230769vw, 12px)
}
.profile__name {
	font-size: clamp(12px, 4.1025641026vw, 16px);
	font-weight: 500;
	margin-top: 4px
}
.profile__sns {
	color: #2690dd;
	font-size: clamp(10px, 3.0769230769vw, 12px);
	margin-top: 4px
}
.swiper {
	margin-top: 40px;
	max-width: 1920px
}
@media(min-width: 1200px) {
	.swiper {
		margin-top: 56px
	}
}
.swiper-slide {
	border-radius: 30px;
	background-color: #fff;
	/* width: min(318px, 81.5384615385vw); */
	height: auto;
	padding: 32px 24px 36px;
	font-size: clamp(12px, 4.1025641026vw, 16px);
	line-height: 1.875
}
@media(min-width: 1200px) {
	.swiper-slide {
		/* width: 528px !important; */
		min-height: 522px
	}
}
.swiper-button-prev-wrapper, .swiper-button-next-wrapper {
	position: absolute;
	z-index: 10;
	top: 0;
	width: 142px;
	height: 100%
}
.swiper-button-prev-wrapper {
	left: 0
}
@media(min-width: 1200px)and (min-width: 1200px) {
	.swiper-button-prev-wrapper {
		background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 100%)
	}
}
.swiper-button-next-wrapper {
	right: 0
}
@media(min-width: 1200px) {
	.swiper-button-next-wrapper {
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%)
	}
}
.swiper-button-prev, .swiper-button-next {
	background-color: #ea4739;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	top: 0;
	bottom: 0;
	margin: auto
}
@media(min-width: 1200px) {
	.swiper-button-prev, .swiper-button-next {
		width: 48px;
		height: 48px
	}
}
.swiper-button-prev::after, .swiper-button-next::after {
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4xMjEiIGhlaWdodD0iMjUuNDE1IiB2aWV3Qm94PSIwIDAgMTQuMTIxIDI1LjQxNSI+CiAgPHBhdGggaWQ9IuODkeOCuV82OTEiIGRhdGEtbmFtZT0i44OR44K5IDY5MSIgZD0iTS4zODQsMTIuMzJsMTItMTIsMTIsMTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjAyNyAwLjMyMykgcm90YXRlKDkwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center;
	width: 100%;
	height: 100%
}
@media(min-width: 1200px) {
	.swiper-button-prev::after, .swiper-button-next::after {
		background-size: 12px
	}
}
@media(min-width: 768px) {
	.swiper-button-prev {
		left: 25%
	}
}
@media(min-width: 1200px) {
	.swiper-button-prev {
		left: 1.756954612vw
	}
}
.swiper-button-prev::after {
	transform: rotate(180deg)
}
@media(min-width: 768px) {
	.swiper-button-next {
		right: 25%
	}
}
@media(min-width: 1200px) {
	.swiper-button-next {
		right: 1.756954612vw
	}
}
.faq {
	margin: auto;
	width: min(342px, 87.6923076923vw);
	margin-top: 64px
}
@media(min-width: 768px) {
	.faq {
		width: min(640px, 83.3333333333vw)
	}
}
@media(min-width: 1200px) {
	.faq {
		width: 1080px
	}
}
@media(min-width: 1200px) {
	.faq {
		margin-top: 96px
	}
}
.faq__items {
	margin: 24px auto 0
}
@media(min-width: 1200px) {
	.faq__items {
		width: 720px
	}
}
.faq__item {
	margin: 16px auto 0;
	width: min(320px, 82.0512820513vw)
}
@media(min-width: 768px) {
	.faq__item {
		width: 100%
	}
}
.faq__question {
	border-bottom: 2px solid #e5e3de;
	color: #222;
	font-size: clamp(12px, 4.1025641026vw, 16px);
	font-weight: 500;
	line-height: 1.625;
	padding-bottom: 16px;
	padding-top: 16px;
	padding-right: 40px;
	position: relative
}
@media(min-width: 1200px) {
	.faq__question {
		font-size: 20px
	}
}
.faq__question:hover {
	cursor: pointer
}
.faq__question::after {
	content: "";
	display: block;
	width: 16px;
	height: 100%;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4zMTciIGhlaWdodD0iOS4wODEiIHZpZXdCb3g9IjAgMCAxNy4zMTcgOS4wODEiPgogIDxwYXRoIGlkPSLjg5HjgrlfNDYiIGRhdGEtbmFtZT0i44OR44K5IDQ2IiBkPSJNLjM4NCw3LjMybDgtNyw4LDciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMjc0IDEuMDA5KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMjIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	transform: rotate(180deg)
}
@media(min-width: 1200px) {
	.faq__question::after {
		width: 20px
	}
}
.faq__question.is-active::after {
	transform: rotate(0)
}
.faq__question.is-active+* {
	display: block
}
.faq__answer {
	color: #222;
	display: none;
	font-size: clamp(12px, 4.1025641026vw, 16px);
	font-weight: 400;
	line-height: 1.875;
	padding-bottom: 16px;
	padding-top: 16px
}
.faq__answer a {
	color: #ea4739
}
.footer {
	background-color: #e5e3de;
	padding: 32px 0 40px
}
.footer__inner {
	margin: auto;
	width: min(342px, 87.6923076923vw)
}
@media(min-width: 768px) {
	.footer__inner {
		width: min(640px, 83.3333333333vw)
	}
}
@media(min-width: 1200px) {
	.footer__inner {
		width: 1080px
	}
}
@media(min-width: 1200px) {
	.footer__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
}
.footer-nav {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	padding: 0;
	margin: 0
}
.footer-nav__link {
	color: #222;
	font-size: clamp(10px, 3.0769230769vw, 12px);
	text-decoration: none;
	line-height: 1
}
@media(min-width: 1200px) {
	.footer-nav__link {
		font-size: 14px
	}
}
.contact-button {
	background-color: #383838;
	border-radius: 6px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(12px, 4.1025641026vw, 16px);
	font-weight: 500;
	text-decoration: none;
	height: 40px;
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
	margin: 32px auto 0;
	width: min(342px, 87.6923076923vw)
}
@media(min-width: 1200px) {
	.contact-button {
		margin: 0;
		width: 200px;
		height: 34px
	}
}
.copyright {
	font-size: 10px;
	line-height: 1;
	margin-top: 32px
}
@media(min-width: 1200px) {
	.copyright {
		margin-top: 10px;
		width: 100%
	}
}
.plan-table-note {
	color: #000;
	font-size: clamp(10px, 3.0769230769vw, 12px);
	line-height: 1.4285714286;
	margin-bottom: 16px;
	text-align: right
}
@media(min-width: 1200px) {
	.plan-table-note {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 16px;
		margin-bottom: 32px
	}
}
.plan-table-note a {
	color: #ea4739
}
.plan-table-wrapper {
	margin: auto;
	width: min(342px, 87.6923076923vw);
	margin: auto;
	padding-top: 16px;
	position: relative;
	z-index: 10
}
@media(min-width: 768px) {
	.plan-table-wrapper {
		width: min(640px, 83.3333333333vw)
	}
}
@media(min-width: 1200px) {
	.plan-table-wrapper {
		width: 1080px
	}
}
@media(min-width: 1200px) {
	.plan-table-wrapper {
		max-width: 1080px
	}
}
.plan-table-wrapper.is-active {
	padding-bottom: 40px
}
.plan-table-inner {
	overflow-x: scroll;
	overflow-y: hidden;
	height: 656px;
	padding-bottom: 80px
}
@media(min-width: 1200px) {
	.plan-table-inner {
		height: 800px;
		overflow: hidden
	}
}
.plan-table-inner.is-active {
	height: auto
}
.plan-table-open {
	width: 100%;
	height: 200px;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
	position: absolute;
	z-index: 10;
	bottom: 0
}
.plan-table-open.is-active {
	background: rgba(0, 0, 0, 0);
	height: fit-content
}
.plan-table-open__button {
	background-color: #383838;
	border: 0;
	border-radius: 8px;
	color: #fff;
	font-size: clamp(14px, 4.6153846154vw, 18px);
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 0;
	right: 0;
	width: min(342px, 87.6923076923vw);
	height: 40px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .2)
}
.plan-table-open__button:hover {
	cursor: pointer
}
.plan-table-open__button.is-active .plan-table-open__button-arrow {
	transform: rotate(180deg)
}
.plan-table-open__button-arrow {
	content: "";
	display: block;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 16px;
	position: absolute;
	width: 16px;
	height: 8px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy40MTQiIGhlaWdodD0iMTAuMTIxIiB2aWV3Qm94PSIwIDAgMTcuNDE0IDEwLjEyMSI+CiAgPHBhdGggaWQ9IuODkeOCuV80MyIgZGF0YS1uYW1lPSLjg5HjgrkgNDMiIGQ9Ik0uMzg0LjMybDgsOCw4LTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMzIzIDAuMzg3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");
	background-size: contain;
	background-repeat: no-repeat
}
.plan-table {
	border-collapse: collapse;
	width: 986px;
	table-layout: fixed
}
@media(min-width: 1200px) {
	.plan-table {
		width: 100%
	}
}
.plan-table [data-table-group]:not(.is-active) {
	display: none
}
.plan-table__header {
	background-color: #f5f4f0;
	border-radius: 16px;
	color: #222;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 160px;
	height: 210px;
	padding: 8px 16px 16px;
	margin: auto
}
@media(min-width: 1200px) {
	.plan-table__header {
		width: 164px
	}
}
.plan-table__name {
	border-bottom: 1px solid #383838;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 12px;
	width: 100%
}
.plan-table__price {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.plan-table__price--pv {
	font-size: 16px;
	font-weight: 600;
	margin-top: 12px
}
.plan-table__past-price {
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-decoration-thickness: 4px;
	text-decoration-color: rgba(253, 147, 44, .75);
	text-decoration-line: line-through;
	position: relative;
	margin: 0 auto 12px;
	width: fit-content
}
.plan-table__past-price::after {
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	top: calc(100% + 7px);
	left: 0;
	right: 0;
	width: 14px;
	height: 6px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4zMDIiIGhlaWdodD0iOC4wNzYiIHZpZXdCb3g9IjAgMCAxNS4zMDIgOC4wNzYiPgogIDxwYXRoIGlkPSLjg5HjgrlfMzg0IiBkYXRhLW5hbWU9IuODkeOCuSAzODQiIGQ9Ik0uMzg0LjMybDcsNiw3LTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMjY3IDAuNDM5KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZWE0NzM5IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-size: 14px 6px
}
.plan-table__amount {
	font-size: 24px;
	font-weight: 500
}
.plan-table__unit {
	font-size: 14px;
	font-weight: 500;
	margin-left: 3px
}
.plan-table__button {
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
	width: 128px;
	height: 36px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto
}
@media(min-width: 1200px) {
	.plan-table__button {
		width: 132px
	}
}
.plan-table__button[data-plan=free] {
	background-color: #fff;
	border: 1px solid #ea4739;
	color: #222
}
.plan-table__button[data-plan=basic] {
	background-color: #fd932c
}
.plan-table__button[data-plan=premium] {
	background-color: #ff8438
}
.plan-table__button[data-plan=master] {
	background-color: #f27800
}
.plan-table__button[data-plan=enterprise] {
	background-color: #f24a00
}
.plan-table__button[data-plan=custom] {
	background-color: #f22f00
}
.plan-table .colored {
	color: #ea4739;
	font-weight: 600
}
.plan-table .bold {
	font-weight: 600
}
.plan-table thead th:first-child {
	width: 116px;
	position: sticky;
	left: 0;
	background-color: #fff;
	z-index: 5
}
@media(min-width: 1200px) {
	.plan-table thead th:first-child {
		width: 208px
	}
}
.plan-table thead th:not(:first-child) {
	width: 174px
}
.plan-table tbody .no-top-border td {
	position: relative
}
.plan-table tbody .no-top-border td::after {
	content: "";
	display: block;
	width: calc(100% + 2px);
	height: 16px;
	position: absolute;
	top: 0;
	background-color: #fff;
	left: -1px
}
.plan-table tbody th, .plan-table tbody td {
	border-bottom: 1px solid #e5e3de;
	line-height: 1.5
}
.plan-table tbody th:first-child {
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	width: 116px;
	padding: 16px 0;
	position: sticky;
	left: 0;
	background-color: #fff;
	z-index: 5
}
@media(min-width: 1200px) {
	.plan-table tbody th:first-child {
		font-size: 16px;
		width: 208px
	}
}
.plan-table tbody td {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border-left: 1px solid #e5e3de;
	padding: 16px 0
}
.plan-table tbody .small {
	font-size: 12px
}
.plan-table tbody .service-name {
	border-bottom: 0
}
.plan-table tbody .service-name__heading {
	background-color: #f5f4f0;
	border-radius: 8px;
	color: #ea4739;
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	height: 40px;
	align-items: center;
	padding: 0 24px;
	margin: 8px 0 -16px;
	text-align: left;
	width: 100%;
	display: flex
}
@media(min-width: 1200px) {
	.plan-table tbody .service-name__heading {
		font-size: 22px;
		height: 48px;
		margin: 40px 0 8px
	}
}
.plan-table tbody .service-name__text {
	position: sticky;
	left: 26px
}

/* 20240402_修正追加 */
.ly_plan_area .swiper-slide{
	border-radius: unset;
    background-color: unset;
    /* height: unset;
	min-height: unset; */
    padding: unset;
    font-size: unset;
    line-height: unset;
}

.ly_plan_area{
	max-width: 1230px;
    margin: auto;
	padding: 0 20px;
}

.bl_plan_ttl_wrap{
	margin: 57px 0;
}
.bl_plan_ttl_wrap .el_plan_ttl{
	padding-right: 15px;
	margin-bottom: 8px;
	text-align: center;
	color: #222;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.3em;
	letter-spacing: 0;
}
.bl_plan_ttl_wrap .el_plan_txt{
	padding-left: 30px;
	color: #222;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.9em;
	letter-spacing: 0;
}

.bl_plan_tab_btn{
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 0;
	margin-bottom: 32px;
}
.bl_plan_tab_btn li{
	min-width: 316px;
	min-height: 60px;
	list-style: none;
}
.bl_plan_tab_btn li a{
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 33px;
	width: 100%;
	height: 100%;
	background-color: #E5E3DE;
	border-radius: 12px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(0);
	transition: .3s;
}
.bl_plan_tab_btn li:hover a{
	opacity: 1;
	transform: translateY(4px);
	box-shadow: none;
}
.bl_plan_tab_btn li a p{
	color: #787877;
}
.bl_plan_tab_btn li a .el_border{
	width: 1px;
	height: 30px;
	background-color: #787877;
	transition: .3s;
}
.bl_plan_tab_btn li a .el_ja_txt{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3em;
}
.bl_plan_tab_btn li a .el_num_txt{
	font-size: 33px;
	font-weight: 500;
	line-height: 1.3em;
}
.bl_plan_tab_btn li a .el_num_txt span{
	font-size: 19px;
}

.bl_plan_tab_btn li.active a{
	background-color: #EA4739;
}
.bl_plan_tab_btn li.active a p{
	color: #fff;
}
.bl_plan_tab_btn li.active a .el_border{
	background-color: #fff;
}

.bl_plan_area_wrap{
	position: relative;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
}
.bl_plan_area_wrap .area{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}
.bl_plan_area_wrap .area.is-active{
	position: relative;
	opacity: 1;
	pointer-events: all;
}

.bl_plan_list{
	padding: 0;
}
.bl_plan_list > li{
	border: 3px solid #EA4739;
	background-color: #F5F4F0 !important;
	border-radius: 10px !important;
	padding-bottom: 13px !important;
}
/* プランタイトル */
.bl_plan_list .bl_name_box{
	background-color: #EA4739;
	padding: 3px 10px 12px;
	margin-bottom: 0px;
}
.bl_plan_list .bl_name_box .el_name{
	margin-bottom: 8px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3em;
}
.bl_plan_list .bl_name_box .el_name span{
	margin-left: 15px;
	background-color: #fff;
    border-radius: 100px;
    padding: 5px 15px 6px 10px;
    color: #EA4739;
    font-size: 19px;
    font-weight: 500;
}
.bl_plan_list .bl_name_box .el_name_sub{
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3em;
}
/* プラン値段 */
.listItem {
    min-height: 122px;
}
.listItem.un_h_fit {
    min-height: unset;
}
.bl_plan_list .bl_price{
	padding: 4px 10px 0;
}
.bl_plan_list .bl_price .el_price_num{
	margin-bottom: 7px;
	text-align: center;
	color: #222;
	font-size: 64px;
	font-weight: 500;
	line-height: 1em;
}
.bl_plan_list .bl_price .el_price_unit{
	padding-right: 30px;
	text-align: right;
	color: #222;
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
}
.bl_plan_list .el_price_caution{
	margin-top: 10px;
	padding: 0 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3em;
}
/* ボタン */
.bl_plan_list .bl_btn{
	max-width: 244px;
	padding: 0 10px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.bl_plan_list .bl_btn a{
	position: relative;
	display: block;
	width: 100%;
	padding: 8px 10px;
	background-color: #FD932C;
	border-radius: 100px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.4em;
}
.bl_plan_list .bl_btn a::after{
	content: ">";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	color: #fff;
	font-size: 20px;
	line-height: 1.4em;
}
/* ヒートマップ/ポップアップ/オーバーレイ */
.bl_list_wrap{
	min-height: 120px;
	padding: 5px;
	padding-bottom: 8px;
	background-color: #fff;
	border-radius: 10px;
	margin: 0 10px;
}
.bl_list_wrap.list_wrap_height{
	min-height: 215px;
}
.bl_list_wrap + .bl_list_wrap{
	margin-top: 13px;
}
.bl_list_wrap .bl_list_ttl{
	margin-bottom: 4px;
	color: #222;
	font-size: 16px;
	font-weight: 500;
}
.bl_list_wrap .bl_list{
	padding: 0;
}
.bl_list_wrap .bl_list li{
	display: flex;
	gap: 5px;
	color: #222;
	font-size: 16px;
	font-weight: 400;
}
.bl_list_wrap .bl_list li + li{
	margin-top: 6px;
}
.bl_list_wrap .bl_list li::before{
	content: "✔";
	display: block;
	color: #222;
	font-size: 16px;
	font-weight: 400;
}

.el_area_caution{
	margin-top: 23px;
	color: #222;
	font-size: 14px;
	font-weight: 400;
}
.el_area_caution a{
	color: #EA4739;
}

@media screen and (max-width: 1200px){
	.bl_plan_ttl_wrap .el_plan_ttl{
		padding-right: 0;
	}
	.bl_plan_ttl_wrap .el_plan_txt{
		padding-left: 0;
	}
	
	.bl_slider_btn_wrap{
		display: flex;
		justify-content: center;
		width: 100%;
		gap: 20px;
		padding-right: 0px;
	}
	.prev_btn,
	.next_btn {
		width: 45px;
		height: 45px;
		border-radius: 100%;
		background-color: #EA4739;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 10px;
	}
	.prev_btn{
		background-image: url(../img/s_prev_arrow.png);
	}
	.next_btn{
		background-image: url(../img/s_next_arrow.png);
	} 
}
@media screen and (max-width: 1024px){
	.bl_plan_ttl_wrap .el_plan_txt{
		font-size: 18px;
	}
}
@media screen and (max-width: 768px){
	.bl_plan_ttl_wrap .el_plan_ttl{
		font-size: 30px;
	}
	.bl_plan_ttl_wrap .el_plan_txt{
		font-size: 16px;
	}
	.bl_plan_tab_btn li{
		min-width: unset;
		width: 50%;
	}
	.bl_plan_tab_btn li a{
		gap: 10px;
	}
	.bl_plan_tab_btn li a .el_ja_txt{
		font-size: 20px;
	}
	.bl_plan_tab_btn li a .el_num_txt{
		font-size: 28px;
	}
	.bl_plan_tab_btn li a .el_num_txt span{
		font-size: 16px;
	}
}
@media screen and (max-width: 600px){
	.bl_plan_tab_btn{
		margin-bottom: 10px;
	}
	.bl_list_wrap.list_wrap_height {
		min-height: 194px;
	}
	.bl_slider_btn_wrap{
		padding-right: 0px;
	}
	.bl_plan_ttl_wrap .el_plan_txt{
		font-size: 14px;
	}
	.bl_plan_tab_btn li a .el_ja_txt{
		font-size: 16px;
	}
	.bl_plan_tab_btn li a .el_num_txt{
		font-size: 24px;
	}
	.bl_plan_tab_btn li a .el_num_txt span{
		font-size: 14px;
	}
	.bl_plan_list .bl_name_box .el_name{
		font-size: 20px;
	}
	.bl_plan_list .bl_name_box .el_name span{
		font-size: 14px;
	}
	.bl_plan_list .bl_name_box .el_name_sub{
		font-size: 14px;
	}
	.bl_plan_list .bl_price .el_price_num{
		font-size: 54px;
	}
	.bl_plan_list .bl_price .el_price_unit{
		padding-right: 0;
	}
	.bl_plan_list .el_price_caution {
		font-size: 14px;
	}
	.bl_plan_list .bl_btn a{
		font-size: 16px;
	}
	.bl_list_wrap .bl_list_ttl{
		font-size: 14px;
	}
	.bl_list_wrap .bl_list li{
		font-size: 14px;
	}
	.bl_list_wrap .bl_list li::before{
		font-size: 14px;
	}
}
@media screen and (max-width: 330px){
	.bl_plan_ttl_wrap .el_plan_txt{
		text-align: left;
		word-break: keep-all;
	}
	.bl_plan_tab_btn li a{
		gap: 5px;
	}
	.bl_plan_tab_btn li a .el_ja_txt{
		font-size: 14px;
	}
	.bl_plan_tab_btn li a .el_border{
		height: 20px;
	}
	.bl_plan_tab_btn li a .el_num_txt{
		font-size: 20px;
	}
}