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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.l-footer {
	width: 100%;
}

.l-footer__main {
	background-color: #FFF;
	padding: 3.8125rem 0;
}

.l-footer__content {
	align-items: flex-start;
	display: flex;
	gap: 6.4375rem;
	margin: 0 auto;
	max-width: 45.125rem;
}

.l-footer__logo {
	flex-shrink: 0;
	height: 2.5625rem;
	width: 8.125rem;
}

.l-footer__info {
	display: flex;
	flex-direction: column;
}

.l-footer__company {
	color: #818185;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.86;
}

.l-footer__text {
	color: #818185;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.86;
}

.l-footer__copyright {
	align-items: center;
	background-color: #3D478F;
	display: flex;
	justify-content: center;
	padding: 1.25rem 0;
}

.l-footer__copyright-text {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
}

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

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

.c-cta-button {
	-webkit-text-decoration: none;
	align-items: center;
	background: linear-gradient(0deg, rgb(255, 157, 0) 0%, rgb(255, 106, 0) 100%);
	border: 0.0625rem solid #FFF;
	border-radius: 6.875rem;
	box-shadow: 0 0.25rem 0.5625rem rgba(0, 0, 0, 0.25);
	display: flex;
	height: 4.0625rem;
	padding-left: 3.6875rem;
	text-decoration: none;
	transition: transform 0.3s, box-shadow 0.3s;
	width: 21.3125rem;
}

.c-cta-button:hover {
	box-shadow: 0 0.375rem 0.875rem rgba(0, 0, 0, 0.35);
	transform: scale(1.05);
}

.c-cta-button__text {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.c-cta-button__arrow {
	display: block;
	filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.25));
	height: 0.8125rem;
	margin-left: 1.5rem;
	width: 0.375rem;
}

.c-fixed-cta {
	display: none;
}

.p-course {
	background-color: #F2F7FD;
	padding: 4.8125rem 0 5.1875rem;
	position: relative;
	width: 100%;
}

.p-course__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}

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

.p-course__title {
	color: #3F4042;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.45;
}

.p-course__line {
	background-image: repeating-linear-gradient(90deg, #858DC7, #858DC7 5px, transparent 5px, transparent 10px);
	display: block;
	height: 0.125rem;
	margin-top: 0.3125rem;
	width: 14.9375rem;
}

.p-course__cards {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 2.4375rem;
	width: 100%;
}

.p-course__card {
	align-items: center;
	background-color: #FFF;
	border-radius: 0.25rem;
	box-shadow: 0 4px 18.3px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	max-width: 19.8125rem;
	padding: 2.125rem 1.375rem 2.0625rem;
	position: relative;
	width: calc(33.3333% - 1rem);
}

.p-course__card--primary::before {
	border: 0.4375rem solid #4E6CB2;
	border-radius: 0.4375rem;
	bottom: -0.4375rem;
	content: "";
	left: -0.4375rem;
	pointer-events: none;
	position: absolute;
	right: -0.4375rem;
	top: -0.4375rem;
}

.p-course__card-header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
}

.p-course__card-label {
	align-items: center;
	background-color: #F2F7FD;
	color: #3D478F;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 900;
	justify-content: center;
	line-height: 0.9;
	padding: 0.625rem 2.0625rem;
	text-align: center;
	width: 17.0625rem;
}

.p-course__card-label--primary {
	background-color: #3D478F;
	color: #FFF;
}

.p-course__card-image {
	width: 8.3125rem;
}

.p-course__card-image img {
	-o-object-fit: cover;
	aspect-ratio: 133/114;
	border-radius: 0.25rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-course__card-price-area {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-course__card-price-wrap {
	align-items: center;
	display: flex;
	gap: 0.25rem;
}

.p-course__card-price-icon {
	height: 1.75rem;
	margin-top: 0.625rem;
	width: 1.75rem;
}

.p-course__card-price {
	color: #4E6CB2;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.45;
}

.p-course__card-price-num {
	font-size: 2rem;
}

.p-course__card-note {
	color: #818185;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
}

.p-course__card-divider {
	background-color: #C1C6E7;
	display: block;
	height: 0.0625rem;
	width: 100%;
}

.p-course__card-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.6875rem;
	justify-content: center;
}

.p-course__card-recommend {
	align-items: flex-start;
	display: flex;
	gap: 0.375rem;
}

.p-course__card-star {
	flex-shrink: 0;
	height: 1.4375rem;
	margin-top: 0.1875rem;
	width: 1.375rem;
}

.p-course__card-recommend-text {
	color: #3D478F;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
}

.p-course__card--primary .p-course__card-recommend-text {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(0deg, #FF9D00 0%, #FF6A00 100%);
	background-clip: text;
}

.p-course__card-list {
	display: flex;
	flex-direction: column;
}

.p-course__card-item {
	align-items: center;
	color: #3F4042;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.3125rem;
	line-height: 1.8;
}

.p-course__card-item::before {
	background-image: url("../images/common/check-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	flex-shrink: 0;
	height: 1.1875rem;
	width: 1.1875rem;
}

.p-course__card--primary .p-course__card-item {
	font-weight: 700;
}

.p-course__note {
	align-self: flex-end;
	color: #3F4042;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 1.0625rem;
	text-align: right;
}

.p-cta {
	background-image: url("../images/common/cta-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.3125rem 4.375rem;
	width: 100%;
}

.p-cta__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
}

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

.p-cta__title {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.47;
}

.p-cta__title-accent {
	color: #FFF7A1;
	font-size: 2.5rem;
}

.p-cta__title-dot {
	display: inline-block;
	position: relative;
}

.p-cta__title-dot::before {
	background-color: #FFF7A1;
	border-radius: 50%;
	content: "";
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 0.3125rem;
}

.p-cta__button-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.p-cta__label {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	position: relative;
}

.p-cta__label-slash {
	display: inline-block;
	padding: 0 1.5625rem;
	position: relative;
}

.p-cta__label-slash::before,
.p-cta__label-slash::after {
	background-color: #FFF;
	content: "";
	height: 1.125rem;
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	width: 0.0625rem;
}

.p-cta__label-slash::before {
	left: 0.6875rem;
	transform: translateY(-50%) rotate(-30deg);
}

.p-cta__label-slash::after {
	right: 0.6875rem;
	transform: translateY(-50%) rotate(30deg);
}

.p-cta__label-num {
	font-size: 1.4375rem;
}

.p-faq {
	background-color: #FFF;
	padding: 0 0 4.5rem;
	position: relative;
	width: 100%;
}

.p-faq__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
}

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

.p-faq__title {
	color: #3F4042;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.45;
	text-align: center;
}

.p-faq__line {
	background-image: repeating-linear-gradient(90deg, #858DC7, #858DC7 5px, transparent 5px, transparent 10px);
	display: block;
	height: 0.125rem;
	margin-top: 0.3125rem;
	width: 15.3125rem;
}

.p-faq__list {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	margin-top: 2.125rem;
	width: 100%;
}

.p-faq__item {
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
}

.p-faq__question {
	align-items: center;
	background-color: #F2F7FD;
	display: flex;
	gap: 0.9375rem;
	padding: 0.5rem 0 0.5rem 0.9375rem;
}

.p-faq__answer {
	align-items: flex-start;
	display: flex;
	gap: 0.9375rem;
	padding: 0.5rem 0 0.5rem 0.9375rem;
}

.p-faq__icon {
	align-items: center;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	font-family: "Inter", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	height: 2rem;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.28;
	width: 2rem;
}

.p-faq__icon--q {
	background-color: #4E6CB2;
	color: #FFF;
}

.p-faq__icon--a {
	background-color: #F2F7FD;
	border: 1px solid #4E6CB2;
	color: #4E6CB2;
}

.p-faq__question-text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.39;
}

.p-faq__answer-text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.81;
}

.p-flow {
	padding: 0 0 4.6875rem;
	position: relative;
	width: 100%;
}

.p-flow__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
}

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

.p-flow__title {
	color: #3F4042;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.45;
	text-align: center;
}

.p-flow__title-small {
	font-size: 2rem;
}

.p-flow__line {
	background-image: repeating-linear-gradient(90deg, #858DC7, #858DC7 5px, transparent 5px, transparent 10px);
	display: block;
	height: 0.125rem;
	margin-top: 0.3125rem;
	width: 16.5rem;
}

.p-flow__cards {
	align-items: stretch;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 2.0625rem;
	width: 100%;
}

.p-flow__cards--bottom {
	margin-top: 1.5rem;
}

.p-flow__arrow {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #4E6CB2;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	flex-shrink: 0;
	height: 3.1875rem;
	margin-top: 11.3125rem;
	width: 0.9375rem;
}

.p-flow__arrow-down {
	display: none;
}

.p-flow__card {
	display: flex;
	flex-direction: column;
	flex-shrink: 1;
	max-width: 100%;
	min-width: 0;
	position: relative;
	width: 13.875rem;
}

.p-flow__card-num {
	align-items: center;
	border-radius: 50%;
	color: #FFF;
	display: flex;
	font-family: "Inter", sans-serif;
	font-size: 1.5625rem;
	font-weight: 700;
	height: 3.3125rem;
	justify-content: center;
	left: 50%;
	line-height: 1.16;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 3.3125rem;
	z-index: 2;
}

.p-flow__card-num--1 {
	background-color: #B0C4E0;
}

.p-flow__card-num--2 {
	background-color: #A5C4EF;
}

.p-flow__card-num--3 {
	background-color: #85AEE6;
}

.p-flow__card-num--4 {
	background-color: #5B8CD2;
}

.p-flow__card-num--5 {
	background-color: #8892D1;
}

.p-flow__card-num--6 {
	background-color: #656FB1;
}

.p-flow__card-num--7 {
	background-color: #3D478F;
}

.p-flow__card-body {
	align-items: center;
	background-color: #FFF;
	border-radius: 0.25rem;
	box-shadow: 0 4px 18.3px rgba(0, 0, 0, 0.25);
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.3125rem;
	margin-top: 1.8125rem;
	padding: 2.4375rem 1.4375rem 1.1875rem;
}

.p-flow__card-image {
	flex-shrink: 0;
	width: 5.75rem;
}

.p-flow__card-image img {
	-o-object-fit: cover;
	aspect-ratio: 92/84;
	border-radius: 0.25rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-flow__card-content {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.3125rem;
}

.p-flow__card-title {
	align-items: center;
	color: #3D478F;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.45;
	min-height: 3.625rem;
	text-align: center;
}

.p-flow__card-text {
	color: #3F4042;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.81;
	text-align: left;
	width: 11.5rem;
}

.p-fv {
	background: linear-gradient(180deg, rgb(252, 253, 255) 50%, rgb(225, 239, 255) 100%);
	overflow: hidden;
	padding-bottom: 5.375rem;
	padding-top: 5.25rem;
	position: relative;
	width: 100%;
}

.p-fv__bg-image {
	height: 50.125rem;
	left: -5.125rem;
	pointer-events: none;
	position: absolute;
	top: -1.25rem;
	width: 100.25rem;
	z-index: 0;
}

.p-fv__bg-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-fv__bg {
	background: linear-gradient(-30deg, rgba(255, 255, 255, 0) 18%, rgb(255, 255, 255) 100%);
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-fv__image {
	height: auto;
	position: absolute;
	right: calc(50% - 42.9375rem);
	top: -4.6875rem;
	width: 44.625rem;
	z-index: 0;
}

.p-fv__image img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-fv__inner {
	height: 100%;
	position: relative;
	z-index: 2;
}

.p-fv__title-bar {
	align-items: center;
	background: linear-gradient(90deg, rgb(61, 71, 143) 0%, rgb(78, 108, 178) 93%);
	display: inline-flex;
	padding: 0.25rem 0.8125rem 0.3125rem;
}

.p-fv__title-line.p-fv__title-line--left {
	margin-right: 1rem;
}

.p-fv__title-line {
	display: block;
	height: 1.625rem;
	width: 0.875rem;
}

.p-fv__title-text {
	color: #FFF;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.54;
	text-align: center;
	white-space: nowrap;
}

.p-fv__title-text .p-fv__title-accent {
	color: #FFF7A1;
	font-size: 1.625rem;
}

.p-fv__catch-wrap {
	margin-top: 1.125rem;
}

.p-fv__catch {
	color: #3D478F;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.3125rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.p-fv__catch-de {
	font-size: 2.875rem;
}

.p-fv__num {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, #FF9D00 0%, #FF6A00 58%);
	background-clip: text;
	font-weight: 900;
	letter-spacing: -0.05em;
}

.p-fv__num-large {
	font-size: 4.6875rem;
	line-height: 0.8;
}

.p-fv__num-small {
	font-size: 2.875rem;
}

.p-fv__catch-sub {
	color: #3D478F;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	line-height: 1.34;
	margin-top: -0.875rem;
}

.p-fv__sub-md {
	font-size: 2.625rem;
}

.p-fv__sub-md--sm {
	font-size: 2.3125rem;
}

.p-fv__sub-sm {
	font-size: 2rem;
}

.p-fv__sub-lg {
	font-size: 3.625rem;
}

.p-fv__desc {
	color: #38393E;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.81;
	margin-top: 0.6875rem;
}

.p-fv__badges {
	display: flex;
	filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.15));
	gap: 0.5625rem;
	margin-top: 1.75rem;
}

.p-fv__badge {
	align-items: center;
	background-color: #4E6CB2;
	border-radius: 50%;
	display: flex;
	height: 7.3125rem;
	justify-content: center;
	position: relative;
	width: 7.3125rem;
}

.p-fv__badge::after {
	-webkit-mask: linear-gradient(#fff 0, #fff 0) padding-box, linear-gradient(#fff 0, #fff 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	background: linear-gradient(220deg, rgb(200, 214, 246) 12%, rgb(133, 141, 199) 94%) border-box;
	border: 0.1125rem solid transparent;
	border-radius: 50%;
	content: "";
	height: 6.6875rem;
	left: 0.3125rem;
	mask-composite: exclude;
	position: absolute;
	top: 0.3125rem;
	width: 6.6875rem;
}

.p-fv__badge-text {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-fv__badge-sm {
	font-size: 0.9375rem;
}

.p-fv__badge-md {
	color: #FFF7A1;
	font-size: 1.5625rem;
	font-weight: 800;
}

.p-fv__badge-lg {
	color: #FFF7A1;
	font-size: 2.25rem;
	font-weight: 800;
	line-height: 1;
}

.p-fv__badge-num {
	font-size: 1.25rem;
}

.p-fv__badge--with-text .p-fv__badge-text {
	font-size: 1.38625rem;
	line-height: 1;
	margin-top: -0.5625rem;
}

.p-fv__badge--with-text .p-fv__badge-text strong {
	font-size: 1.38625rem;
}

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

.p-header {
	background-color: #FFF;
}

.p-header__inner {
	padding: 0.75rem 0;
	text-align: center;
}

.p-header__logo-sub {
	color: #C41F2A;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
}

.p-header__logo {
	margin-top: 0.25rem;
}

.p-header__logo a {
	display: inline-block;
}

.p-header__logo img {
	height: auto;
	width: 11.25rem;
}

.p-merit {
	padding-bottom: 5.4375rem;
	padding-top: 6.4375rem;
	width: 100%;
}

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

.p-merit__title {
	color: #3F4042;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.45;
}

.p-merit__title-sm {
	font-size: 2rem;
}

.p-merit__line {
	background-image: repeating-linear-gradient(90deg, #858DC7, #858DC7 5px, transparent 5px, transparent 10px);
	display: block;
	height: 0.125rem;
	margin: 0 auto 0;
	width: 29.9375rem;
}

.p-merit__line--sp {
	display: none;
}

.p-merit__card {
	align-items: center;
	background-color: #FFF;
	border-radius: 0.25rem;
	box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.15);
	display: flex;
	gap: 2.0625rem;
	margin-top: 2.125rem;
	padding: 2.875rem 3.6875rem;
}

.p-merit__card--with-sub {
	align-items: stretch;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 1.4375rem;
	padding: 2.875rem 3.6875rem;
}

.p-merit__card-main {
	align-items: center;
	display: flex;
	gap: 2.1875rem;
	width: 100%;
}

.p-merit__card-body {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.p-merit__card-titles {
	display: flex;
	flex-direction: column;
	gap: 0.5625rem;
}

.p-merit__card-label {
	color: #4E6CB2;
	font-family: "Inter", sans-serif;
	font-weight: 800;
	line-height: 0.9;
}

.p-merit__card-label-text {
	font-size: 0.9375rem;
}

.p-merit__card-label-num {
	font-size: 1.25rem;
}

.p-merit__card-title {
	color: #3D478F;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 900;
	line-height: 0.9;
}

.p-merit__card-text {
	color: #3F4042;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.81;
}

.p-merit__card-text-marker {
	background: linear-gradient(transparent 87%, #FFF7A1 70%);
	font-weight: 700;
}

.p-merit__card-image {
	border-radius: 0.25rem;
	flex-shrink: 0;
	overflow: hidden;
	width: 25.0625rem;
}

.p-merit__card-image img {
	-o-object-fit: cover;
	aspect-ratio: 401/266;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-merit__card-divider {
	background-color: #858DC7;
	display: block;
	height: 0.0625rem;
	width: 100%;
}

.p-merit__sub-cards {
	display: flex;
	gap: 0.9375rem;
}

.p-merit__sub-card {
	align-items: center;
	background-color: #F2F7FD;
	border-radius: 0.25rem;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0 1.3125rem 2.25rem;
}

.p-merit__sub-card-image {
	border-radius: 0.25rem 0.25rem 0 0;
	margin: 0 -1.3125rem;
	overflow: hidden;
	width: calc(100% + 2.625rem);
}

.p-merit__sub-card-image img {
	-o-object-fit: cover;
	aspect-ratio: 284/155;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-merit__sub-card-title {
	color: #3F4042;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.26;
	margin-top: 1.5625rem;
	text-align: center;
}

.p-merit__sub-card-line {
	background-color: #C1C6E7;
	display: block;
	height: 0.0625rem;
	margin-top: 1.5625rem;
	width: 100%;
}

.p-merit__sub-card-list {
	display: flex;
	flex-direction: column;
	gap: 0.5625rem;
	margin-top: 0.8125rem;
	width: 100%;
}

.p-merit__sub-card-item {
	align-items: flex-start;
	color: #3F4042;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.625rem;
	line-height: 1.81;
	padding: 0 0.375rem;
}

.p-merit__sub-card-item::before {
	background-color: #4E6CB2;
	border-radius: 50%;
	content: "";
	flex-shrink: 0;
	height: 0.625rem;
	margin-top: 0.5625rem;
	width: 0.625rem;
}

.p-merit__sub-card-item-text {
	flex: 1;
}

.p-merit__sub-card-item-bold {
	font-weight: 700;
}

.p-reason {
	margin-top: -4.0625rem;
	padding: 9.0625rem 0 6.25rem;
	position: relative;
	width: 100%;
}

.p-reason::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 0 92%);
	background: linear-gradient(180deg, #FFFFFF 0%, #F2F7FD 100%);
	clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 0 92%);
	content: "";
	height: 89.375rem;
	left: 0;
	position: absolute;
	top: -1.8125rem;
	width: 100%;
	z-index: -1;
}

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

.p-reason__label {
	color: #4E6CB2;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 900;
	line-height: 1.45;
}

.p-reason__title {
	color: #3F4042;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.45;
}

.p-reason__title-accent {
	font-size: 2.5rem;
}

.p-reason__line {
	background-image: repeating-linear-gradient(90deg, #858DC7, #858DC7 5px, transparent 5px, transparent 10px);
	display: block;
	height: 0.125rem;
	margin: 0 auto 0;
	max-width: 43.4375rem;
	width: 100%;
}

.p-reason__line--sp {
	display: none;
}

.p-reason__cards {
	display: flex;
	gap: 0.9375rem;
	justify-content: center;
}

.p-reason__cards--top {
	margin-top: 4.3125rem;
}

.p-reason__cards--bottom {
	margin-top: 3.125rem;
}

.p-reason__card {
	background-color: #FFF;
	border-radius: 0.25rem;
	box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.08);
	flex: 1;
	max-width: 20.1875rem;
	position: relative;
}

.p-reason__card-point {
	align-items: center;
	background: linear-gradient(180deg, rgb(38, 55, 132) 0%, rgb(255, 255, 255) 153%);
	border-radius: 50%;
	color: #FFF;
	display: flex;
	flex-direction: column;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	height: 4.3125rem;
	justify-content: center;
	left: 50%;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: -2.125rem;
	transform: translateX(-50%);
	width: 4.3125rem;
	z-index: 1;
}

.p-reason__card-point-num {
	font-size: 1.5625rem;
}

.p-reason__card-image {
	width: 100%;
}

.p-reason__card-image img {
	-o-object-fit: cover;
	aspect-ratio: 323/200;
	border-radius: 0.25rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-reason__card-body {
	padding: 1.5625rem 1.4375rem 2.6875rem;
	text-align: center;
}

.p-reason__card-title {
	color: #3F4042;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.26;
}

.p-reason__card-text {
	color: #3F4042;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.81;
	margin-top: 1.0625rem;
	text-align: left;
}

.p-reason__card-text-marker {
	background: linear-gradient(transparent 87%, #FFF7A1 70%);
	font-weight: 700;
}

.p-simulation {
	padding: 4.625rem 0 4.4375rem;
	position: relative;
	width: 100%;
}

.p-simulation__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
}

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

.p-simulation__title {
	color: #3F4042;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.45;
	text-align: center;
}

.p-simulation__title-text {
	display: inline;
}

.p-simulation__line {
	background-image: repeating-linear-gradient(90deg, #858DC7, #858DC7 5px, transparent 5px, transparent 10px);
	height: 0.125rem;
	margin-top: 0.3125rem;
	width: 26.0625rem;
}

.p-simulation__line--short {
	align-self: center;
	margin-top: 0.1875rem;
	width: 4.8125rem;
}

.p-simulation__sub {
	color: #3D478F;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.04;
	margin-top: 1.5625rem;
	text-align: center;
}

.p-simulation__sub-accent {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, #FF9D00 0%, #FF6A00 58%);
	background-clip: text;
}

.p-simulation__sub-num {
	font-size: 2rem;
}

.p-simulation__sub-unit {
	font-size: 1.25rem;
}

.p-simulation__sub-slash {
	font-size: 1.75rem;
}

.p-simulation__graph {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	margin-top: 2.4375rem;
	width: 100%;
}

.p-simulation__item {
	align-items: flex-end;
	display: flex;
	gap: 0.9375rem;
}

.p-simulation__label {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 0.0625rem;
	width: 6.8125rem;
}

.p-simulation__label-title {
	color: #3D478F;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
}

.p-simulation__label--orange .p-simulation__label-title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(0deg, #FF9D00 0%, #FF6A00 100%);
	background-clip: text;
}

.p-simulation__label-sub {
	color: #3D478F;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: right;
}

.p-simulation__label--orange .p-simulation__label-sub {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(0deg, #FF9D00 0%, #FF6A00 100%);
	background-clip: text;
}

.p-simulation__bar {
	flex: 1;
	height: 3.25rem;
	position: relative;
}

.p-simulation__bar-bg {
	background-color: #ECEEF3;
	border-radius: 0.25rem;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-simulation__bar-fill {
	border-radius: 0.25rem;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

.p-simulation__bar-fill--blue {
	background-color: #3D478F;
}

.p-simulation__bar-fill--orange {
	background: linear-gradient(105deg, #FF9D00 0%, #FF6A00 73%);
}

.p-simulation__bar-fill--full {
	width: 100% !important;
}

.p-simulation__bar-text {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	left: 4.75rem;
	line-height: 1.45;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
}

.p-simulation__bar-text--right {
	left: auto;
	right: 1.6875rem;
}

.p-simulation__item--highlight .p-simulation__bar-text {
	left: 35.9589%;
}

.p-solution {
	height: 26rem;
	padding-top: 3.375rem;
	position: relative;
	width: 100%;
}

.p-solution__bg {
	height: 22rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-solution__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-solution__inner {
	padding: 0 1.5625rem;
	position: relative;
}

.p-solution__header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.6875rem;
}

.p-solution__label {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.p-solution__label-line {
	height: 1.125rem;
	width: 0.75rem;
}

.p-solution__label-line--left {
	margin-right: 1rem;
}

.p-solution__label-line--right {
	margin-left: 1rem;
}

.p-solution__label-text {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	position: relative;
}

.p-solution__label-text--sm {
	font-size: 1rem;
}

.p-solution__title {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.3;
	text-align: center;
}

.p-solution__title-accent {
	color: #FFF7A1;
	font-size: 2rem;
}

.p-solution__arrow {
	display: block;
	height: 1.4375rem;
	margin: 1.25rem auto 1.5rem;
	width: 6.875rem;
}

.p-solution__card {
	background-color: #FFF;
	border-radius: 0.25rem;
	box-shadow: 0 4px 20px 3px rgba(96, 104, 120, 0.32);
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 2rem 10.25rem;
	position: relative;
}

.p-solution__card-polygon {
	height: 3.9375rem;
	position: absolute;
	width: 3.9375rem;
}

.p-solution__card-polygon--top {
	left: 0.5625rem;
	top: 0.5625rem;
}

.p-solution__card-polygon--bottom {
	bottom: 0.5625rem;
	right: 0.5625rem;
	transform: rotate(180deg);
}

.p-solution__card-content {
	align-items: center;
	display: flex;
	gap: 1.75rem;
}

.p-solution__card-text-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-solution__card-top {
	display: contents;
}

.p-solution__card-image {
	width: 7.1875rem;
}

.p-solution__card-image img {
	aspect-ratio: 115/112;
	height: auto;
	width: 100%;
}

.p-solution__card-image--sp {
	display: none;
}

.p-solution__card-title {
	color: #3F4042;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.48;
}

.p-solution__card-title-accent {
	background: linear-gradient(transparent 75%, #FFF7A1 75%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 85% 100%;
	color: #3D478F;
	display: inline;
	font-size: 2rem;
	position: relative;
}

.p-solution__card-sub {
	color: #4E6CB2;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
}

.p-worry {
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(232, 233, 238) 100%);
	overflow: hidden;
	padding: 4.625rem 0 3.5625rem;
	position: relative;
	width: 100%;
}

.p-worry__image {
	left: calc(50% - 32.125rem);
	position: absolute;
	top: 0;
	width: 23.375rem;
}

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

.p-worry__bg-image {
	position: absolute;
	right: calc(50% - 31.1875rem);
	top: 5.0625rem;
	width: 22rem;
}

.p-worry__bg-image img {
	-o-object-fit: contain;
	aspect-ratio: 352/247;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-worry__title-wrap {
	position: relative;
	text-align: center;
}

.p-worry__title {
	color: #3F4042;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.45;
}

.p-worry__title-sm {
	font-size: 1.875rem;
}

.p-worry__title-emphasis {
	position: relative;
}

.p-worry__title-emphasis::before,
.p-worry__title-emphasis::after {
	background-color: #4E6CB2;
	border-radius: 50%;
	content: "";
	height: 0.375rem;
	position: absolute;
	top: 0;
	width: 0.375rem;
}

.p-worry__title-emphasis::before {
	left: 1.125rem;
}

.p-worry__title-emphasis::after {
	left: calc(50% + 1.125rem);
}

.p-worry__title-line {
	background-image: repeating-linear-gradient(90deg, #858DC7, #858DC7 5px, transparent 5px, transparent 10px);
	display: block;
	height: 0.125rem;
	margin: 0 auto 0;
	width: 32.4375rem;
}

.p-worry__title-line--sp {
	display: none;
}

.p-worry__cards {
	align-items: flex-start;
	display: flex;
	filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.15));
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 2.125rem;
	position: relative;
	z-index: 1;
}

.p-worry__card {
	align-items: center;
	border-radius: 0.25rem;
	display: flex;
	justify-content: center;
	padding: 1.25rem 2.5rem;
	position: relative;
	width: 17.8125rem;
}

.p-worry__card--primary {
	background-color: #3D478F;
}

.p-worry__card--secondary {
	background-color: #4E6CB2;
	margin-top: 1rem;
}

.p-worry__card-dots {
	bottom: -2.3125rem;
	height: 3.5rem;
	position: absolute;
	width: 3.5rem;
}

.p-worry__card-dots--left {
	left: 0;
}

.p-worry__card-dots--right {
	right: 0;
}

.p-worry__card-text {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.81;
	text-align: center;
}

.p-worry__sub-text {
	color: #3F4042;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.45;
	margin-top: 1.6875rem;
	text-align: center;
}

.p-worry__sub-text-accent {
	color: #3D478F;
	font-size: 1.4375rem;
}

@media (max-width: 1000px) {

html {
	font-size: 1.6vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.l-footer__main {
	padding: 2.3125rem 1.0625rem;
}

.l-footer__content {
	align-items: center;
	flex-direction: column;
	gap: 0.625rem;
	max-width: none;
}

.l-footer__info {
	align-items: center;
}

.l-footer__company {
	line-height: 1.79;
	text-align: center;
}

.l-footer__text {
	line-height: 1.79;
	text-align: center;
}

.l-footer__copyright {
	padding: 0.9375rem 0;
}

.l-inner {
	max-width: 37.5rem;
	padding-left: 17px;
	padding-right: 17px;
}

.c-cta-button {
	border-radius: 7.125rem;
	height: 3.75rem;
	padding-left: 4.3125rem;
	width: 21.375rem;
}

.c-cta-button__text {
	font-size: 1.125rem;
}

.c-cta-button__arrow {
	height: 0.9375rem;
	margin-left: 2.1875rem;
	width: 0.5625rem;
}

.c-fixed-cta {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.9);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding: 0.9375rem 1.0625rem;
	position: fixed;
	right: 0;
	transform: translateY(100%);
	transition: transform 0.3s ease, opacity 0.3s ease;
	z-index: 100;
}

.c-fixed-cta.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.p-course {
	padding: 3.75rem 0;
}

.p-course__title {
	font-size: 2.125rem;
}

.p-course__line {
	background-image: repeating-linear-gradient(90deg, #858DC7, #858DC7 3.5px, transparent 3.5px, transparent 7px);
	height: 0.0875rem;
	width: 12.5rem;
}

.p-course__cards {
	flex-direction: column;
	gap: 1.5625rem;
	margin-top: 2.0625rem;
}

.p-course__card {
	max-width: 100%;
	padding: 1.5625rem 1.25rem;
	width: 100%;
}

.p-course__card-label {
	font-size: 1.625rem;
	padding: 0.625rem 1.25rem;
	width: 100%;
}

.p-course__card-image {
	width: 7.5rem;
}

.p-course__card-image img {
	aspect-ratio: 120/100;
}

.p-course__card-price-icon {
	height: 1.5rem;
	width: 1.5rem;
}

.p-course__card-price {
	font-size: 1.625rem;
}

.p-course__card-note {
	font-size: 0.75rem;
}

.p-course__card-star {
	height: 1.1875rem;
	width: 1.125rem;
}

.p-course__card-list {
	max-width: 12.5rem;
	width: 100%;
}

.p-course__card-item::before {
	height: 1rem;
	width: 1rem;
}

.p-course__note {
	font-size: 0.875rem;
	margin-top: 0.9375rem;
}

.p-cta {
	background-image: url("../images/common/cta-bg-sp.png");
	padding: 2.75rem 1.875rem;
}

.p-cta__inner {
	gap: 1.4375rem;
}

.p-cta__title {
	font-size: 1.25rem;
}

.p-cta__title-accent {
	font-size: 1.75rem;
}

.p-cta__title-dot::before {
	height: 0.25rem;
	top: -0.375rem;
	width: 0.25rem;
}

.p-cta__label-slash::before,
.p-cta__label-slash::after {
	top: 51%;
}

.p-cta__label-slash::before {
	left: 0.5rem;
}

.p-cta__label-slash::after {
	right: 0.5rem;
}

.p-cta__label-num {
	font-size: 1rem;
}

.p-faq {
	padding: 0 0 2.4375rem;
}

.p-faq__title {
	font-size: 2.3125rem;
	line-height: 1.32;
}

.p-faq__line {
	margin-top: 0.1875rem;
	width: 14.5rem;
}

.p-faq__list {
	gap: 1.4375rem;
	margin-top: 1.8125rem;
}

.p-faq__question {
	align-items: flex-start;
	gap: 0.625rem;
}

.p-faq__answer {
	gap: 0.625rem;
}

.p-faq__icon {
	font-size: 1rem;
	height: 1.8125rem;
	line-height: 1.44;
	width: 1.8125rem;
}

.p-faq__question-text {
	font-size: 1rem;
	line-height: 1.69;
}

.p-faq__answer-text {
	font-size: 0.875rem;
	line-height: 1.79;
}

.p-flow {
	padding: 0 0 3.5rem;
}

.p-flow__title {
	font-size: 2.3125rem;
	line-height: 1.32;
}

.p-flow__title-small {
	font-size: 1.75rem;
}

.p-flow__line {
	margin-top: 0.1875rem;
	width: 14.9375rem;
}

.p-flow__cards {
	align-items: center;
	flex-direction: column;
	gap: 1.375rem;
	margin-top: 2.25rem;
}

.p-flow__cards--bottom {
	margin-top: 1.875rem;
}

.p-flow__arrow-down {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #4E6CB2;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	display: block;
	height: 1.125rem;
	margin: 1.4375rem auto 0;
	width: 3.1875rem;
}

.p-flow__card {
	width: 100%;
}

.p-flow__card-body {
	align-items: flex-start;
	flex: none;
	flex-direction: row;
	gap: 0.9375rem;
	margin-top: 2.0625rem;
	padding: 1.9375rem 1.125rem 1.6875rem;
}

.p-flow__card-image {
	width: 5rem;
}

.p-flow__card-image img {
	aspect-ratio: 80/73;
}

.p-flow__card-content {
	align-items: flex-start;
	gap: 0.625rem;
}

.p-flow__card-title {
	display: block;
	font-size: 1.25rem;
	min-height: auto;
	text-align: left;
}

.p-flow__card-text {
	font-size: 0.875rem;
	line-height: 1.7857142857;
	width: 100%;
}

.p-fv {
	padding-bottom: 3.875rem;
	padding-top: 3.4375rem;
}

.p-fv__inner {
	max-width: 31.25rem;
}

.p-fv__bg-image {
	height: 44.6875rem;
	left: -18.1875rem;
	top: 0.8125rem;
	width: 89.375rem;
}

.p-fv__image {
	height: 21rem;
	left: auto;
	right: calc(50% - 15.5rem);
	top: -0.625rem;
	width: 16.9375rem;
}

.p-fv__title-bar {
	align-items: flex-end;
	display: flex;
	margin: auto;
	max-width: 19.75rem;
	padding: 0.125rem 1.25rem;
}

.p-fv__title-line.p-fv__title-line--left {
	margin-right: 0;
}

.p-fv__title-line.p-fv__title-line--right {
	margin-right: 0.25rem;
}

.p-fv__title-line {
	height: 1.25rem;
	margin-bottom: 0.5rem;
	width: 0.6875rem;
}

.p-fv__title-text {
	font-size: 1rem;
	line-height: 1.875;
	white-space: normal;
}

.p-fv__title-text .p-fv__title-accent {
	display: block;
	font-size: 1.25rem;
	line-height: 1.75;
	margin-top: -0.625rem;
}

.p-fv__catch-wrap {
	margin-top: 1.1875rem;
}

.p-fv__catch {
	font-size: 2.3125rem;
	font-weight: 900;
}

.p-fv__catch-break {
	display: block;
	font-size: 2.3125rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.32;
}

.p-fv__catch-de {
	font-size: 1.25rem;
}

.p-fv__num-large {
	font-size: 3.5rem;
}

.p-fv__num-small {
	font-size: 1.875rem;
}

.p-fv__catch-sub {
	margin-top: -0.5rem;
}

.p-fv__sub-md {
	font-size: 1.75rem;
}

.p-fv__sub-sm {
	font-size: 1.25rem;
}

.p-fv__sub-lg {
	font-size: 2.3125rem;
}

.p-fv__catch-sub-break {
	display: block;
	margin-top: -0.5rem;
}

.p-fv__desc {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.79;
	margin-top: 0.875rem;
}

.p-fv__badges {
	gap: 0.3125rem;
	justify-content: center;
	margin-top: 1.4375rem;
}

.p-fv__badge {
	height: 6.9375rem;
	width: 6.9375rem;
}

.p-fv__badge::after {
	height: 6.3125rem;
	left: 0.3125rem;
	top: 0.3125rem;
	width: 6.3125rem;
}

.p-fv__badge-sm {
	font-size: 0.875rem;
}

.p-fv__badge-md {
	font-size: 1.5rem;
}

.p-fv__badge-lg {
	font-size: 2.1875rem;
}

.p-fv__badge-num {
	font-size: 1.1875rem;
}

.p-fv__badge--with-text .p-fv__badge-text {
	font-size: 1.3125rem;
	line-height: 1;
}

.p-fv__badge--with-text .p-fv__badge-text strong {
	font-size: 1.3125rem;
}

.p-fv__cta {
	margin: auto;
	margin-top: 2.375rem;
}

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

.p-header__logo-sub {
	font-size: 0.625rem;
}

.p-header__logo img {
	width: 8.75rem;
}

.p-merit {
	padding-bottom: 4.125rem;
	padding-top: 2.0625rem;
}

.p-merit__title {
	font-size: 2.125rem;
	line-height: 1.45;
}

.p-merit__title-sm {
	font-size: 1.75rem;
	letter-spacing: 0.03em;
}

.p-merit__line {
	background-image: repeating-linear-gradient(90deg, #858DC7, #858DC7 3.5px, transparent 3.5px, transparent 7px);
	height: 0.0875rem;
	margin: 0 auto 0;
	width: 9.5625rem;
}

.p-merit__line--sp {
	display: block;
	margin: 0rem auto;
	width: 17.5625rem;
}

.p-merit__card {
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 2.0625rem;
	padding: 2.1875rem 1.5625rem 1.875rem;
}

.p-merit__card--with-sub {
	gap: 1.25rem;
	margin-top: 1.625rem;
	padding: 2.25rem 1.5625rem 1.875rem;
}

.p-merit__card-main {
	flex-direction: column;
	gap: 1.25rem;
}

.p-merit__card-body {
	gap: 0.9375rem;
}

.p-merit__card-titles {
	gap: 0rem;
}

.p-merit__card-label-text {
	font-size: 0.875rem;
}

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

.p-merit__card-title {
	font-size: 1.75rem;
	letter-spacing: 0.03em;
	line-height: 1.29;
	margin-top: 0.375rem;
}

.p-merit__card-text {
	font-size: 0.875rem;
	line-height: 1.78;
}

.p-merit__card-image {
	border-radius: 0.1875rem;
	width: 100%;
}

.p-merit__card-image img {
	aspect-ratio: 292/185;
}

.p-merit__sub-cards {
	flex-direction: column;
	gap: 0.9375rem;
}

.p-merit__sub-card {
	padding: 0 1.3125rem 1.3125rem;
}

.p-merit__sub-card-image img {
	aspect-ratio: 292/159;
}

.p-merit__sub-card-title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 0.9375rem;
}

.p-merit__sub-card-line {
	margin-top: 0.9375rem;
}

.p-merit__sub-card-list {
	gap: 0.5625rem;
	margin-top: 0.75rem;
}

.p-merit__sub-card-item {
	font-size: 0.875rem;
	line-height: 1.78;
}

.p-merit__sub-card-item::before {
	margin-top: 0.4375rem;
}

.p-reason {
	margin-top: -4.3125rem;
	padding: 8rem 0 4.4375rem;
}

.p-reason::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 98%, 50% 100%, 0 98%);
	clip-path: polygon(0 0, 100% 0, 100% 98%, 50% 100%, 0 98%);
	height: calc(100% - 0.5rem);
	top: 0.5rem;
}

.p-reason__title {
	font-size: 1.75rem;
	line-height: 1;
	margin-top: 0.625rem;
}

.p-reason__title-accent {
	font-size: 2.375rem;
}

.p-reason__line {
	margin: 0.3125rem auto 0;
	max-width: 18.75rem;
}

.p-reason__line--sp {
	display: block;
	margin: 0.3125rem auto;
	max-width: 18.75rem;
}

.p-reason__cards {
	align-items: center;
	flex-direction: column;
	gap: 3.125rem;
}

.p-reason__cards--top {
	margin-top: 4rem;
}

.p-reason__card {
	flex: none;
	max-width: 100%;
	width: 100%;
}

.p-reason__card-body {
	padding: 1.5625rem 1.25rem 1.875rem;
}

.p-reason__card-title {
	font-size: 1.25rem;
}

.p-reason__card-text {
	font-size: 0.875rem;
	margin-top: 0.9375rem;
}

.p-simulation {
	padding: 3.125rem 0 3.375rem;
}

.p-simulation__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 2.3125rem;
	line-height: 1.32;
}

.p-simulation__title-text {
	display: block;
}

.p-simulation__line {
	margin-top: 0.1875rem;
	width: 19rem;
}

.p-simulation__line.p-simulation__line--short {
	width: 4.8125rem;
}

.p-simulation__sub {
	font-size: 1.25rem;
	line-height: 1.3;
	margin-top: 1rem;
}

.p-simulation__sub-num {
	font-size: 1.75rem;
}

.p-simulation__sub-slash {
	font-size: 1.25rem;
}

.p-simulation__graph {
	gap: 0.625rem;
	margin-top: 1.1875rem;
}

.p-simulation__item {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.375rem;
}

.p-simulation__label {
	align-items: center;
	flex-direction: row;
	gap: 0.0625rem;
	justify-content: center;
	width: auto;
}

.p-simulation__label-sub {
	text-align: left;
}

.p-simulation__bar {
	flex: none;
	height: 2.9375rem;
	width: 100%;
}

.p-simulation__bar-fill--orange {
	width: 60% !important;
}

.p-simulation__bar-fill--orange {
	background: linear-gradient(-71deg, #FF6A00 39%, #FF9D00 97%);
}

.p-simulation__bar-fill--short {
	width: 38% !important;
}

.p-simulation__bar-text {
	font-size: 1.25rem;
	left: 0.6875rem;
	line-height: 1.6;
}

.p-simulation__bar-text--right {
	left: 0.6875rem;
	right: auto;
}

.p-simulation__bar-text-small {
	font-size: 0.875rem;
}

.p-simulation__item--highlight .p-simulation__bar-text {
	left: 0.625rem;
}

.p-solution {
	height: 30.375rem;
	padding-top: 2.5rem;
}

.p-solution__bg {
	height: 26.0625rem;
}

.p-solution__label-text--sm {
	font-size: 0.875rem;
}

.p-solution__title {
	font-size: 1.25rem;
	line-height: 1.48;
}

.p-solution__title-accent {
	font-size: 1.75rem;
}

.p-solution__arrow {
	margin: 1rem auto 1.25rem;
}

.p-solution__card {
	max-width: 21.375rem;
	padding: 1.4375rem 1.875rem;
}

.p-solution__card-polygon {
	height: 2.0625rem;
	width: 2.0625rem;
}

.p-solution__card-polygon--top {
	left: 0.375rem;
	top: 0.375rem;
}

.p-solution__card-polygon--bottom {
	bottom: 0.375rem;
	right: 0.375rem;
}

.p-solution__card-content {
	flex-direction: column;
	gap: 0.5rem;
}

.p-solution__card-top {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
}

.p-solution__card-image {
	display: none;
}

.p-solution__card-image--sp {
	display: block;
	width: 3.1875rem;
}

.p-solution__card-image--sp img {
	aspect-ratio: 51/50;
}

.p-solution__card-title {
	font-size: 1.25rem;
	text-align: center;
}

.p-solution__card-title-accent {
	font-size: 1.75rem;
	letter-spacing: 0.03em;
}

.p-solution__card-sub {
	font-size: 0.875rem;
	line-height: 1.79;
}

.p-worry {
	padding-bottom: 3.75rem;
	padding-top: 3.375rem;
}

.p-worry__image {
	left: -1.25rem;
	width: 13.8125rem;
}

.p-worry__image img {
	aspect-ratio: 221/279;
}

.p-worry__bg-image {
	right: 0;
	top: 9.0625rem;
	width: 10.75rem;
}

.p-worry__bg-image img {
	aspect-ratio: 172/199;
}

.p-worry__title {
	font-size: 2.25rem;
	line-height: 1.4;
}

.p-worry__title-sm {
	font-size: 1.625rem;
}

.p-worry__title-emphasis::before,
.p-worry__title-emphasis::after {
	height: 0.3125rem;
	top: 0.0625rem;
	width: 0.3125rem;
}

.p-worry__title-emphasis::before {
	left: 1rem;
}

.p-worry__title-emphasis::after {
	left: calc(50% + 1rem);
}

.p-worry__title-line {
	margin: 0 auto 0;
	width: 17.8125rem;
}

.p-worry__title-line--sp {
	display: block;
	margin: 0 auto 0.25rem;
	width: 11.75rem;
}

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

.p-worry__card {
	border-radius: 0.22875rem;
	margin-left: -5rem;
	padding: 1.125rem 2.25rem;
	width: 15rem;
}

.p-worry__card--secondary {
	margin-left: 5rem;
	margin-top: 0;
}

.p-worry__card-text {
	font-size: 0.875rem;
	line-height: 1.79;
}

.p-worry__sub-text {
	font-size: 1rem;
	margin-top: 2.1875rem;
}

.p-worry__sub-text-accent {
	font-size: 1.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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