.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

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

/* hover指定できるPCを想定したスタイル */

/* hoverが使えないタッチ端末を想定した装飾 */

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 3.75rem;
}

body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	word-wrap: break-word;
	word-wrap: break-word;
	color: #585858;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	line-height: 1.6;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	-webkit-filter: blur(10px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	filter: blur(10px);
}

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

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

textarea {
	resize: vertical;
}

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

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

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

.c-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-shadow: 2px 2px 0 #e36f6f;
	-webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
	align-items: center;
	background-color: #ff8484;
	border: 1px solid #e36f6f;
	border-radius: 3.125rem;
	box-shadow: 2px 2px 0 #e36f6f;
	color: #fff;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 700;
	height: 50px;
	height: 3.125rem;
	justify-content: center;
	max-width: 380px;
	max-width: 23.75rem;
	min-width: 260px;
	min-width: 16.25rem;
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;
	position: relative;
	text-decoration: none;
	transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
	transition: box-shadow 0.3s, transform 0.3s;
	transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
	width: 100%;
}

.c-button.c-button--small,
.c-button.c-button--green-small {
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 0;
	max-width: none;
	max-width: initial;
	min-width: 0;
	min-width: initial;
	padding: 8px 32px;
	padding: 0.5rem 2rem;
}

.c-button.c-button--green,
.c-button.c-button--green-small,
.c-button.c-button--green-long {
	-webkit-box-shadow: 2px 2px 0 #48A377;
	background-color: #58bc8b;
	border: 1px solid #48A377;
	box-shadow: 2px 2px 0 #48A377;
}

.c-button.c-button--white {
	background-color: #fff;
	color: #ff8484;
	position: relative;
}

.c-button::after,
.c-button--green::after,
.c-button--white::after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-webkit-transition: 0.3s;
	border-right: 2px solid #fff;
	border-right: 0.125rem solid #fff;
	border-top: 2px solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	height: 9px;
	height: 0.5625rem;
	position: absolute;
	right: calc(50% - 5.625rem);
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
	width: 9px;
	width: 0.5625rem;
}

.c-button.c-button-link-long::after {
	right: calc(50% - 7.5rem);
}

.c-button.c-button--green::after {
	right: calc(50% - 6.25rem);
}

.c-button.c-button--green-long::after {
	right: calc(50% - 7.5rem);
}

.c-button.c-button--white::after {
	border-right: 2px solid #ff8484;
	border-right: 0.125rem solid #ff8484;
	border-top: 2px solid #ff8484;
	border-top: 0.125rem solid #ff8484;
	right: calc(50% - 6.25rem);
}

.c-button.c-button--green-small::after {
	right: calc(50% - 5rem);
}

.c-button.c-button--small::after {
	right: calc(50% - 4.6875rem);
}

.c-code {
	background-color: #f3f5f7;
	color: #ff8484;
	font-size: 20px 5px;
	font-size: 1.25rem 0.3125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 20px;
	padding: 1.25rem;
	text-align: center;
	text-decoration: line-through;
	width: 100%;
}

.c-code.c-code--white {
	background-color: #fff;
}

.c-comment {
	font-size: min(12px, 15px);
	font-size: min(12px, 0.9375rem);
}

.c-comment.c-comment--pink {
	color: #ff8484;
}

.c-comment.c-comment--bold {
	font-weight: 700;
}

.c-head-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
}

.c-head {
	color: #51707a;
	font-size: min(24px, 5vw);
	font-size: min(1.5rem, 5vw);
	font-weight: 700;
	font-weight: 700;
	letter-spacing: 0.8px;
	letter-spacing: 0.05rem;
	line-height: 1.5;
	text-align: center;
}

.c-head span {
	color: #ED1A3D;
	font-size: min(34px, 7vw);
	font-size: min(2.125rem, 7vw);
}

.c-line {
	background-color: #fff;
	height: 1px;
	width: 100%;
}

.c-link {
	display: inline-block;
	padding: 10px;
	padding: 0.625rem;
}

.c-section-title {
	color: #51707a;
	font-size: 26px;
	font-size: 1.625rem;
	font-size: min(26px, 6.6vw);
	font-size: min(1.625rem, 6.6vw);
	font-weight: 700;
	line-height: 1.3;
}

.c-title {
	color: #58bc8b;
	font-size: min(26px, 6vw);
	font-weight: 700;
	text-align: center;
}

.l-content {
	margin: auto;
	max-width: 900px;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.l-section {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-about__icon {
	margin: auto;
	max-width: 100px;
	max-width: 6.25rem;
	width: 100%;
}

.p-about__icon img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-about__content {
	margin: 0 auto;
	max-width: 900px;
}

.p-about__head-text {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-about__head {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-about__in-title {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-about__graph {
	margin: 32px auto 0;
	margin: 2rem auto 0;
	max-width: 892px;
}

.p-about__graph img {
	-o-object-fit: cover;
	aspect-ratio: 670/344;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-about__title {
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-about__text {
	margin: 48px auto 0;
	margin: 3rem auto 0;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-about__text a {
	position: relative;
	text-decoration: underline;
}

.p-about__text a::after {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-webkit-mask-image: url(../../assets/images/common/arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	aspect-ratio: 18/11;
	background-color: #585858;
	content: "";
	mask-image: url(../../assets/images/common/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 0;
	top: 47%;
	transform: translateY(-50%) rotate(-90deg);
	width: 12px;
	width: 0.75rem;
}

.p-about__link-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #58bc8b;
	border-radius: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 32px;
	gap: 2rem;
	margin-top: 60px;
	margin-top: 3.75rem;
	padding: 60px 16px 40px;
	padding: 3.75rem 1rem 2.5rem;
	text-align: center;
}

.p-about__link {
	text-align: center;
	width: 100%;
}

.p-about__link-text {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}

.p-about__link-button {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-about__cta-button {
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.p-about__code {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-comparison__calculator {
	margin: auto;
	width: 42px;
	width: 2.625rem;
}

.p-comparison__calculator img {
	-o-object-fit: cover;
	aspect-ratio: 74/97;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-comparison__calculator {
	-webkit-animation: quickJump 0.6s ease-in-out;
	-webkit-animation-play-state: paused;
	-webkit-transform-origin: center;
	animation: quickJump 0.6s ease-in-out;
	animation-play-state: paused;
	transform-origin: center;
}

/* 要素がアクティブになったときにアニメーション開始 */

.p-comparison__calculator.is-active {
	-webkit-animation-play-state: running;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	animation-play-state: running;
}

.p-comparison__title {
	margin-top: 10px;
	margin-top: 0.625rem;
	position: relative;
	text-align: center;
}

.p-comparison__head {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-comparison__text {
	color: #ED1A3D;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-comparison__button {
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.p-comparison__in-title {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-comparison__wrap-inner {
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
}

.p-comparison__point {
	color: #ED1A3D;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 0 auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-comparison__point-wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-comparison__point-img {
	max-width: 80px;
	max-width: 5rem;
	width: 100%;
}

.p-comparison__point-im img {
	-o-object-fit: cover;
	aspect-ratio: 10/9;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-comparison__item {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-comparison-item {
	-webkit-box-sizing: border-box;
	background-color: #fff;
	border-radius: 1.5rem;
	box-sizing: border-box;
	position: relative;
}

.p-comparison-item__head {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-comparison-item__img {
	margin: auto;
	max-width: 450px;
	max-width: 28.125rem;
}

.p-comparison-item__img + .p-comparison-item__img {
	margin: 10px auto 0;
	margin: 0.625rem auto 0;
}

.p-comparison-item__img img {
	-o-object-fit: cover;
	aspect-ratio: 820/490;
	height: auto;
	margin: auto;
	max-width: 200px;
	max-width: 12.5rem;
	object-fit: cover;
	width: 100%;
}

.p-comparison-item__comment {
	text-align: center;
}

.p-comparison__cta-button-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-comparison__cta-button {
	text-align: center;
	width: 100%;
}

.p-comparison__cta-button + .p-comparison__cta-button {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-comparison__code {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-comparison-item__img-wrap {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-comparison-item__img p {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #2e2e2e;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.7em;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	text-align: center;
}

.p-comparison-item__img p span {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
}

.p-comparison__mail-img {
	max-width: 500px;
	max-width: 31.25rem;
	width: 100%;
}

.p-comparison__mail-img img {
	-o-object-fit: cover;
	aspect-ratio: 662/440;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-comparison__step-title {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-comparison__step-wrap {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-top: 16px;
	margin-top: 1rem;
	row-gap: 24px;
	row-gap: 1.5rem;
}

.p-comparison__step {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 2px solid #DCDDE0;
	border-radius: 1.5625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	gap: 0.625rem;
	padding: 20px 5%;
	padding: 1.25rem 5%;
	position: relative;
}

.p-comparison__step:not(:last-child)::before {
	-webkit-transform: translateX(-50%);
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	aspect-ratio: 3/2;
	background-color: #38B8EF;
	bottom: -20px;
	bottom: -1.25rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 40px;
	width: 2.5rem;
}

.p-comparison__step:last-child {
	padding: 20px 5% 50% 5%;
	padding: 1.25rem 5% 50% 5%;
}

.p-comparison__step:last-child::after {
	-webkit-transform: translateX(-50%);
	aspect-ratio: 416/528;
	background-image: url(../../assets/images/common/speech-poponen.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 10px;
	bottom: 0.625rem;
	content: "";
	content: "";
	left: 50%;
	margin-top: 15px;
	margin-top: 0.9375rem;
	position: absolute;
	position: absolute;
	transform: translateX(-50%);
	width: min(160px, 30vw);
	width: min(10rem, 30vw);
	z-index: 2;
}

.p-comparison__step-icon {
	display: inline-block;
	max-width: 80px;
	max-width: 5rem;
	width: 100%;
}

.p-comparison__step-icon img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-comparison__step-tag {
	background-color: #fcf5e3;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
	text-align: center;
}

.p-comparison__step-tag.p-comparison__step-tag--green {
	background-color: #def5e8;
}

.p-comparison__step-head {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-comparison__step-text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-cta {
	-webkit-transform: translateX(-50%);
	background-color: rgba(255, 255, 255, .7);
	bottom: 0;
	left: 50%;
	padding: 10px 25px;
	padding: 0.625rem 1.5625rem;
	position: fixed;
	transform: translateX(-50%);
	width: 100vw;
	z-index: 1000;
}

.p-cta__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	flex-direction: column;
	gap: 10px;
	gap: 0.625rem;
	justify-content: center;
}

.p-cta__item {
	text-align: center;
	width: 100%;
}

.p-faq {
	background-color: #f0faf4;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-faq__container {
	margin: 0 auto;
	max-width: 900px;
}

.p-faq__icon img {
	margin: auto;
	max-width: 80px;
	max-width: 5rem;
}

.p-faq__icon img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-faq__ja-title {
	position: relative;
	text-align: center;
}

.p-faq__ja-title::before {
	-webkit-transform: translateX(-50%);
	aspect-ratio: 60/43;
	background-image: url(../../assets/images/common/poponen_face1.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -48px;
	top: -3rem;
	transform: translateX(-50%);
	width: 44px;
	width: 2.75rem;
}

.p-faq__ja-title::after {
	-webkit-transform: translateX(-50%);
	aspect-ratio: 42/24;
	background-image: url(../../assets/images/common/title-leaves.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -18px;
	top: -1.125rem;
	transform: translateX(-50%);
	width: 42px;
	width: 2.625rem;
}

.p-faq__en-title {
	color: #58bc8b;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin: auto;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-faq__en-title::before,
.p-faq__en-title::after {
	-webkit-transform: translateY(-50%);
	background-color: #58bc8b;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	width: 2rem;
}

.p-faq__en-title::before {
	left: -50px;
	left: -3.125rem;
}

.p-faq__en-title::after {
	right: -50px;
	right: -3.125rem;
}

.p-faq__wrap {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-faq__link-wrap {
	text-align: center;
}

.p-faq__link {
	margin-top: 48px;
	margin-top: 3rem;
	position: relative;
	text-decoration: underline;
}

.p-faq__link::after {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-webkit-mask-image: url(../../assets/images/common/arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	aspect-ratio: 18/11;
	background-color: #585858;
	content: "";
	mask-image: url(../../assets/images/common/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 12px;
	right: 0.75rem;
	top: 47%;
	transform: translateY(-50%) rotate(-90deg);
	width: 12px;
	width: 0.75rem;
}

.p-faq__cta-button {
	margin-top: 48px;
	margin-top: 3rem;
	text-align: center;
}

.p-faq__code {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-faq__line {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-faq__campaign-ends {
	color: #ED1A3D;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 0 auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-footer {
	background-color: #48a377;
	color: #fff;
	margin-top: 100px;
	margin-top: 6.25rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 30px;
	padding-top: 1.875rem;
	position: relative;
}

.p-footer__inner {
	overflow: hidden;
}

.p-footer::before {
	aspect-ratio: 320/85;
	background-image: url(../../assets/images/common/footer-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: -70px;
	top: -4.375rem;
	width: 100%;
	z-index: -1;
}

.p-footer__link,
.p-footer__link-top {
	text-decoration: underline;
}

.p-footer__link-top {
	padding: 10px 10px 10px 30px;
	padding: 0.625rem 0.625rem 0.625rem 1.875rem;
	position: relative;
}

.p-footer__link-top::before {
	-webkit-transform: translateY(-50%);
	background-image: url(../../assets/images/common/home.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 23px;
	height: 1.4375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
	width: 1.3125rem;
}

.p-footer__link {
	margin-left: 30px;
	margin-left: 1.875rem;
	padding: 10px;
	padding: 0.625rem;
}

.p-footer__item {
	display: inline-block;
	margin-left: 30px;
	margin-left: 1.875rem;
}

.p-footer__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-footer__right {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-footer__head {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.p-footer__number-phone {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	color: #fcdf4d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	margin-top: 16px;
	margin-top: 1rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	padding-top: 16px;
	padding-top: 1rem;
}

.p-footer__comment {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.p-footer__button-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 16px;
	gap: 1rem;
}

.p-footer__button {
	text-align: center;
}

.p-footer__line {
	background-color: rgba(255, 255, 255, .4);
	height: 1px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 32px;
	margin-top: 2rem;
}

.p-footer__bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding-top: 36px;
	padding-top: 2.25rem;
}

.p-footer__bottom-link-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-footer__bottom-link {
	font-size: 12px;
	font-size: 0.75rem;
	padding: 10px 8px;
	padding: 0.625rem 0.5rem;
	text-decoration: underline;
}

.p-footer__bottom-link + .p-footer__bottom-link {
	margin-left: 5px;
	margin-left: 0.3125rem;
}

.p-footer__copyright {
	font-size: 10px;
	font-size: 0.625rem;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-fv {
	overflow: hidden;
	position: relative;
}

.p-fv__title-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(../../assets/images/common/img_kv_akarinomoriaft.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 256px;
	height: 16rem;
	justify-content: center;
	position: relative;
	width: 100%;
}

.p-fv__title-container::before {
	background-color: rgba(255, 255, 255, .25);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-fv__title-wrap {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	background-color: rgba(255, 255, 255, .73);
	max-width: 800px;
	max-width: 50rem;
	padding: 5%;
	position: relative;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	width: min(500px, 90vw);
	width: min(31.25rem, 90vw);
	z-index: 2;
}

.p-fv__title-logo {
	margin: 0 auto;
	width: 75%;
}

.p-fv__title-logo img {
	-o-object-fit: cover;
	aspect-ratio: 1257/148;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-fv__title {
	margin: 20px auto 0;
	margin: 1.25rem auto 0;
}

.p-fv__title img {
	-o-object-fit: cover;
	aspect-ratio: 2485/590;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-fv__point {
	border: 1px solid #2e2e2e;
	color: #2e2e2e;
	font-size: 20px;
	font-size: 1.25rem;
	font-size: min(20px, 4.7vw);
	font-size: min(1.25rem, 4.7vw);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 48px auto 0;
	margin: 3rem auto 0;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-fv__content {
	position: relative;
}

.p-fv__point span {
	color: #ED1A3D;
}

.p-fv .p-fv__head {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-fv__head-strong {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-fv__head-text {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-fv__code {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-fv__date {
	color: #ff8484;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.p-fv__cta {
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.p-fv__comment-wrap {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-fv__line {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-fv__campaign-ends {
	color: #ED1A3D;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 0 auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-header {
	display: none;
}

.p-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	padding-left: 15px;
	padding-left: 0.9375rem;
}

.p-header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-header__logo {
	height: 100%;
	margin-right: auto;
	max-width: 200px;
	position: relative;
	width: 100%;
	z-index: 1000;
}

.p-header__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__logo img {
	-o-object-fit: cover;
	aspect-ratio: 1257/148;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-header__button-wrap {
	display: none;
}

.p-header__drawer {
	background-color: rgba(255, 255, 191, .95);
	bottom: 0;
	display: none;
	height: 50vh;
	left: 0;
	overflow-y: scroll;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header__drawer-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	justify-content: center;
}

.p-header__drawer::-webkit-scrollbar {
	display: none;
}

.p-header__drawer-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-header__drawer-item + .p-header__drawer-item {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-qa-list__item {
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 4px 8px 48px rgba(0, 0, 0, .16);
	background-color: #fff;
	border-radius: 1.5rem;
	box-shadow: 4px 8px 48px rgba(0, 0, 0, .16);
	box-sizing: border-box;
}

.p-qa-list__item + .p-qa-list__item {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-qa-list__item-question {
	-webkit-transition: 0.3s;
	color: #51707a;
	cursor: pointer;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 32px 52px 32px 24px;
	padding: 2rem 3.25rem 2rem 1.5rem;
	position: relative;
	transition: 0.3s;
}

.p-qa-list__item-question::before {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 86/57;
	background-image: url(../../assets/images/common/question.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 20px;
	left: 1.25rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 0;
	transform: translateY(-50%);
	width: 56px;
	width: 3.5rem;
}

.p-qa-list__item-question.is-open::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.p-qa-list__item-question::after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: 0.3s;
	background-image: url(../../assets/images/common/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 10px;
	height: 0.625rem;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 17px;
	width: 1.0625rem;
}

.p-qa-list__item-answer {
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 0 24px 32px 24px;
	padding: 0 1.5rem 2rem 1.5rem;
}

.p-simulation {
	background-color: #f0faf4;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-simulation__title {
	color: #2e2e2e;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
}

.p-simulation__title span {
	color: #ED1A3D;
}

.p-simulation__title strong {
	color: #ED1A3D;
	font-size: 48px;
	font-size: 3rem;
}

.p-simulation__in-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 48px auto 0;
	margin: 3rem auto 0;
}

.p-simulation__title-img {
	margin: auto;
}

.p-simulation__title-img img {
	-o-object-fit: contain;
	aspect-ratio: 327/107;
	height: 100%;
	object-fit: contain;
}

.p-simulation__chart-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.p-simulation__chart {
	width: 100%;
}

.p-simulation__chart img {
	-o-object-fit: cover;
	aspect-ratio: 928/516;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-simulation__chart + .p-simulation__chart {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-simulation__lists {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-simulation__line {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-simulation__button-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-simulation__button {
	text-align: center;
	width: 100%;
}

.p-simulation__button + .p-simulation__button {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-simulation__code {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-simulation__point {
	color: #ED1A3D;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 0 auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-simulation__bottom-title {
	margin-top: 144px;
	margin-top: 9rem;
	position: relative;
	text-align: center;
}

.p-simulation__bottom-title::before {
	-webkit-transform: translateX(-50%);
	aspect-ratio: 60/43;
	background-image: url(../../assets/images/common/poponen_face1.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -48px;
	top: -3rem;
	transform: translateX(-50%);
	width: 44px;
	width: 2.75rem;
}

.p-simulation__bottom-title::after {
	-webkit-transform: translateX(-50%);
	aspect-ratio: 42/24;
	background-image: url(../../assets/images/common/title-leaves.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -18px;
	top: -1.125rem;
	transform: translateX(-50%);
	width: 42px;
	width: 2.625rem;
}

.p-comparison__feature-wrap {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-top: 16px;
	margin-top: 1rem;
	row-gap: 24px;
	row-gap: 1.5rem;
}

.p-comparison__feature {
	-webkit-box-shadow: 4px 8px 48px rgba(0, 0, 0, .16);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 1.5625rem;
	box-shadow: 4px 8px 48px rgba(0, 0, 0, .16);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 20px 30px;
	padding: 1.25rem 1.875rem;
	text-align: center;
}

.p-comparison__feature-icon {
	display: inline-block;
	max-width: 100px;
	max-width: 6.25rem;
	width: 100%;
}

.p-comparison__feature-icon img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-comparison__feature-text-warp {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex: auto;
	flex-direction: column;
}

.p-comparison__feature-head {
	color: #58bc8b;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-comparison__feature-text {
	color: #51707a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-comparison__feature-comment {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: auto;
	padding-top: 16px;
	padding-top: 1rem;
}

body.is-fixed {
	overflow: hidden;
}

/* アニメーション前 */

.u-fade-type-up,
.u-fade-type-up-delay,
.u-fade-type-up-delay-2 {
	-webkit-transform: translateY(50px);
	opacity: 0;
	transform: translateY(50px);
}

/* トリガー発火でis-activeを付与 */

.u-fade-type-up.is-active {
	-webkit-transition: 2s;
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
	transition: 2s;
}

.u-visually-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

@media (hover: hover) {

a:hover {
	opacity: 0.8;
}

.c-button:hover {
	-webkit-box-shadow: 0 0 0 transparent;
	-webkit-transform: translate(0.125rem, 0.125rem);
	box-shadow: 0 0 0 transparent;
	opacity: 1;
	transform: translate(0.125rem, 0.125rem);
}

.p-qa-list__item-question:hover {
	color: #58bc8b;
}

}

@media (hover: none) {

a:active {
	opacity: 0.8;
}

.c-button:active {
	-webkit-box-shadow: 0 0 0 transparent;
	-webkit-transform: translate(0.125rem, 0.125rem);
	box-shadow: 0 0 0 transparent;
	opacity: 1;
	transform: translate(0.125rem, 0.125rem);
}

.p-qa-list__item-question:active {
	color: #58bc8b;
}

}

@media screen and (min-width: 500px) {

.u-sm {
	display: none;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

html {
	scroll-padding-top: 6.25rem;
}

.c-button {
	height: 3.75rem;
}

.c-button.c-button--small,
.c-button.c-button--green-small {
	height: 2.5rem;
}

.c-button::after,
.c-button--green::after,
.c-button--white::after {
	height: 0.625rem;
	width: 0.625rem;
}

.c-code {
	font-size: 1.5rem;
	padding: 1.875rem;
}

.c-head-text {
	font-size: 1rem;
	text-align: center;
}

.c-head {
	font-size: 1.75rem;
}

.c-head span {
	font-size: 2.5rem;
}

.c-section-title {
	font-size: 2.5rem;
}

.c-title {
	font-size: 2.75rem;
}

.l-section {
	margin-top: 5rem;
}

.p-about__head {
	margin-top: 6.25rem;
}

.p-about__in-title {
	margin-top: 1.5rem;
}

.p-about__title {
	margin-top: 1.25rem;
}

.p-about__link {
	width: 48%;
}

.p-about__link-text {
	font-size: 1.125rem;
}

.p-comparison__calculator {
	width: min(5vw, 4.625rem);
}

.p-comparison__title {
	margin-top: 1.25rem;
}

.p-comparison__head {
	margin-top: 6.25rem;
}

.p-comparison__button {
	margin-top: 3rem;
}

.p-comparison__point {
	font-size: 1.125rem;
}

.p-comparison-item__img {
	max-width: 25.9375rem;
	width: 75%;
}

.p-comparison-item__img + .p-comparison-item__img {
	margin: 0;
	margin: initial;
}

.p-comparison-item__img img {
	max-width: none;
	max-width: initial;
}

.p-comparison__cta-button-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 1rem;
	margin-top: 3rem;
}

.p-comparison__cta-button {
	width: 37%;
}

.p-comparison__cta-button + .p-comparison__cta-button {
	margin-top: 0;
	margin-top: initial;
}

.p-comparison-item__img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2rem;
}

.p-comparison-item__img p {
	font-size: 1.125rem;
}

.p-comparison-item__img p span {
	font-size: 0.875rem;
}

.p-comparison__mail-img {
	margin-top: 0.625rem;
}

.p-comparison__step-title {
	margin-top: 3rem;
}

.p-comparison__step:last-child {
	padding: 1.25rem 5% 26% 5%;
}

.p-comparison__step-icon {
	max-width: 6.25rem;
}

.p-comparison__step-tag {
	font-size: 0.875rem;
}

.p-comparison__step-head {
	font-size: 1.125rem;
}

.p-cta {
	display: none;
}

.p-cta__items {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.p-faq {
	padding-top: 7.5rem;
}

.p-faq__ja-title::before {
	top: -3.75rem;
	width: 3.75rem;
}

.p-faq__en-title {
	font-size: 1.125rem;
}

.p-faq__code {
	margin-top: 2rem;
}

.p-faq__line {
	margin-top: 5rem;
}

.p-faq__campaign-ends {
	font-size: 1.125rem;
}

.p-footer {
	margin-top: 21.875rem;
}

.p-footer::before {
	aspect-ratio: 320/85;
	top: -15.625rem;
}

.p-footer .p-footer__inner {
	max-width: 78.125rem;
}

.p-footer__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 3.75rem;
	padding-bottom: 3rem;
}

.p-footer__left {
	border-right: 1px solid rgba(255, 255, 255, .4);
	padding-right: 3rem;
	width: 42%;
}

.p-footer__right {
	margin-top: 0;
	margin-top: initial;
	padding-left: 3%;
	width: 58%;
}

.p-footer__head {
	text-align: left;
}

.p-footer__number-phone {
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	font-size: 2rem;
	justify-content: left;
}

.p-footer__comment {
	text-align: left;
}

.p-footer__button-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 4%;
}

.p-footer__button {
	width: 47%;
}

.p-footer__line {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	margin-top: 0;
	margin-top: initial;
}

.p-footer__bottom {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	justify-content: space-between;
}

.p-footer__bottom-link {
	font-size: 1rem;
}

.p-fv__title-container {
	height: 31.25rem;
	padding-top: 4.375rem;
}

.p-fv__title-wrap {
	padding: 2.5rem 5rem;
	width: min(50rem, 70vw);
}

.p-fv__title-logo {
	width: 65%;
}

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

.p-fv .p-fv__head {
	margin-top: 3rem;
}

.p-fv__date {
	font-size: 1.375rem;
}

.p-fv__cta {
	margin-top: 2rem;
}

.p-fv__line {
	margin-top: 5rem;
}

.p-fv__campaign-ends {
	font-size: 1.125rem;
}

.p-header {
	-webkit-box-shadow: 4px 8px 48px rgba(0, 0, 0, .16);
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	background-color: #fff;
	border-radius: 0 0 2.5rem 2.5rem;
	box-shadow: 4px 8px 48px rgba(0, 0, 0, .16);
	display: block;
	height: 4.375rem;
	left: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
	width: 100%;
	z-index: 20;
}

.p-header__inner {
	padding: 0 3.125rem;
}

.p-header__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: inherit;
}

.p-header__button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	gap: 1.25rem;
	margin-left: auto;
}

.p-qa-list__item-question {
	font-size: 1.25rem;
	padding: 5% 7% 5% 15%;
}

.p-qa-list__item-question::before {
	top: 50%;
	width: 5.375rem;
}

.p-qa-list__item-question::after {
	height: 0.8125rem;
	width: 0.8125rem;
}

.p-qa-list__item-answer {
	font-size: 1rem;
	line-height: 1.5625;
	padding: 0 3% 5%;
}

.p-simulation {
	padding-top: 5rem;
}

.p-simulation__title {
	font-size: 2.5rem;
}

.p-simulation__title strong {
	font-size: 3.5rem;
}

.p-simulation__in-title {
	max-width: min(600px, 60vw);
}

.p-simulation__title-img img {
	aspect-ratio: 800/120;
}

.p-simulation__chart-wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	align-items: flex-end;
	flex-direction: row;
	gap: 1.25rem;
	margin-top: -1.25rem;
}

.p-simulation__chart img {
	aspect-ratio: 928/516;
}

.p-simulation__chart + .p-simulation__chart {
	margin-top: 1.25rem;
}

.p-simulation__line {
	margin-top: 5rem;
}

.p-simulation__button-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 1rem;
	margin-top: 3rem;
}

.p-simulation__button {
	width: 37%;
}

.p-simulation__button + .p-simulation__button {
	margin-top: 0;
	margin-top: initial;
}

.p-simulation__point {
	font-size: 1.125rem;
}

.p-simulation__bottom-title {
	margin-top: 10rem;
}

.p-simulation__bottom-title::before {
	top: -3.75rem;
	width: 3.75rem;
}

.p-comparison__feature {
	padding: 1.25rem 0.75rem;
}

.p-comparison__feature-head {
	font-size: 1.375rem;
}

.p-comparison__feature-comment {
	font-size: 0.8125rem;
}

.u-fade-type-up.is-active {
	-webkit-transition: 1s;
	transition: 1s;
}

}

@media (min-width: 768px) and (max-width: 991px) {

.l-inner {
	max-width: 720px;
	padding-left: 25px;
	padding-right: 25px;
}

}

@media (min-width: 768px) and (max-width: 1199px) {

.p-comparison__wrap-inner {
	max-width: 720px;
}

}

@media (min-width: 900px) {

.p-comparison__step:last-child {
	padding: 1.25rem 5% 30% 5%;
}

}

@media (min-width: 990px) {

.p-about__link-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	flex-direction: row;
	gap: 2%;
	justify-content: center;
	margin-top: 5rem;
	padding: 5rem 1.25rem;
}

}

@media (min-width: 992px) {

.l-inner {
	max-width: 960px;
}

.p-comparison__code {
	margin-top: 6rem;
}

.p-comparison__step-wrap {
	-moz-column-gap: 1.875rem;
	-webkit-column-gap: 1.875rem;
	column-gap: 1.875rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: 2.5rem;
}

.p-comparison__step {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.25rem;
}

.p-comparison__step:not(:last-child)::before {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	-webkit-transform: translateY(-50%);
	aspect-ratio: 2/3;
	bottom: auto;
	bottom: initial;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	left: auto;
	left: initial;
	right: -1.875rem;
	top: 50%;
	transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2.5rem;
}

.p-comparison__step:last-child {
	padding: 1.25rem;
}

.p-comparison__step:last-child::after {
	-webkit-transform: none;
	-webkit-transform: initial;
	bottom: -11rem;
	left: auto;
	left: initial;
	margin-top: 0;
	margin-top: initial;
	right: -8%;
	transform: none;
	transform: initial;
	width: 11rem;
}

.p-comparison__feature-wrap {
	-moz-column-gap: 1.375rem;
	-webkit-column-gap: 1.375rem;
	column-gap: 1.375rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 2rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1200px) {

.p-comparison__wrap-inner {
	max-width: 900px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-comparison__cta-button {
	width: 42%;
}

.p-simulation__button {
	width: 42%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes quickJump {

0% {
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}

30% {
	-webkit-transform: scale(0.95) rotate(-5deg);
	transform: scale(0.95) rotate(-5deg);
}

60% {
	-webkit-transform: scale(1.05) rotate(5deg);
	transform: scale(1.05) rotate(5deg);
}

80% {
	-webkit-transform: scale(1) rotate(-2deg);
	transform: scale(1) rotate(-2deg);
}

100% {
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}

}

@keyframes quickJump {

0% {
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}

30% {
	-webkit-transform: scale(0.95) rotate(-5deg);
	transform: scale(0.95) rotate(-5deg);
}

60% {
	-webkit-transform: scale(1.05) rotate(5deg);
	transform: scale(1.05) rotate(5deg);
}

80% {
	-webkit-transform: scale(1) rotate(-2deg);
	transform: scale(1) rotate(-2deg);
}

100% {
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}

}


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