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-header {
	background-color: #fff;
}

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

.p-cta-full {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-cta-full__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-cta-full__bg picture,
.p-cta-full__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-cta-full__overlay {
	background-color: rgba(0, 35, 88, 0.67);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-cta-full__scroll {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 15rem;
	top: 2.5rem;
	z-index: 3;
}

.p-cta-full__scroll-line {
	background-color: #fff;
	display: block;
	height: 3rem;
	width: 0.1875rem;
}

.p-cta-full__scroll-arrow {
	border-bottom: 0.1875rem solid #fff;
	border-left: 0.1875rem solid #fff;
	display: block;
	height: 1.1875rem;
	margin-top: -0.625rem;
	transform: rotate(-45deg);
	width: 1.1875rem;
}

.p-cta-full__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0 auto;
	max-width: 63.75rem;
	padding: 0 1.5625rem;
	position: relative;
	z-index: 2;
}

.p-cta-full__content {
	padding: 3.5rem 0;
	text-align: center;
}

.p-cta-full__head {
	align-items: flex-end;
	display: flex;
	gap: 0.3125rem;
	justify-content: center;
}

.p-cta-full__logo-wrap {
	align-items: flex-end;
	display: flex;
	gap: 0.5rem;
}

.p-cta-full__logo img {
	height: auto;
	width: 13.9375rem;
}

.p-cta-full__nara {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.p-cta-full__tagline {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.11em;
}

.p-cta-full__catch {
	color: #fff;
	font-size: 2.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.35;
	margin-top: 0.9375rem;
}

.p-cta-full__buttons {
	align-items: flex-end;
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-top: 2.0625rem;
}

.p-cta-full__btn {
	display: block;
	position: relative;
}

.p-cta-full__btn img {
	display: block;
	height: auto;
	max-width: 100%;
	transition: transform 0.3s, filter 0.3s;
	width: auto;
}

.p-cta-full__btn::after {
	border-color: transparent transparent transparent #002358;
	border-style: solid;
	border-width: 0.4375rem 0 0.4375rem 0.5rem;
	content: "";
	height: 0;
	position: absolute;
	right: 1.0625rem;
	top: calc(50% + 0.375rem);
	transform: translateY(-50%);
	transition: right 0.3s;
	width: 0;
}

.p-cta-full__btn:hover img {
	filter: brightness(1.05);
	transform: scale(1.02);
}

.p-cta-full__btn:hover::after {
	right: 0.75rem;
}

.p-cta-full__btn--apply img {
	height: auto;
	width: 17.6875rem;
}

.p-cta-full__btn--check img {
	height: auto;
	width: 17.6875rem;
}

.p-cta-full__btn--check::after {
	right: 1.25rem;
	top: 47%;
}

.p-cta-full__btn--check:hover::after {
	right: 0.9375rem;
}

.p-cta {
	background-color: #fff;
	padding: 1.0625rem 0;
}

.p-cta__inner {
	margin: 0 auto;
	max-width: 63.75rem;
	padding: 0 1.5625rem;
}

.p-cta__buttons {
	align-items: flex-end;
	display: flex;
	gap: 2rem;
	justify-content: center;
}

.p-cta__btn {
	display: block;
	position: relative;
}

.p-cta__btn img {
	display: block;
	height: auto;
	max-width: 100%;
	transition: transform 0.3s, filter 0.3s;
	width: auto;
}

.p-cta__btn::after {
	border-color: transparent transparent transparent #002358;
	border-style: solid;
	border-width: 0.4375rem 0 0.4375rem 0.5rem;
	content: "";
	height: 0;
	position: absolute;
	right: 1.0625rem;
	top: calc(50% + 0.5rem);
	transform: translateY(-50%);
	transition: right 0.3s;
	width: 0;
}

.p-cta__btn:hover img {
	filter: brightness(1.05);
	transform: scale(1.02);
}

.p-cta__btn:hover::after {
	right: 0.75rem;
}

.p-cta__btn--apply img {
	height: 7.0625rem;
	width: 17.6875rem;
}

.p-cta__btn--check img {
	height: 5.8125rem;
	width: 17.6875rem;
}

.p-cta__btn--check::after {
	right: 1.25rem;
	top: 47%;
}

.p-cta__btn--check:hover::after {
	right: 0.9375rem;
}

.p-faq {
	overflow: hidden;
	padding: 5rem 0 4.0625rem;
	position: relative;
}

.p-faq__inner {
	margin: 0 auto;
	max-width: 58.625rem;
	padding: 0 1.5625rem;
	position: relative;
	z-index: 1;
}

.p-faq__title {
	color: #222222;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.31em;
	text-align: center;
}

.p-faq__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 4.8125rem;
}

.p-faq__item {
	background-color: #fff;
}

.p-faq__question {
	align-items: center;
	background-color: #002358;
	border-radius: 0.3125rem;
	cursor: pointer;
	display: flex;
	gap: 1.25rem;
	padding: 0.875rem 1.25rem;
	padding-right: 0.875rem;
	width: 100%;
}

.p-faq__q-label {
	flex-shrink: 0;
	height: auto;
	width: 1.875rem;
}

.p-faq__q-text {
	color: #fff;
	flex: 1;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}

.p-faq__toggle {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: linear-gradient(to bottom, #E8332C, #FC6D2D);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	flex-shrink: 0;
	height: 0.5625rem;
	transition: transform 0.3s ease;
	width: 0.6875rem;
}

.p-faq__item.is-open .p-faq__toggle {
	transform: rotate(180deg);
}

.p-faq__answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease;
}

.p-faq__item.is-open .p-faq__answer {
	grid-template-rows: 1fr;
}

.p-faq__answer-inner {
	overflow: hidden;
}

.p-faq__answer-content {
	align-items: flex-start;
	display: flex;
	gap: 1.5rem;
	padding: 0.9375rem 1.25rem 1.25rem;
	padding-right: 0.625rem;
}

.p-faq__a-label {
	flex-shrink: 0;
	height: auto;
	width: 1.8125rem;
}

.p-faq__a-text {
	color: #222222;
	flex: 1;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.55;
}

.p-fixed-btn {
	display: none;
}

.p-fixed-btn__link {
	display: block;
	position: relative;
}

.p-fixed-btn__link img {
	display: block;
	filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.3));
	height: auto;
	width: 17.6875rem;
}

.p-flow {
	overflow: hidden;
	padding: 7.375rem 0 6.9375rem;
	position: relative;
}

.p-flow::before {
	background: url("../images/flow/deco.png") no-repeat center/contain;
	content: "";
	height: 44.5625rem;
	position: absolute;
	right: calc(50% - 1144px);
	top: -24.25rem;
	width: 48.0625rem;
	z-index: -1;
}

.p-flow__inner {
	position: relative;
	z-index: 1;
}

.p-flow__title {
	color: #222222;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.31em;
	text-align: center;
}

.p-flow__steps {
	align-items: flex-start;
	display: flex;
	gap: max(0.9375rem, min(2vw, 1.875rem));
	justify-content: center;
	margin-top: 5.75rem;
}

.p-flow__step {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-flow__circle {
	flex-shrink: 0;
	position: relative;
}

.p-flow__circle img {
	display: block;
	height: auto;
	width: max(8.75rem, min(18vw, 13.125rem));
}

.p-flow__badge {
	align-items: center;
	background: linear-gradient(to bottom right, #E8332C, #FC6D2D);
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-weight: 700;
	height: max(3.125rem, min(6.5vw, 4.625rem));
	justify-content: center;
	left: -0.625rem;
	position: absolute;
	top: -1rem;
	width: max(3.125rem, min(6.5vw, 4.625rem));
	z-index: 2;
}

.p-flow__badge--instant span {
	font-size: 1.25rem;
	letter-spacing: 0.06em;
	line-height: 1.1;
}

.p-flow__badge--atm .p-flow__badge-atm {
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.3;
}

.p-flow__badge--atm .p-flow__badge-or {
	font-size: 0.4375rem;
	font-weight: 700;
	line-height: 1;
}

.p-flow__badge--atm .p-flow__badge-transfer {
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.0588235294;
}

.p-flow__info {
	margin-top: 0.9375rem;
	text-align: center;
}

.p-flow__step-label {
	display: block;
	height: auto;
	margin: auto;
	width: 2.75rem;
}

.p-flow__step-title {
	color: #222222;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 0.25rem;
}

.p-flow__arrow {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-top: max(3.75rem, min(8vw, 5.9375rem));
}

.p-flow__arrow::before {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: linear-gradient(to bottom, #E8332C, #FC6D2D);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	display: block;
	height: 1.25rem;
	width: 0.8125rem;
}

.p-flow__note {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-top: 4.875rem;
	text-align: center;
}

.p-footer {
	background: linear-gradient(to bottom, #002358, #222222);
}

.p-footer__inner {
	margin: 0 auto;
	max-width: 58.125rem;
	padding: 2.8125rem 1.5625rem 2.5rem;
}

.p-footer__nav {
	margin: 0 auto;
	max-width: 55rem;
}

.p-footer__nav-list {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.p-footer__nav-item {
	align-items: center;
	display: flex;
}

.p-footer__nav-item:not(:last-child)::after {
	color: #fff;
	content: "｜";
	font-size: 1.125rem;
	margin-left: 0.625rem;
}

.p-footer__nav-link {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	position: relative;
	transition: opacity 0.3s;
}

.p-footer__nav-link:hover {
	opacity: 0.7;
}

.p-footer__content {
	align-items: flex-end;
	display: flex;
	gap: 1.6875rem;
	justify-content: space-between;
	margin-top: 2.9375rem;
}

.p-footer__info {
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.14em;
	line-height: 1.92;
}

.p-footer__logo {
	flex-shrink: 0;
}

.p-footer__logo img {
	height: auto;
	width: 13.9375rem;
}

.p-footer__copyright {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.09em;
	margin-top: 1.875rem;
	text-align: center;
}

.p-fv__inner {
	aspect-ratio: 1280/556;
	max-height: 62.5rem;
	min-height: 34.75rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	position: relative;
	width: 100%;
}

.p-fv__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

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

.p-fv__overlay {
	background: linear-gradient(100deg, rgba(134, 177, 14, 0.6) 0%, rgba(107, 107, 107, 0) 70%);
	height: 100%;
	left: 0;
	opacity: 0.86;
	position: absolute;
	top: 0;
	width: 90%;
}

.p-fv__content {
	margin: 0 auto;
	max-width: 63.75rem;
	padding-top: 6.25rem;
	position: relative;
	z-index: 1;
}

.p-fv__catch {
	align-items: flex-end;
	display: flex;
}

.p-fv__catch-main {
	-webkit-text-stroke: 0.0625rem #fff;
	color: #fff;
	font-size: 4.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-shadow: 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.69);
	white-space: nowrap;
}

.p-fv__catch-comma {
	margin-right: -2.75rem;
}

.p-fv__catch-sub {
	position: relative;
}

.p-fv__catch-dots {
	color: #fff;
	font-size: 4.8125rem;
	font-weight: 700;
	left: 0.125rem;
	letter-spacing: -0.049em;
	position: absolute;
	text-shadow: 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.69);
	top: -3.5rem;
}

.p-fv__catch-text {
	-webkit-text-stroke: 0.0625rem #fff;
	color: #fff;
	font-size: 4.6875rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	text-shadow: 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.69);
}

.p-fv__text-wrap {
	background-color: #fff;
	border-radius: 0.625rem;
	box-shadow: 0.125rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.36);
	padding: 0.5625rem 1.1875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-fv__text-wrap:first-of-type {
	margin-top: 0.375rem;
}

.p-fv__text-wrap:last-of-type {
	margin-top: 0.375rem;
}

.p-fv__text {
	color: #687C18;
	font-size: 1.9375rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
}

.p-fv--02 .p-fv__text {
	color: #002358;
}

.p-fv--03 .p-fv__text {
	color: #463335;
}

.p-fv__features {
	background-color: rgba(34, 34, 34, 0.75);
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-fv__features-list {
	display: flex;
	justify-content: center;
}

.p-fv__features-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.25rem 1.6875rem;
	position: relative;
}

.p-fv__features-item::after {
	background-color: #fff;
	bottom: 0.9375rem;
	content: "";
	position: absolute;
	right: 0;
	top: 0.9375rem;
	width: 0.09375rem;
}

.p-fv__features-item:last-child::after {
	display: none;
}

.p-fv__features-icon {
	margin-bottom: 0.625rem;
}

.p-fv__features-item:nth-child(2) .p-fv__features-icon {
	margin-bottom: 1rem;
}

.p-fv__features-item:nth-child(2) .p-fv__features-icon img {
	height: 2.625rem;
}

.p-fv__features-icon img {
	height: 3.25rem;
	width: auto;
}

.p-fv__features-label {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
}

.p-fv__features-title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-align: center;
}

.p-header__inner {
	align-items: center;
	display: flex;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.p-header__logo {
	margin: auto;
	width: 11.5625rem;
}

.p-header__logo a {
	display: block;
}

.p-header__logo img {
	height: auto;
	width: 100%;
}

.p-product {
	overflow: hidden;
	padding: 6.3125rem 0 6.25rem;
	position: relative;
}

.p-product__inner {
	margin: 0 auto;
	max-width: 55.25rem;
	padding: 0 1.5625rem;
	position: relative;
	z-index: 1;
}

.p-product__title {
	color: #222222;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.31em;
	text-align: center;
}

.p-product__table {
	border-collapse: collapse;
	margin-top: 2.5rem;
	width: 100%;
}

.p-product__row {
	display: flex;
}

.p-product__label {
	align-items: center;
	background-color: #F1F3F6;
	border: 0.03125rem solid #222222;
	color: #222222;
	display: flex;
	flex-shrink: 0;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	padding: 1.25rem 0.9375rem;
	text-align: center;
	width: 11rem;
}

.p-product__value {
	background-color: #fff;
	border: 0.03125rem solid #222222;
	color: #222222;
	display: flex;
	flex: 1;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.43;
	padding: 1.0625rem 1.25rem;
}

.p-product__note {
	display: block;
	font-size: 0.875rem;
	margin-top: 0.3125rem;
}

.p-product__sub-note {
	display: block;
	font-size: 0.875rem;
	line-height: 1.67;
	margin-top: 0.625rem;
}

.p-product__link {
	-webkit-text-decoration: underline;
	align-items: center;
	color: #222222;
	display: inline-flex;
	font-size: 0.875rem;
	gap: 0.3125rem;
	margin-top: 0;
	text-decoration: underline;
	text-underline-offset: 0.1875rem;
	transition: opacity 0.3s;
}

.p-product__link::before {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #E8332C;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	display: block;
	height: 0.6875rem;
	width: 0.4375rem;
}

.p-product__link:hover {
	opacity: 0.7;
}

.p-solve {
	margin-top: 6.375rem;
	overflow: hidden;
	padding-bottom: 5.75rem;
	position: relative;
}

.p-solve__inner {
	position: relative;
	z-index: 1;
}

.p-solve__title {
	color: #222222;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.31em;
	line-height: 1.64;
	position: relative;
	text-align: center;
}

.p-solve__title-logo {
	display: inline-block;
	height: auto;
	vertical-align: bottom;
	width: 16rem;
}

.p-solve__title-logo img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

.p-solve__title-text {
	vertical-align: bottom;
}

.p-solve__bottom {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 16.8125rem;
	position: relative;
}

.p-solve__bg {
	background: linear-gradient(90deg, #E8332C 0%, #FC6D2D 100%);
	height: 19.5625rem;
	padding-top: 8.625rem;
}

.p-solve__image {
	height: 19.5625rem;
	left: calc(50% - 640px);
	overflow: hidden;
	position: absolute;
	top: -8.625rem;
	width: 58.875rem;
}

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

.p-solve__reason-title {
	bottom: 2.75rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.31em;
	position: absolute;
	transform: translateX(-50%);
	white-space: nowrap;
}

.p-solve__reason-head {
	padding-top: 4.1875rem;
}

.p-solve__reason-icon img {
	height: auto;
	width: 3.0625rem;
}

.p-solve__reason-heading {
	color: #222222;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.42;
	margin-top: 0.9375rem;
}

.p-solve__reason-lead {
	color: #222222;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.56;
	margin-top: 1.875rem;
}

.p-solve__reason-lead span {
	margin-top: 0.75rem;
}

.p-solve__reason-top {
	display: flex;
	justify-content: space-between;
}

.p-solve__reason--01 .p-solve__reason-image--main {
	flex-shrink: 0;
	height: auto;
	margin-right: -8.125rem;
	overflow: hidden;
	width: 53.5%;
}

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

.p-solve__reason-bottom {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-top: -5.75rem;
}

.p-solve__reason-image--sub {
	flex-shrink: 0;
	height: auto;
	margin-right: 1.875rem;
	max-width: 19.1875rem;
	overflow: hidden;
	width: 100%;
}

.p-solve__reason-image--sub img {
	-o-object-fit: cover;
	aspect-ratio: 307/293;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-solve__reason-text {
	max-width: 39.125rem;
	padding-bottom: 0.5625rem;
	width: 100%;
}

.p-solve__reason-desc {
	color: #222222;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.21em;
	line-height: 1.67;
}

.p-solve__reason-note {
	color: #222222;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.6875rem;
}

.p-solve__reason-highlight {
	color: #E8332C;
}

.p-solve__reason-highlight--note {
	padding-right: 0.625rem;
	position: relative;
}

.p-solve__reason-highlight--note::after {
	color: #222222;
	content: "※";
	font-size: 0.625rem;
	position: absolute;
	right: 0;
	top: -0.125rem;
}

.p-solve__reason--common {
	position: relative;
}

.p-solve__reason--common::before {
	background: linear-gradient(90deg, #E8332C 0%, #FC6D2D 100%);
	bottom: -1.25rem;
	content: "";
	height: 11.1875rem;
	position: absolute;
	right: -8.125rem;
	width: 8.125rem;
}

.p-solve__reason--common .p-solve__reason-top {
	display: flex;
	justify-content: space-between;
}

.p-solve__reason--common .p-solve__reason-head {
	margin-left: 1.875rem;
	max-width: 36.5625rem;
	padding-top: 7.375rem;
	width: 100%;
}

.p-solve__reason--common .p-solve__reason-image--main {
	flex-shrink: 0;
	height: auto;
	margin-left: -8.125rem;
	overflow: visible;
	position: relative;
	width: 50.9%;
}

.p-solve__reason--common .p-solve__reason-image--main img {
	-o-object-fit: cover;
	aspect-ratio: 519/374;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-solve__reason--02 .p-solve__reason-image--main::after {
	background: url("../images/solve/decoration-pattern2.png") no-repeat center/contain;
	bottom: -11rem;
	content: "";
	height: 14.6875rem;
	left: -6.9375rem;
	position: absolute;
	width: 15.0625rem;
	z-index: 0;
}

.p-solve__reason--04 {
	margin-top: 9.125rem;
}

.p-solve__reason--04::before {
	display: none;
}

.p-solve__reason--04 .p-solve__reason-top {
	position: relative;
}

.p-solve__reason--04 .p-solve__reason-top::after {
	background: url("../images/solve/decoration-pattern2.png") no-repeat center/contain;
	content: "";
	height: 17.3125rem;
	position: absolute;
	right: -14.3125rem;
	top: 12.3125rem;
	width: 17.75rem;
	z-index: 0;
}

.p-solve__reason-cards {
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	margin-top: 5.125rem;
	position: relative;
}

.p-solve__reason-card {
	background-color: #fff;
	border: 1px solid #222222;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	padding: 3.125rem 3.125rem 2.9375rem;
	position: relative;
	width: 26.8125rem;
}

.p-solve__reason-card-icon {
	align-items: center;
	background-color: #fff;
	border: 1px solid #222222;
	border-radius: 50%;
	display: flex;
	height: 4.4375rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -2.25rem;
	transform: translateX(-50%);
	width: 4.4375rem;
}

.p-solve__reason--02 {
	margin-top: 4.8125rem;
}

.p-solve__reason--common:not(.p-solve__reason--04) .p-solve__reason-card:first-child .p-solve__reason-card-icon img {
	height: 2.4375rem;
	width: 2.4375rem;
}

.p-solve__reason--common:not(.p-solve__reason--04) .p-solve__reason-card:last-child .p-solve__reason-card-icon img {
	height: 2.75rem;
	width: 1.625rem;
}

.p-solve__reason--04 .p-solve__reason-card:first-child .p-solve__reason-card-icon img {
	height: 2.25rem;
	width: 2.5rem;
}

.p-solve__reason--04 .p-solve__reason-card:last-child .p-solve__reason-card-icon img {
	height: 2.5rem;
	width: 2.0625rem;
}

.p-solve__reason-card-title {
	border-bottom: 1px solid #222222;
	color: #222222;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-bottom: 0.75rem;
	text-align: center;
}

.p-solve__reason-card-text {
	color: #222222;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.56;
	margin-top: 0.9375rem;
}

.p-solve__reason-card-note {
	color: #222222;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.1875rem;
}

.p-solve__reason--03 {
	margin-top: 5.875rem;
	position: relative;
}

.p-solve__reason--03 .p-solve__reason-top {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.p-solve__reason--03 .p-solve__reason-image--main {
	flex-shrink: 0;
	height: auto;
	overflow: hidden;
	width: 40.0625rem;
}

.p-solve__reason--03 .p-solve__reason-image--main img {
	-o-object-fit: cover;
	aspect-ratio: 641/295;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-solve__reason-labels {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 3.9375rem;
}

.p-solve__reason-label {
	align-items: center;
	background-color: #fff;
	border: 1px solid #222222;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
	color: #222222;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 600;
	height: 4.875rem;
	justify-content: center;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-align: center;
	width: 6.625rem;
}

.p-solve__reason-desc--03 {
	color: #222222;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.78;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.625rem;
	max-width: 50.625rem;
}

.p-solve__reason-images {
	display: flex;
	gap: 0.625rem;
	margin-left: -8.125rem;
	margin-top: 4.75rem;
	padding-left: 10.4375rem;
	position: relative;
}

.p-solve__reason-images::before {
	background: linear-gradient(90deg, #E8332C 0%, #FC6D2D 100%);
	content: "";
	height: 11.5625rem;
	left: calc(50% - 575px);
	position: absolute;
	top: 3rem;
	width: 48.9375rem;
	z-index: -1;
}

.p-solve__reason-image--small {
	overflow: hidden;
}

.p-solve__reason-image--small:first-child {
	height: 11.5625rem;
	width: 13.25rem;
}

.p-solve__reason-image--small:last-child {
	height: 11.5625rem;
	width: 29.5rem;
}

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

.p-solve__reason--05 {
	margin-top: 5.625rem;
	position: relative;
}

.p-solve__reason--05::before {
	background: url("../images/solve/decoration-pattern.png") no-repeat center/contain;
	bottom: -24.125rem;
	content: "";
	height: 32.875rem;
	left: calc(50% - 50vw - 13.125rem);
	position: absolute;
	width: 32.875rem;
}

.p-solve__reason--05 .p-solve__reason-head {
	padding-top: 7.9375rem;
}

.p-solve__reason--05 .p-solve__reason-top {
	display: flex;
	gap: 0.8125rem;
	justify-content: space-between;
}

.p-solve__reason--05 .p-solve__reason-image--main {
	flex-shrink: 0;
	height: auto;
	overflow: hidden;
	width: 31.875rem;
}

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

.p-solve__reason--05 .p-solve__reason-bottom {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-top: 3.625rem;
}

.p-solve__reason--05 .p-solve__reason-image--sub {
	flex-shrink: 0;
	height: auto;
	margin-left: 3.75rem;
	margin-right: 1.875rem;
	max-width: 19.1875rem;
	overflow: visible;
	position: relative;
	width: 100%;
}

.p-solve__reason--05 .p-solve__reason-image--sub::before {
	background: linear-gradient(90deg, #E8332C 0%, #FC6D2D 100%);
	content: "";
	height: 18.375rem;
	left: -7.9375rem;
	position: absolute;
	top: -4rem;
	width: 19.1875rem;
	z-index: -1;
}

.p-solve__reason--05 .p-solve__reason-image--sub img {
	-o-object-fit: cover;
	aspect-ratio: 307/293;
	height: 100%;
	object-fit: cover;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-solve__reason--05 .p-solve__reason-text {
	max-width: 31.75rem;
	padding-top: 4.5625rem;
	width: 100%;
}

.p-solve__reason-lead--05-bottom {
	display: none;
}

.p-solve__reason-btn {
	align-items: center;
	background-color: #002358;
	border-radius: 2.3125rem;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.32);
	display: flex;
	flex-direction: column;
	height: 4.625rem;
	justify-content: center;
	position: relative;
	transition: filter 0.3s, transform 0.3s;
	width: 31.75rem;
}

.p-solve__reason-btn::after {
	border-color: transparent transparent transparent #FC6D2D;
	border-style: solid;
	border-width: 0.53125rem 0 0.53125rem 0.75rem;
	content: "";
	height: 0;
	position: absolute;
	right: 4.1875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s;
	width: 0;
}

.p-solve__reason-btn:hover {
	filter: brightness(1.15);
	transform: scale(1.03);
}

.p-solve__reason-btn:hover::after {
	right: 5.3125rem;
}

.p-solve__reason-btn-text {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.p-solve__reason-btn-time {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-top: 0.3125rem;
}

.p-solve__reason-summary {
	color: #222222;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 2.13;
	margin-top: 1.875rem;
	text-align: center;
}

.p-user {
	background-color: #fff;
	margin-top: 6rem;
}

.p-user__title {
	color: #222222;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.44;
	text-align: center;
}

.p-user__slider-wrap {
	margin: 0 auto;
	margin-top: 4rem;
	max-width: 61.1875rem;
	position: relative;
	width: 100%;
}

.p-user__slider-wrap::after {
	background: url("../images/user/decoration.png") no-repeat center/contain;
	bottom: -7.8125rem;
	content: "";
	height: 10.125rem;
	position: absolute;
	right: -3.4375rem;
	width: 10.375rem;
}

.p-user__slider {
	overflow: visible;
}

.p-user__list {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	justify-content: space-between;
	padding-top: 4.25rem;
}

.p-user__item {
	height: auto !important;
}

.p-user__item {
	display: flex;
	width: calc((100% - 1.875rem) / 4);
}

.p-user__card {
	background-color: #fff;
	border: 1px solid #222222;
	border-radius: 0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	padding: 4.25rem 1.6875rem 1.875rem;
	position: relative;
	width: 100%;
}

.p-user__avatar {
	background-color: #fff;
	border: 1px solid #222222;
	border-radius: 50%;
	height: 9.9375rem;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: -4.25rem;
	transform: translateX(-50%);
	width: 9.9375rem;
}

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

.p-user__info {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 2.0625rem;
}

.p-user__age,
.p-user__gender {
	color: #222222;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.875;
}

.p-user__dot {
	background: linear-gradient(90deg, #E8332C 0%, #FC6D2D 100%);
	border-radius: 50%;
	height: 0.3125rem;
	width: 0.3125rem;
}

.p-user__divider {
	background-color: #222222;
	height: 1px;
	margin: 0.5rem auto;
	width: 11.25rem;
}

.p-user__desc {
	color: #222222;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.875;
	text-align: left;
}

.p-user__badge {
	background: linear-gradient(90deg, #E8332C 0%, #FC6D2D 100%);
	border-radius: 0.125rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0.125rem;
	padding: 0 0.1875rem;
}

.p-user__nav {
	display: none;
}

.p-user-solve {
	overflow: hidden;
}

.p-voice {
	background-color: #F1F3F6;
	overflow: hidden;
	padding: 5rem 0 7.875rem;
	position: relative;
}

.p-voice::before {
	background: url("../images/solve/decoration-pattern2.png") no-repeat center/contain;
	content: "";
	height: 18.875rem;
	position: absolute;
	right: -4.75rem;
	top: 2.0625rem;
	width: 19.375rem;
}

.p-voice::after {
	background: url("../images/solve/decoration-pattern.png") no-repeat center/contain;
	bottom: -12.8125rem;
	content: "";
	height: 26.8125rem;
	left: -5.4375rem;
	position: absolute;
	width: 26.8125rem;
}

.p-voice__inner {
	position: relative;
	z-index: 1;
}

.p-voice__title {
	color: #222222;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.31em;
	text-align: center;
}

.p-voice__list {
	grid-gap: 1.6875rem;
	display: grid;
	gap: 1.6875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.9375rem;
}

.p-voice__item {
	background-color: #fff;
	border: 0.0625rem solid #222222;
	border-radius: 4.9375rem 0 4.9375rem 0;
	box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
	display: flex;
	padding: 0.75rem 1.5625rem 1.25rem 0.75rem;
}

.p-voice__avatar {
	background-color: #F1F3F6;
	border-radius: 50%;
	flex-shrink: 0;
	height: 8.8125rem;
	overflow: hidden;
	width: 8.8125rem;
}

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

.p-voice__content {
	flex: 1;
	padding-left: 0.5625rem;
	padding-top: 1.25rem;
}

.p-voice__profile {
	color: #222222;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.p-voice__divider {
	background-color: #002358;
	height: 0.0625rem;
	margin-top: 0.125rem;
	width: 100%;
}

.p-voice__text {
	color: #222222;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.875rem;
}

.p-voice__highlight {
	color: #E8332C;
}

.p-worry {
	background-color: #fff;
	margin-top: 4.5rem;
	overflow: hidden;
}

.p-worry__inner {
	display: flex;
	gap: 3.75rem;
	justify-content: space-between;
}

.p-worry__content {
	flex-shrink: 0;
	max-width: 35.8125rem;
	width: 100%;
}

.p-worry__title {
	color: #222222;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.31em;
	line-height: 1.44;
}

.p-worry__list {
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
	margin-top: 5.1875rem;
}

.p-worry__item {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
}

.p-worry__icon {
	background-image: url("../images/worry/icon-check.svg");
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	height: 1.1875rem;
	margin-top: 0.3125rem;
	width: 1.4375rem;
}

.p-worry__text {
	color: #222222;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.5;
}

.p-worry__text--red {
	color: #E8332C;
}

.p-worry__image {
	margin-right: -8.125rem;
	max-width: 31.5rem;
	width: 100%;
}

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

@media (min-width: 768px) {

.swiper-wrapper {
	align-items: stretch;
}

}

@media (max-width: 1020px) {

html {
	font-size: 1.568627451vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

.p-cta-full__scroll {
	right: 1.4375rem;
	top: 1.25rem;
}

.p-cta-full__scroll-line {
	height: 2.5rem;
}

.p-cta-full__scroll-arrow {
	height: 1rem;
	margin-top: -0.5rem;
	width: 1rem;
}

.p-cta-full__inner {
	padding: 0 1.875rem;
}

.p-cta-full__content {
	padding: 1.4375rem 0 1.125rem;
}

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

.p-cta-full__logo img {
	width: 7.3125rem;
}

.p-cta-full__nara {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0;
}

.p-cta-full__tagline {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
}

.p-cta-full__catch {
	font-size: 1.25rem;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 1.1875rem;
	padding: 0.4375rem 0;
	position: relative;
}

.p-cta-full__catch::before,
.p-cta-full__catch::after {
	background-color: #fff;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 17.6875rem;
}

.p-cta-full__catch::before {
	top: 0;
}

.p-cta-full__catch::after {
	bottom: 0;
}

.p-cta-full__buttons {
	align-items: center;
	flex-direction: column;
	gap: 0.25rem;
	margin-top: 0.9375rem;
}

.p-cta-full__btn::after {
	display: none;
}

.p-cta-full__btn:hover::after {
	right: 0.5625rem;
}

.p-cta-full__btn--apply img {
	width: 17.6875rem;
}

.p-cta-full__btn--check img {
	width: 17.6875rem;
}

.p-cta-full__btn--check::after {
	right: 1.0625rem;
}

.p-cta-full__btn--check:hover::after {
	right: 0.75rem;
}

.p-cta {
	padding-bottom: 0.375rem;
	padding-top: 1.25rem;
}

.p-cta__inner {
	padding: 0 1.875rem;
}

.p-cta__buttons {
	align-items: center;
	flex-direction: column;
	gap: 0.3125rem;
}

.p-cta__btn::after {
	display: none;
}

.p-cta__btn:hover::after {
	display: none;
}

.p-cta__btn--apply img {
	height: 7.5625rem;
	width: 19.6875rem;
}

.p-cta__btn--check img {
	height: 5.71875rem;
	width: 19.6875rem;
}

.p-cta__btn--check::after {
	display: none;
}

.p-faq {
	padding: 3.4375rem 0 2.8125rem;
}

.p-faq__inner {
	padding: 0 1.875rem;
}

.p-faq__title {
	font-size: 1.625rem;
	letter-spacing: 0.1em;
}

.p-faq__list {
	gap: 0.8125rem;
	margin-top: 2.8125rem;
}

.p-faq__question {
	gap: 0.5rem;
	min-height: 3.375rem;
	padding: 0.4375rem 0.625rem;
}

.p-faq__q-text {
	font-size: 1rem;
	line-height: 1.25;
}

.p-faq__answer-content {
	gap: 0.5625rem;
	padding: 0.75rem 0.625rem 0.9375rem;
}

.p-faq__a-text {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
}

.p-fixed-btn {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.9);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding: 0.625rem 0 0.9375rem;
	position: fixed;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

.p-fixed-btn.is-visible {
	opacity: 1;
	visibility: visible;
}

.p-flow {
	padding: 3.125rem 0 3.75rem;
}

.p-flow::before {
	height: 13.75rem;
	right: -9.6875rem;
	top: -5rem;
	width: 14.875rem;
}

.p-flow__title {
	font-size: 1.625rem;
	letter-spacing: 0.1em;
}

.p-flow__steps {
	align-items: center;
	flex-direction: column;
	gap: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 18.4375rem;
}

.p-flow__step {
	align-items: flex-start;
	flex-direction: row;
	padding-left: 3.125rem;
	width: 100%;
}

.p-flow__circle {
	align-items: center;
	display: flex;
}

.p-flow__circle img {
	width: 3.9375rem;
}

.p-flow__badge {
	flex-shrink: 0;
	height: 3.9375rem;
	left: -3.5625rem;
	position: absolute;
	top: 0;
	width: 3.9375rem;
}

.p-flow__badge--instant span {
	font-size: 1.125rem;
	letter-spacing: 0.03em;
	line-height: 1.05;
}

.p-flow__badge--atm .p-flow__badge-atm {
	font-size: 1rem;
}

.p-flow__badge--atm .p-flow__badge-transfer {
	font-size: 0.9375rem;
}

.p-flow__info {
	margin-top: 0;
	padding-left: 0.9375rem;
	padding-top: 0.25rem;
	text-align: left;
}

.p-flow__step-label {
	margin: 0;
}

.p-flow__step-title {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-top: -0.1875rem;
}

.p-flow__arrow {
	align-self: flex-start;
	margin-left: 3.125rem;
	margin-top: 0;
	padding: 0.4375rem 0;
	width: 3.9375rem;
}

.p-flow__arrow::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	height: 0.5625rem;
	width: 1.375rem;
}

.p-flow__note {
	font-size: 0.8125rem;
	line-height: 1.4615384615;
	margin-top: 2rem;
}

.p-footer__inner {
	padding: 1.5625rem 1.875rem 2.5rem;
}

.p-footer__nav {
	max-width: none;
}

.p-footer__nav-list {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.25rem;
}

.p-footer__nav-item:not(:last-child)::after {
	display: none;
}

.p-footer__nav-link {
	font-size: 0.875rem;
}

.p-footer__nav-link::before {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: linear-gradient(to bottom, #FC6D2D, #E8332C);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	display: block;
	height: 0.8125rem;
	margin-right: 0.3125rem;
	width: 0.5rem;
}

.p-footer__nav-link::after {
	background-color: #fff;
	bottom: 0.0625rem;
	content: "";
	height: 0.04375rem;
	left: 0.875rem;
	position: absolute;
	width: calc(100% - 0.875rem);
}

.p-footer__content {
	align-items: flex-start;
	flex-direction: column;
	gap: 2.1875rem;
	margin-top: 1.375rem;
}

.p-footer__info {
	letter-spacing: 0;
	line-height: 1.5;
}

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

.p-footer__logo img {
	display: inline-block;
	width: 10.5625rem;
}

.p-footer__copyright {
	font-size: 0.625rem;
	margin-bottom: 0.6875rem;
	margin-top: 1.625rem;
}

.p-fv__inner {
	aspect-ratio: 375/503;
	padding-left: 0;
	padding-right: 0;
}

.p-fv__bg {
	height: inherit;
}

.p-fv__overlay {
	background: linear-gradient(to top right, rgba(152, 195, 31, 0.6) 0%, rgba(107, 107, 107, 0) 60%);
	bottom: 6.25rem;
	height: 58%;
	top: auto;
	width: 92%;
}

.p-fv__content {
	bottom: 14rem;
	left: 0;
	padding-left: 1.875rem;
	padding-right: 0;
	padding-top: 0;
	position: absolute;
}

.p-fv__catch {
	display: block;
}

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

.p-fv--02 .p-fv__catch-main,
.p-fv--03 .p-fv__catch-main {
	display: inline-block;
	margin-bottom: 0.625rem;
}

.p-fv__catch-comma {
	margin-right: -1.75rem;
}

.p-fv__catch-dots {
	font-size: 2.6875rem;
	left: 0rem;
	top: -3.4375rem;
}

.p-fv__catch-text {
	font-size: 2.8125rem;
}

.p-fv__text-wrap {
	border-radius: 0.3125rem;
	padding: 0.3125rem 0.375rem;
}

.p-fv__text-wrap:first-of-type {
	margin-top: 0.25rem;
}

.p-fv--02 .p-fv__text-wrap:first-of-type {
	margin-top: 1.375rem;
}

.p-fv__text-wrap:last-of-type {
	margin-top: 0.25rem;
}

.p-fv__text {
	font-size: 1.25rem;
	letter-spacing: 0;
}

.p-fv__features {
	background-color: transparent;
}

.p-fv__features::before {
	background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.85) 90%, transparent 99%);
	bottom: 0;
	content: "";
	height: 120%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.p-fv__features-list {
	grid-row-gap: 0.4375rem;
	grid-column-gap: 0.5625rem;
	-moz-column-gap: 0.5625rem;
	column-gap: 0.5625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 0 1.875rem;
	row-gap: 0.4375rem;
}

.p-fv__features-item {
	background-color: rgba(34, 34, 34, 0.75);
	padding: 0.875rem 0.8125rem;
}

.p-fv__features-item:nth-child(3) {
	padding: 0.875rem 0.8125rem 0.25rem;
}

.p-fv__features-item::after {
	display: none;
}

.p-fv__features-icon {
	margin-bottom: 0.5rem;
}

.p-fv__features-item:nth-child(2) .p-fv__features-icon img {
	height: 1.75rem;
}

.p-fv__features-icon img {
	height: 1.75rem;
}

.p-fv__features-label {
	font-size: 0.5625rem;
	font-weight: 500;
}

.p-fv__features-title {
	font-size: 0.875rem;
	line-height: 1.1428571429;
}

.p-fv__features-title.p-fv__features-title--small {
	font-size: 0.8125rem;
	line-height: 1.2307692308;
}

.p-header__inner {
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.p-header__logo {
	width: 5.9375rem;
}

.p-product {
	padding: 2.625rem 0 3.1875rem;
}

.p-product__inner {
	padding: 0 1.875rem;
}

.p-product__title {
	font-size: 1.625rem;
	letter-spacing: 0.1em;
}

.p-product__table {
	margin-top: 1.875rem;
}

.p-product__row {
	min-height: 3.4375rem;
}

.p-product__label {
	font-size: 0.8125rem;
	line-height: 1.2307692308;
	padding: 0.625rem 0.3125rem;
	width: 5.625rem;
}

.p-product__value {
	font-size: 0.875rem;
	line-height: 1.23;
	padding: 0.625rem 0.5rem;
}

.p-product__note {
	font-size: 0.8125rem;
	line-height: 1.4;
}

.p-product__sub-note {
	font-size: 0.8125rem;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.p-product__link {
	font-size: 0.8125rem;
	margin-top: 0.5rem;
}

.p-product__link::before {
	height: 0.5625rem;
	width: 0.3125rem;
}

.p-solve {
	margin-top: 4.9375rem;
	padding-bottom: 2.5rem;
}

.p-solve__title {
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: 1.38;
}

.p-solve__title::after {
	background: url("../images/solve/decoration.png") no-repeat center/contain;
	bottom: -5.8125rem;
	content: "";
	height: 7.25rem;
	position: absolute;
	right: -3.75rem;
	width: 6.8125rem;
}

.p-solve__title-logo {
	margin-bottom: 0.3125rem;
	width: 11.9375rem;
}

.p-solve__bottom {
	margin-top: 9rem;
}

.p-solve__bg {
	height: 12.8125rem;
	padding-top: 2.8125rem;
	width: 92%;
}

.p-solve__image {
	height: 8.25rem;
	left: 0;
	top: -3.125rem;
	width: 16.875rem;
}

.p-solve__reason-title {
	bottom: 1.25rem;
	font-size: 1.625rem;
	left: 57%;
	letter-spacing: 0.1em;
	line-height: 1.54;
	padding: 0 1.875rem;
	white-space: normal;
	width: 100%;
}

.p-solve__reason-head {
	padding-top: 0;
}

.p-solve__reason-icon img {
	width: 2.8125rem;
}

.p-solve__reason-heading {
	font-size: 1.625rem;
	line-height: 1.42;
	margin-top: 1.375rem;
}

.p-solve__reason-heading--01 {
	letter-spacing: 0.05em;
}

.p-solve__reason-lead {
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.p-solve__reason-top {
	display: block;
}

.p-solve__reason--01 {
	margin-top: 3.125rem;
}

.p-solve__reason--01 .p-solve__reason-image--main {
	aspect-ratio: 315/169;
	height: auto;
	margin-right: 0;
	margin-top: 1.25rem;
	overflow: visible;
	position: relative;
	width: 100%;
}

.p-solve__reason--01 .p-solve__reason-image--main::before {
	background: linear-gradient(90deg, #E8332C 0%, #FC6D2D 100%);
	bottom: -0.625rem;
	content: "";
	height: 6.25rem;
	left: calc(50% - 50vw);
	position: absolute;
	width: 18.75rem;
}

.p-solve__reason--01 .p-solve__reason-image--main img {
	height: auto;
	position: relative;
	z-index: 1;
}

.p-solve__reason-bottom {
	display: block;
	margin-top: 1.25rem;
}

.p-solve__reason-image--sub {
	display: none;
}

.p-solve__reason-text {
	padding-bottom: 0;
}

.p-solve__reason-desc {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.33;
	margin-top: 2.0625rem;
}

.p-solve__reason-note {
	font-size: 0.8125rem;
	line-height: 1.375;
	margin-top: 1.25rem;
}

.p-solve__reason-highlight--note::after {
	font-size: 0.5625rem;
	top: 0;
}

.p-solve__reason--01::after,
.p-solve__reason--common::after {
	background: linear-gradient(90deg, #E8332C 0%, #FC6D2D 100%);
	content: "";
	display: block;
	height: 0.375rem;
	left: 50%;
	margin-top: 3.125rem;
	position: relative;
	transform: translateX(-50%);
	width: calc(100vw - 3.75rem);
}

.p-solve__reason--common::before {
	display: none;
}

.p-solve__reason--common .p-solve__reason-top {
	flex-direction: column;
}

.p-solve__reason--common .p-solve__reason-head {
	display: contents;
	margin-left: 0;
}

.p-solve__reason--common .p-solve__reason-icon {
	order: 1;
}

.p-solve__reason--common .p-solve__reason-heading {
	order: 2;
}

.p-solve__reason--common .p-solve__reason-image--main {
	height: auto;
	margin-left: 0;
	margin-top: 1.25rem;
	order: 3;
	width: 100%;
}

.p-solve__reason--common .p-solve__reason-image--main::before {
	background: linear-gradient(90deg, #E8332C 0%, #FC6D2D 100%);
	bottom: -0.625rem;
	content: "";
	height: 6.25rem;
	position: absolute;
	right: calc(50% - 50vw);
	width: 18.75rem;
}

.p-solve__reason--common .p-solve__reason-image--main img {
	aspect-ratio: 315/169;
	position: relative;
	z-index: 1;
}

.p-solve__reason--04 .p-solve__reason-image--main img {
	aspect-ratio: 315/120;
}

.p-solve__reason-lead--common {
	margin-top: 1.875rem;
	order: 4;
}

.p-solve__reason--02 .p-solve__reason-image--main::after {
	bottom: auto;
	height: 11.9375rem;
	left: auto;
	right: -6.125rem;
	top: -6.9375rem;
	width: 12.25rem;
}

.p-solve__reason--04 {
	margin-top: 3.125rem;
}

.p-solve__reason--04 .p-solve__reason-top::after {
	height: 11.9375rem;
	right: -6.125rem;
	top: 2.3125rem;
	width: 12.25rem;
}

.p-solve__reason-cards {
	flex-direction: column;
	gap: 0rem;
	margin-top: 3.625rem;
}

.p-solve__reason-card + .p-solve__reason-card {
	margin-top: 4.0625rem;
}

.p-solve__reason-card {
	padding: 3.3125rem 1.25rem 0.9375rem;
	width: 100%;
}

.p-solve__reason--02 {
	margin-top: 3.125rem;
}

.p-solve__reason--02 .p-solve__reason-cards::before,
.p-solve__reason--04 .p-solve__reason-cards::before {
	background: url("../images/solve/decoration-pattern2.png") no-repeat center/contain;
	bottom: 9.0625rem;
	content: "";
	height: 11.9375rem;
	left: -6.125rem;
	position: absolute;
	width: 12.25rem;
	z-index: -1;
}

.p-solve__reason--04 .p-solve__reason-cards::before {
	bottom: 5.8125rem;
	left: -6.125rem;
}

.p-solve__reason-card-title {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-solve__reason-card-text {
	font-weight: 600;
	margin-top: 1.125rem;
}

.p-solve__reason-card-note {
	font-size: 0.8125rem;
	margin-top: 0.3125rem;
}

.p-solve__reason--03 {
	margin-top: 3.125rem;
}

.p-solve__reason--03 .p-solve__reason-top {
	display: block;
}

.p-solve__reason--03 .p-solve__reason-image--main {
	height: auto;
	margin-right: 0;
	margin-top: 1.25rem;
	overflow: visible;
	position: relative;
	width: 100%;
}

.p-solve__reason--03 .p-solve__reason-image--main::before {
	background: linear-gradient(90deg, #E8332C 0%, #FC6D2D 100%);
	bottom: -0.8125rem;
	content: "";
	height: 6.25rem;
	left: calc(50% - 50vw);
	position: absolute;
	width: 18.75rem;
}

.p-solve__reason--03 .p-solve__reason-image--main img {
	aspect-ratio: 315/121;
	height: auto;
	position: relative;
	z-index: 1;
}

.p-solve__reason-labels {
	gap: 0.3125rem;
	margin-top: 2.0625rem;
}

.p-solve__reason-label {
	font-size: 0.875rem;
	height: 4.6875rem;
	letter-spacing: 0;
	line-height: 1.1428571429;
	width: 4.6875rem;
}

.p-solve__reason-label.p-solve__reason-label--03 {
	font-size: 0.75rem;
	line-height: 1.25;
}

.p-solve__reason-desc--03 {
	letter-spacing: 0.05em;
	line-height: 1.33;
	margin-top: 1.25rem;
}

.p-solve__reason-images {
	gap: 0.25rem;
	margin-left: 0;
	margin-top: 1.25rem;
	padding-left: 0;
}

.p-solve__reason-images::before {
	display: none;
}

.p-solve__reason-image--small:first-child {
	height: 5.1875rem;
	width: 5.9375rem;
}

.p-solve__reason-image--small:last-child {
	height: 5.1875rem;
	width: 13.1875rem;
}

.p-solve__reason--03::after {
	background: linear-gradient(90deg, #E8332C 0%, #FC6D2D 100%);
	content: "";
	display: block;
	height: 0.375rem;
	left: 50%;
	margin-top: 3.125rem;
	position: relative;
	transform: translateX(-50%);
	width: calc(100vw - 3.75rem);
}

.p-solve__reason--05 {
	margin-top: 3.125rem;
}

.p-solve__reason--05::before {
	bottom: -10.875rem;
	height: 18.125rem;
	left: calc(50% - 50vw - 9.0625rem);
	width: 18.125rem;
}

.p-solve__reason--05 .p-solve__reason-head {
	padding-top: 0;
}

.p-solve__reason--05 .p-solve__reason-top {
	display: block;
}

.p-solve__reason--05 .p-solve__reason-image--main {
	aspect-ratio: 315/120;
	height: auto;
	margin-right: 0;
	margin-top: 1.4375rem;
	overflow: visible;
	position: relative;
	width: 100%;
}

.p-solve__reason--05 .p-solve__reason-image--main::before {
	background: linear-gradient(90deg, #E8332C 0%, #FC6D2D 100%);
	bottom: -0.625rem;
	content: "";
	height: 6.25rem;
	left: calc(50% - 50vw);
	position: absolute;
	width: 18.75rem;
}

.p-solve__reason--05 .p-solve__reason-image--main img {
	height: auto;
	position: relative;
	z-index: 1;
}

.p-solve__reason--05 .p-solve__reason-bottom {
	display: block;
	margin-top: 1.25rem;
}

.p-solve__reason--05 .p-solve__reason-image--sub {
	display: none;
}

.p-solve__reason--05 .p-solve__reason-text {
	padding-top: 0;
}

.p-solve__reason-lead--05-bottom {
	display: block;
	margin-top: 1.875rem;
}

.p-solve__reason-btn {
	margin-left: auto;
	margin-right: auto;
	max-width: 19.6875rem;
	width: 100%;
}

.p-solve__reason-btn::after {
	border-width: 0.46875rem 0 0.46875rem 0.625rem;
	right: 1.25rem;
}

.p-solve__reason-btn:hover::after {
	right: 0.9375rem;
}

.p-solve__reason-btn-text {
	font-size: 1.0625rem;
	letter-spacing: 0.05em;
}

.p-solve__reason-btn-time {
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
}

.p-solve__reason-summary {
	font-size: 1rem;
	line-height: 1.5;
}

.p-user {
	background: linear-gradient(90deg, #E8332C 0%, #FC6D2D 100%);
	margin-top: 2.5rem;
	overflow-x: hidden;
	padding: 3.0625rem 0 3.5rem;
}

.p-user__title {
	color: #fff;
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: 1.54;
	text-align: left;
}

.p-user__slider-wrap {
	margin-top: 1.9375rem;
	padding: 0 1.875rem;
}

.p-user__slider-wrap::after {
	display: none;
}

.p-user__list {
	flex-wrap: nowrap;
	gap: 0;
	padding-top: 4.25rem;
}

.p-user__item {
	flex-shrink: 0;
	max-width: 25rem;
	width: calc(100vw - 8.75rem);
}

.p-user__card {
	padding: 4.25rem 1.75rem 1.75rem;
}

.p-user__nav {
	background-color: #002358;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 2.3125rem;
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	width: 2.3125rem;
	z-index: 10;
}

.p-user__nav::after {
	border-style: solid;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 0;
}

.p-user__nav:hover {
	opacity: 0.8;
}

.p-user__nav--prev {
	left: 1.0625rem;
}

.p-user__nav--prev::after {
	border-color: transparent #FC6D2D transparent transparent;
	border-width: 0.53125rem 0.65625rem 0.53125rem 0;
	transform: translate(-60%, -50%);
}

.p-user__nav--next {
	right: 1.0625rem;
}

.p-user__nav--next::after {
	border-color: transparent transparent transparent #FC6D2D;
	border-width: 0.53125rem 0 0.53125rem 0.65625rem;
	transform: translate(-40%, -50%);
}

.p-voice {
	padding: 3.3125rem 0 3.125rem;
}

.p-voice::before {
	height: 11.9375rem;
	top: 5rem;
	width: 12.25rem;
}

.p-voice::after {
	bottom: -13.125rem;
	left: -12.6875rem;
}

.p-voice__title {
	font-size: 1.625rem;
	letter-spacing: 0.1em;
}

.p-voice__list {
	gap: 0.9375rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.p-voice__item {
	grid-gap: 0 1.125rem;
	border-radius: 4.375rem 0 4.375rem 0;
	display: grid;
	gap: 0 1.125rem;
	grid-template-columns: 0rem 3.75rem 1fr;
	grid-template-rows: auto auto auto;
	padding: 0.9375rem;
	padding-right: 1.375rem;
}

.p-voice__avatar {
	grid-column: 2;
	grid-row: 1/3;
	height: 3.75rem;
	width: 3.75rem;
}

.p-voice__content {
	display: contents;
}

.p-voice__profile {
	align-self: center;
	grid-column: 3;
	grid-row: 1;
	margin-left: 0.375rem;
}

.p-voice__divider {
	grid-column: 3;
	grid-row: 2;
	margin: -0.3125rem 0 0.25rem;
}

.p-voice__text {
	font-size: 0.8125rem;
	grid-column: 1/-1;
	grid-row: 3;
	line-height: 1.6;
	margin-top: 0.5625rem;
}

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

.p-worry__inner {
	flex-direction: column;
	gap: 1.5rem;
}

.p-worry__title {
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: 1.54;
}

.p-worry__list {
	gap: 0.625rem;
	margin-top: 1.25rem;
}

.p-worry__item {
	gap: 0.5rem;
}

.p-worry__icon {
	height: 0.9375rem;
	margin-top: 0.125rem;
	width: 1.1875rem;
}

.p-worry__text {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.25;
}

.p-worry__image {
	margin-right: 0;
	width: 100%;
}

.p-worry__image img {
	height: auto;
	width: 100%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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